Explore tracked sources
Every software and developer-update source on DevUpdate.io, contributed by the community. Browse without an account, or sign in to add any of these to your dashboard.
Descriptions and status summaries are generated by an AI from publicly available data. They may not reflect the current state of a project. More on AI-extracted content. Project owners can request a correction or removal by emailing info@devupdate.io.
jiter is a fast iterable JSON parser written in Rust. It provides interfaces to represent JSON data as `JsonValue`, iterate through JSON with `Jiter`, or parse a JSON string into a Python object via `PythonParse`, useful when you want low-overhead, schema-aware JSON processing.
Actively maintained, with very recent upstream activity (last push 2026-09-12) and a new published update (v0.17.0 on 2026-09-12), indicating ongoing work rather than dormancy.
Last release:
ItsDangerous provides helpers to safely pass trusted data to untrusted environments and get it back intact. It signs tokens cryptographically to prevent tampering, with options for custom serialization, optional compression, and automatic timestamping and verification when loading a token.
Active maintenance: The source shows upstream activity (last push 2025-06-14), but the provided tagged updates stop at 2.2.0 on 2024-04-16, with no further versioned updates evidenced up to 2026-09-10. Overall, it appears quiet, possibly maintenance mode rather than actively evolving.
Last release:
iniconfig is a small, simple INI file parser module for Python. It preserves the order of sections and entries, supports multi-line values and “#” comments, and reports errors with proper line numbers, with an Error raised if two sections share the same name.
The repository shows ongoing activity, with an upstream push on 2026-09-07 (just days before today), indicating it is likely actively maintained, even though the last published library update in the provided history is v2.3.0 (2025-10-18).
Last release:
Internationalized Domain Names for Python (IDNA 2008 and UTS #46) provides `encode` and `decode` helpers to convert domain names between Unicode (U-labels) and ASCII-compatible encoding (A-labels). It also includes Unicode IDNA Compatibility Processing (UTS #46), optional per-label conversion helpers, and raises specific errors for invalid code points and bidi/context issues.
The source appears actively maintained, with an upstream push on 2026-08-18 and a steady stream of library updates in 2026 (v3.19 on 2026-08-18, then v3.18 on 2026-06-02, v3.17 on 2026-05-28, v3.16 on 2026-05-22).
Last release:
HTTPX is a fully featured HTTP client library for Python 3, useful for making HTTP requests with both synchronous and async APIs. It supports HTTP/1.1 and HTTP/2, includes an integrated command line client, and can be used to send requests to WSGI and ASGI applications.
The encode/httpx source appears to be in maintenance mode, with the last upstream push on 2026-03-29, but its most recent tagged updates in the provided summaries are from 2024-12-06 (version 0.28.1).
Last release:
httptools is a Python package that provides fast HTTP parsing bindings, exposing HttpRequestParser and HttpResponseParser classes for parsing HTTP requests and responses, plus a parse_url helper. It is useful when you need efficient, callback-driven parsing of HTTP traffic and structured URL parsing in Python.
Actively maintained: The upstream project shows a push on 2026-05-25, and the most recent tagged update v0.8.0 is dated the same day (about 3 months before 2026-08-27), indicating ongoing work rather than dormancy.
Last release:
HTTP Core is a minimal low-level HTTP client for Python, focused on sending HTTP requests. It avoids higher-level features like redirects, authentication header building, caching, URL parsing, and content decoding, and instead provides thread-safe or task-safe connection pooling, HTTP(S) and SOCKS proxy support, and both sync and async interfaces (including HTTP/1.1 and HTTP/2).
encode/httpcore appears to be in maintenance mode rather than fast-moving development, with the most recent tagged update shown here being 1.0.9 on 2025-04-24, and a much later upstream push recorded on 2026-01-08 (no corresponding tagged update noted in the provided summaries).
Last release:
h11 is a pure-Python, bring-your-own-I/O HTTP/1.1 library that implements the basics of framing and header handling. It provides a connection state API for servers and clients, where you feed in network bytes to produce HTTP events and send event objects back as bytes. This is useful if you want to build HTTP functionality without using a higher-level HTTP client or server framework.
Maintenance status: Evidence suggests quiet, dormant maintenance mode, with the most recent upstream push on 2025-04-24 (and no updates since v0.16.0 through 2026-09-10), indicating no active short-term evolution.
Last release:
Greenlet is a lightweight in-process concurrent programming library that provides micro-threads called greenlets. It is implemented as a C extension for the regular CPython interpreter, and is useful when you need fine-grained control over exactly when code runs, including building advanced control flow structures like generator-like coroutines.
Actively maintained, latest upstream push and latest tagged updates both landed on 2026-09-14 (greenlet 3.5.6), with recent GitHub activity close to today (2026-09-17).
Last release:
FrozenList provides a list-like data structure in Python that implements collections.abc.MutableSequence and can be made immutable. It is useful when you need normal list operations until you call freeze, after which modifications raise RuntimeError, and only the frozen instance can be hashed.
Maintenance/activity: GitHub shows an upstream push on 2026-09-08, suggesting the repo is being actively touched recently, but the latest tagged update in the provided history is v1.8.0 on 2025-10-06 (so the public update cadence is slower than the most recent commit activity).
Last release:
filetype.py is a small, dependency-free Python package that infers a file type and MIME type by checking a file’s magic number signatures. It also supports getting an inferred extension, discovering types by extension or MIME, and can work from the first 261 bytes of a file or buffer.
The source (h2non/filetype.py) appears to be dependency-free and small, but based on published update info it has been quiet for a long time, with the latest documented versioned updates dating to 2022-11-08 (v1.2.0); no newer release notes are shown up to today (2026-09-10).
Last release:
Pure-Python ECC implementation providing ECDSA signature creation and verification, ECDH shared secret key agreement, and EdDSA support (Ed25519 and Ed448). Useful for generating key pairs, signing and verifying messages, and deriving a shared secret from exchanged public keys.
The tlsfuzzer/python-ecdsa GitHub source appears actively maintained, with the latest tagged updates at least as recent as python-ecdsa 0.19.2 (2026-03-26) and an additional upstream push on 2026-06-08.
Last release:
docstring_parser is a Python utility for parsing docstrings written in multiple formats. It supports ReST, Google, Numpydoc-style, and Epydoc docstrings, and helps extract structured fields like parameter and exception details from documentation text.
The source (rr-/docstring_parser) appears actively maintained, with recent upstream activity on 2026-06-30 and the latest described updates in 0.18.0 (2026-04-14), which include parsing robustness improvements and expanded Python/version and docstring-flavor support.
Last release:
dnspython is a DNS toolkit for Python that supports most DNS record types. It is useful for making DNS queries, performing zone transfers, and sending dynamic updates, with support for TSIG-authenticated messages and EDNS0, plus high- and low-level APIs. The project also offers optional integrations such as DNS-over-HTTPS, DNS-over-TLS, DNS-over-QUIC, DNSSEC, IDNA, and async support (asyncio and Trio).
Actively maintained, with very recent upstream updates (last push 2026-09-05) and a latest published update (v2.8.0 on 2025-09-07), indicating ongoing development rather than maintenance-only mode.
Last release:
Distro is a Python library that provides OS distribution information, such as a reliable machine readable ID, version, and codename. It is a recommended replacement for Python’s removed platform.linux_distribution(), and it can also be used via a command line interface. It supports Linux and BSD based systems, using data sources like /etc/os-release and related release files.
Active maintenance: The upstream repo shows a recent push on 2026-09-07, and there is a tagged update v1.9.0 on 2024-01-14, indicating the project is not abandoned.
Last release:
Python @deprecated decorator for marking old classes, functions, or methods as deprecated. Useful when you want developers to see warnings and optionally provide a reason message, helping guide them to newer alternatives.
Active maintenance: Evidence suggests continuing upkeep, with an upstream GitHub push on 2026-04-22 and recent updates up through v1.3.1 (2025-10-30) that focus on packaging and documentation plumbing rather than stopping development.
Last release:
cryptography is a Python package that provides cryptographic primitives and high-level recipes for developers, aiming to be a “cryptographic standard library.” It supports Python 3.9+ and PyPy3 7.3.11+, including tools for symmetric ciphers, message digests, and key derivation functions. It’s useful if you need Python-friendly building blocks or ready-to-use patterns for common cryptographic operations.
Actively maintained: GitHub upstream push was on 2026-08-26, and the most recent updates (50.0.1 on 2026-08-25, 50.0.0 on 2026-07-31) indicate ongoing development and release activity.
Last release:
Colorama is a Python utility for making ANSI escape sequences work in colored terminal output on MS Windows. It wraps or configures stdout and stderr to strip ANSI sequences and convert them into the appropriate Win32 calls, while doing nothing on other platforms. It is useful for cross-platform apps that want to print colored text and cursor positioning using the same ANSI sequences on Windows and Unix-like systems.
Maintenance status: The upstream repo has had a recent activity push (2026-05-13), but the most recent published updates shown here are from 2022 (0.4.6), so it looks more like quiet or maintenance-mode publishing rather than steady release activity.
Last release: