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:

watchfiles is a Python package for simple, modern, high performance file watching and code reload. It provides synchronous and async APIs to yield file change events, and includes helpers to run or reload processes when files change. It uses Rust for underlying file system notifications and is useful for development workflows such as hot reloading.

Status:

Actively maintained, with a very recent update push on 2026-05-18 and continued versioning through 2026-05-18 (v1.2.0), following prior updates in 2025-10-14 (v1.1.1) and 2025-06-15 (v1.1.0).

Last release:

481 updates · last 90 days1 watchers
Open

uvloop is an ultra fast, drop-in replacement for Python’s built-in asyncio event loop. It is implemented in Cython and uses libuv, making it useful for speeding up asyncio networking workloads. The project provides a `uvloop.run()` helper (or `uvloop.install()`) to start asyncio using the uvloop event loop.

Status:

MagicStack/uvloop appears actively maintained, with an upstream push on 2026-05-04 and subsequent recent updates, including v0.22.0 and v0.22.1 (both dated 2025-10-16).

Last release:

601 watchers
Open

urllib3 is a user-friendly HTTP client library for Python, with features that go beyond the standard library, including thread safety, connection pooling, SSL/TLS verification, retry and redirect helpers, compression support, and proxy support. It is useful for building Python services and tooling that need robust HTTP requests.

Status:

The source appears actively maintained, with a very recent upstream push (2026-05-16) and ongoing security and correctness work in the latest tagged update (2.7.0, 2026-05-07).

Last release:

841 updates · last 90 days1 watchers
Open

tzlocal is a Python module that determines your local IANA time zone name, or returns a tzinfo object with the local time zone information on Unix and Windows. It is useful when you need the local timezone details without manually knowing the zoneinfo name, and it provides a get_localzone_name() helper to return only the timezone name.

Status:

Actively maintained: The project has recent activity with multiple updates in June 2026 (latest timestamped update on 2026-06-29), including code diffs and test changes, which suggests ongoing maintenance rather than dormancy.

Last release:

435 updates · last 90 days1 watchers
Open

tzdata is a Python package that provides IANA time zone data, including zic-compiled binaries. It is intended as a fallback for systems that do not have system time zone data installed (or not in a standard location), and is published as a pip-installable package on PyPI.

Status:

Actively maintained: The python/tzdata repo packages and updates the upstream IANA time zone database, with recent changes clearly described in multiple versioned update notes.

Last release:

722 updates · last 90 days1 watchers
Open

typing-inspection provides tools to inspect type annotations at runtime in Python. It is useful for developers who need to understand or validate typing information while the program is running.

Status:

The repo appears to be actively maintained, with an upstream push on 2026-01-25. Recent published updates (v0.4.x) continued through 2025-10-01, and there is no evidence of abandonment.

Last release:

381 watchers
Open

Provides backported and experimental type hints for Python, letting you use newer typing features (like typing.TypeGuard) on older Python versions and try new type system PEPs before they are added to typing. Static type checkers such as mypy and pyright treat items from typing_extensions as equivalent to the corresponding forms in typing.

Status:

Actively maintained: GitHub upstream activity is recent (last push 2026-07-08), and the project produced a full stable update plus release candidates in June to July 2026 (4.16.0rc1, rc2, then 4.16.0).

Last release:

843 updates · last 90 days1 watchers
Open

Starlette is a lightweight ASGI framework and toolkit for building async web services in Python. It provides HTTP and WebSocket support, plus features like startup and shutdown events, background tasks, and common web middleware options (such as CORS and static files), making it useful for production-ready async APIs and web apps.

Status:

Actively maintained, with a very recent upstream push on 2026-06-17 and multiple updates in mid-June 2026, indicating ongoing development rather than dormancy.

Last release:

696 updates · last 90 days1 watchers
Open

Soup Sieve is a CSS selector library for use with Beautiful Soup 4, designed to select, match, and filter HTML or XML using modern CSS selectors (up through CSS Level 4 drafts, with some limitations). It can replace Beautiful Soup’s built-in select feature and can also be used directly via its API for more controlled parsing.

Status:

Active maintenance appears strong, with an upstream push on 2026-05-28 and the latest published update (2.8.4) on 2026-05-24, indicating recent attention to performance and selector safety.

