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.

Source:Sort:

Pygments is a generic syntax highlighter written in Python, designed to prettify source code for code hosting, forums, wikis, and similar applications. It supports over 500 languages and text formats, making it useful when you need consistent syntax highlighting.

Status:

Actively maintained: The upstream repo shows a recent push on 2026-05-09, and there have been regular version updates culminating in 2.20.0 (2026-03-29).

Last release: 2026-03-29

631 updates · last 90 days1 watchers
Open

pycparser is a complete C99 parser written in pure Python, designed to parse C source code for applications that need to analyze or transform it. It is useful for tasks like static code checking, building a front end for specialized C compilers, and generating information such as unit-test discovery, and it can integrate with CFFI to parse C function and type declarations.

Status:

The repository (eliben/pycparser) appears actively maintained, with an upstream push as recent as 2026-06-08 and the latest published updates on 2026-01-21.

Last release: 2026-01-21

621 watchers
Open

pyasn1 is a generic ASN.1 library for Python that provides implementations of ASN.1 types plus standard BER, CER, and DER codecs. It is useful for building Python objects from ASN.1 definitions, encoding and decoding ASN.1 data structures, and loading or dumping ASN.1 structures from Python types, originally for SNMP and then generalized for other protocols.

Status:

Actively maintained: Recent GitHub activity and tagged updates (last upstream push 2026-03-17, with v0.6.3 released the same day) plus a documented security policy (added in v0.6.2) indicate ongoing maintenance.

Last release: 2026-03-17

621 updates · last 90 days1 watchers
Open

propcache is a Python 3 library that provides a fast implementation of cached properties for Python 3.10+. It is designed to be nearly identical to functools.cached_property, with an additional under_cached_property option that caches using self._cache. Useful for speeding up computed properties in Python applications, including optional pure Python or compiled installs.

Status:

Actively maintained, with the latest upstream push on 2026-05-18 and two consecutive update tags in early May 2026 (v0.5.1 then v0.5.2), suggesting ongoing development rather than maintenance mode.

Last release: 2026-05-08

552 updates · last 90 days1 watchers
Open

Pillow is the friendly Python Imaging Library (PIL) fork, providing image processing capabilities for Python. It supports many image file formats and includes an internal representation designed for fast access to common pixel formats, making it useful for building applications that load, manipulate, and process images.

Status:

Pillow appears actively maintained, with a very recent upstream push (2026-05-15) and multiple updates in 2026 (12.2.0, 12.1.1, 12.1.0).

Last release: 2026-04-01

801 updates · last 90 days1 watchers
Open

packaging (pypa/packaging) is a Python library of reusable core utilities for Python package interoperability. It provides shared implementations for common packaging standards, including version handling, specifiers, markers, requirements, tags, metadata, lockfiles, and direct URL helpers. Useful for developers who need consistent behavior when parsing and working with Python package metadata and versioning.

Status:

Actively maintained: The repo has recent activity (last upstream push 2026-05-15) and continues to ship versioned updates (25.0 in 2025-04, then 26.0 to 26.2 in early to mid 2026).

Last release: 2026-04-24

852 updates · last 90 days2 watchers
Open

Multidict is a Python 3 library that provides dict-like containers for key-value pairs where a key can occur multiple times, preserving insertion order. It is useful for representing HTTP headers and URL query string data, with both regular and proxy multidict classes, plus case-insensitive variants. It also supports optional C extensions for speed.

Status:

Maintenance status: Appears actively maintained, with an upstream push on 2026-06-08, and multiple recent updates in 2025 and early 2026.

Last release: 2026-01-26

721 watchers
Open

MarkupSafe provides a Python text wrapper that escapes special characters so untrusted strings can be safely included in HTML and XML. It helps mitigate injection attacks by converting characters with special meanings into their escaped forms, and it integrates with template engines like Jinja.

Status:

MarkupSafe appears actively maintained, with the latest upstream push and recent update dated 2025-09-27, which is within about 8.5 months of today (2026-06-09).

Last release: 2025-09-27

551 watchers
Open

Mako is a Python template library that uses a familiar, non-XML syntax, compiling templates into Python modules for performance. It is useful for building flexible, componentized layouts with inheritance, while keeping templates closely aligned with Python calling and scoping semantics.

Status:

Actively maintained: Recent updates (notably 1.3.11 and 1.3.12 in April 2026) include security bug fixes and targeted hardening, indicating ongoing maintenance rather than a dormant project.

Last release: 2026-04-28

532 updates · last 90 days1 watchers
Open

limits is a Python library for implementing rate limiting with multiple strategies (fixed window, moving window, and sliding window counter). It works in both sync and async code, and stores counters using backends like Redis, Memcached, MongoDB, or in-memory.

Status:

Actively maintained: Evidence shows an upstream GitHub push on 2026-06-04, just days before today (2026-06-09), and recent v5.8.0 updates in 2026.

Last release: 2026-02-05

491 watchers
Open

JMESPath is a query language for JSON, and the jmespath.py library lets Python code declaratively extract values from JSON-like data using JMESPath expressions. It’s useful for single or repeated lookups, with `search` for one-off queries and `compile` for reusing the same parsed expression, and it supports options and (experimental) custom functions.

Status:

Actively maintained: Evidence shows new activity in 2026, with upstream push on 2026-04-20 and a published 1.1.0 updates on 2026-01-22, indicating ongoing development rather than maintenance mode.

Last release: 2026-01-22

591 watchers
Open

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.

Status:

Actively maintained: Recent GitHub activity continues, with the latest upstream push on 2026-05-19, and multiple versioned updates since at least 2025-05 (0.10.0 through 0.15.0).

Last release: 2026-05-19

692 updates · last 90 days1 watchers
Open

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.

Status:

Maintenance status: The source appears largely quiet/in maintenance mode as of 2026-06-09, with the latest documented update 2.2.0 on 2024-04-16 and no newer version updates shown in the provided history, despite an upstream push in 2025-06-14.

Last release: 2024-04-16

561 watchers
Open

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.

Status:

Actively maintained: Yes, there is evidence of ongoing development (last upstream push on 2026-06-08), even though the most recent tagged update is older (v2.3.0 on 2025-10-18).

Last release: 2025-10-18

551 watchers
Open
GitHub

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.

Status:

Actively maintained, with frequent GitHub updates in recent weeks (last upstream push 2026-06-02, versions v3.14 through v3.18 published between 2026-05-10 and 2026-06-02).

Last release: 2026-06-02

847 updates · last 90 days1 watchers
Open

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.

Status:

encode/httpx appears to have ongoing upstream activity (latest upstream push on 2026-03-29), but the latest documented version updates shown here are older (last listed update 0.28.1 on 2024-12-06), so it may be in a light maintenance mode with fewer tagged updates.

Last release: 2024-12-06

611 watchers
Open

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.

Status:

Actively maintained, with a recent upstream push on 2026-05-25 and a current version update (v0.8.0) on the same date, indicating ongoing work.

Last release: 2026-05-25

531 updates · last 90 days1 watchers
Open

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).

Status:

Maintenance status: httpcore appears actively maintained at least at the repository level (there was an upstream push on 2026-01-08), but the most recent version updates shown here are 1.0.9 from 2025-04-24, which suggests light release activity rather than rapid iteration.

Last release: 2025-04-24

541 watchers
Open