Last release:

561 updates · last 90 days1 watchers
Open

Sniffio is a small Python library that detects which async I/O framework your code is running under, such as Trio or asyncio. It is useful for library authors who want to select the right async integration logic based on the active async environment.

Status:

Maintenance status: The repo shows an upstream push on 2026-03-06, which suggests ongoing activity, but the last published updates tag is v1.3.1 on 2024-02-25, so it appears low-cadence rather than actively churning new versions.

Last release:

411 watchers
Open

Six is a Python 2 and 3 compatibility library that provides utility functions to smooth differences between Python versions, helping you write code that works on both. It supports Python 2.7 and 3.3+ and is distributed as a single Python file that can be copied into a project, with documentation available on Read the Docs.

Status:

Maintenance status: The repository appears still maintained, with an upstream push on 2026-02-23 and a recent versioned update (1.17.0) on 2024-12-03 for Python compatibility.

Last release:

401 watchers
Open

s3transfer is an Amazon S3 Transfer Manager library for Python, used to manage transfers to and from Amazon S3. It is maintained and published by Amazon Web Services, and since it is not currently GA, production use should lock to a minor version due to potential interface changes.

Status:

Active maintenance is strongly indicated, with an upstream push on 2026-06-17 and a recent update 0.19.0 on 2026-06-16, plus several tagged updates in 2026.

Last release:

766 updates · last 90 days1 watchers
Open

Python-RSA is a pure-Python RSA implementation that supports encryption and decryption, signing and verifying signatures, and key generation (PKCS#1 v1.5). It can be used as a Python library or via the command line, and is distributed via pip as the `rsa` package. The project has been archived, and the maintainer notes it should be used with care due to limitations around timing attacks.

Status:

Maintenance status: The upstream project is marked as archived, so despite some later activity, it does not appear to be actively maintained as of today (2026-06-09).

Last release:

511 watchers
Open

respx is a utility for mocking HTTPX and HTTP Core in Python tests, letting you patch HTTPX and define request routes with mock responses. It is useful for pytest-based testing, including a respx_mock fixture and optional marker to configure mock settings.

Status:

Actively maintained, with very recent activity (last upstream push 2026-04-23) and back-to-back updates in April 2026 (0.23.0 on 2026-04-07, 0.23.1 on 2026-04-08).

Last release:

461 watchers
Open

Python QR Code image generator that lets you generate QR codes as PNG images, SVG, or styled images. It can be used from the command line (including an installed `qr` script) or from Python APIs like `qrcode.make` and the `QRCode` class for more control over size, error correction, and output formatting.

Status:

Maintenance status: The GitHub source shows a recent upstream push (2026-03-25), but the provided changelog entries only go up to v8.2 (2025-05-01), so it appears active in the repo while published updates have slowed.

Last release:

381 watchers
Open

Canonical source for PyYAML, a full-featured YAML processing framework for Python. Useful for parsing and emitting YAML, including optional LibYAML-based fast loader and dumper, and includes a comprehensive test suite.

Status:

Actively maintained: The canonical PyYAML GitHub repository shows recent upstream updates, with the latest push on 2025-09-25, which is within the last year of 2026-06-09.

Last release:

561 watchers
Open

python-pptx is a Python library for creating, reading, and updating PowerPoint (.pptx) files using Open XML. It is useful for generating presentations from dynamic content, such as database queries, analytics output, or JSON payloads, and for extracting text and images from existing slide decks.

Status:

Maintenance status: The project shows a clear last upstream push on 2024-08-07, and the newest recorded update (v1.0.2 on 2024-08-06) is from the same week. With ~22 months of no further updates as of 2026-06-09, the source appears quiet/dormant (not actively maintained).

Last release:

361 watchers
Open

python-docx is a Python library for reading, creating, and updating Microsoft Word 2007+ (.docx) files. It is useful if you need to generate or modify Word documents programmatically, for example creating paragraphs and saving them to a .docx file.

Status:

Maintenance status: The repository appears largely quiet, with the most recent upstream push on 2025-06-17 and the latest listed update v1.2.0 on 2025-06-16, about a year before today (2026-06-09), suggesting no strong evidence of active ongoing maintenance cadence.

Last release:

311 watchers
Open