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:

annotated-types provides reusable metadata objects (for use with `typing.Annotated`) that describe common data constraints like numeric bounds (Gt, Ge, Lt, Le), interval bounds, length limits (Len, MinLen, MaxLen), timezone restrictions, units, and runtime-check predicates. It’s useful for standardizing constraint annotations so other tools and libraries can interpret them consistently without treating `Annotated[T, x]` differently from `T`.

Status:

Maintenance status: The repo appears quiet in 2026, with the most recent upstream push on 2026-02-10 but no recent tagged update shown in the provided history since v0.7.0 (2024-05-20).

Last release: 2024-05-20

381 watchers
Open

annotated-doc is a small Python library that lets you attach documentation strings directly to function parameters, class attributes, return types, and variables using typing.Annotated. It is useful for keeping symbol documentation in code and enabling tools to extract consistent parameter docs for reference-style documentation, including support used by FastAPI reference documentation.

Status:

Actively maintained (likely): The most recent upstream push is 2026-06-08, indicating ongoing development activity, even though the last tagged version in the provided summaries is older.

Last release: 2025-11-10

551 watchers
Open

aiosqlite provides a friendly asynchronous interface to SQLite databases for Python’s AsyncIO. It mirrors the standard sqlite3 connection and cursor APIs with async methods and context managers, letting you run queries and fetch results without blocking other coroutines. It can also replicate many advanced sqlite3 features.

Status:

Actively maintained: Yes. The repo has recent upstream activity (last push 2026-03-01) and there were published updates in late 2025 (v0.22.1 on 2025-12-23).

Last release: 2025-12-23

481 watchers
Open

aiosignal is a Python asyncio helper for managing a list of registered asynchronous callbacks (“signals”). It lets you append callbacks, then freeze the signal to prevent changes, and finally trigger all registered callbacks with await sig.send(data). Useful for coordinating event-style callback behavior in asyncio projects, including examples referenced in aiohttp’s advanced web server documentation.

Status:

Maintenance status: Evidence of recent upstream activity (last GitHub push on 2026-06-03), but the most recent tagged update in the provided history is v1.4.0 on 2025-07-03, about 11 months ago, so maintenance looks active in-repo but release cadence is slow.

Last release: 2025-07-03

661 watchers
Open

aioitertools provides asynchronous versions of familiar Python itertools and builtins-style helpers, for AsyncIO and mixed iterables (including standard iterators and async iterators). It’s useful when you want one unified, familiar interface for iterating, mapping, chaining, and slicing iterable data in async code.

Status:

Actively maintained (with recent activity): The repository shows an upstream push on 2026-03-01, and there is a recent published update v0.13.0 on 2025-11-06, indicating the project is not dormant as of 2026-06-09.

Last release: 2025-11-06

441 watchers
Open

aiohttp is an asynchronous HTTP client and server framework for asyncio and Python. It supports both HTTP and WebSocket use cases, including a Web server with middleware and pluggable routing, useful for building async services and clients.

Status:

Actively maintained: GitHub activity is very recent (last upstream push 2026-06-10), and there have been multiple version updates in June 2026 (3.14.0 on 2026-06-01, 3.14.1 on 2026-06-07), indicating ongoing development rather than maintenance-only.

Last release: 2026-06-07

704 updates · last 90 days1 watchers
Open

aiohappyeyeballs provides a Happy Eyeballs style connection helper for asyncio use cases where you already have a list of addrinfo and not a DNS name. It is useful when you do DNS caching or resolve names via other mechanisms, such as zeroconf, and want to connect using those pre-resolved addresses.

Status:

Actively maintained: The repository shows a very recent upstream push (2026-05-20), and multiple recent versioned updates were published on 2026-05-20 (v2.7.0, v2.6.2), indicating ongoing maintenance rather than abandonment.

Last release: 2026-05-20

552 updates · last 90 days1 watchers
Open

aiobotocore provides asyncio support for the botocore AWS SDK, using aiohttp to make botocore-style clients work in async Python. It is useful if you want to call Amazon services such as S3 asynchronously, including examples for streaming responses, paginators, and async context manager usage.

Status:

Actively maintained, with ongoing updates through May 2026 (latest upstream push 2026-05-15) and a sequence of versioned updates in 2026 (3.1.1 to 3.7.0), indicating active development rather than maintenance mode.

Last release: 2026-05-09

775 updates · last 90 days1 watchers
Open

aioboto3 is an async AWS SDK for Python that wraps boto3 resources to run on an aiobotocore async backend. It lets you use higher-level boto3 client and resource APIs in an async manner, useful for Python microservices that need AWS access without blocking the event loop. It uses async context managers for client and resource creation, and includes some async workarounds for boto3 operations like S3 upload and download.

Status:

Maintenance status: The repo shows ongoing work through 2025 (multiple versioned updates), but there have been no shown updates since v15.5.0 on 2025-10-29, and the last upstream push is 2025-12-15, which suggests the project is currently quieter rather than actively shipping frequent changes.

Last release: 2025-10-29

521 watchers
Open

uvicorn is a software project that can be found on GitHub. It’s useful for developers looking for the project code and updates via the Kludex/uvicorn GitHub page.

Status:

Actively maintained: The upstream has recent activity (last push 2026-06-03) and multiple tagged updates within 2026, including several functional changes and at least one breaking change.

Last release: 2026-06-03

698 updates · last 90 days2 watchers
Open

Tenacity is a Python library (hosted on GitHub) for adding retry logic to code. It’s useful when you need operations to automatically retry after failures, typically to make programs more resilient to transient errors.

Status:

Actively maintained: The upstream GitHub activity shows a push on 2026-06-03, and there were recent library updates in February 2026 (9.1.3, 9.1.4), indicating the project is still under active development rather than dormant.

Last release: 2026-02-07

631 watchers
Open

Structlog is a Python library for structured logging. It’s useful for producing consistent, machine-readable log events that can be formatted and processed for debugging, monitoring, and application logging workflows.

Status:

Actively maintained: The most recent upstream push and tagged update are both in 2026-06-06, indicating the project is currently active rather than in maintenance mode.

Last release: 2026-06-06

801 updates · last 90 days1 watchers
Open

python-multipart is a Python package hosted on GitHub. It’s useful for working with multipart/form-data requests, commonly needed when handling file uploads in web applications.

Status:

Actively maintained. The GitHub upstream push is very recent (2026-06-04), and the project has delivered multiple updates in June 2026 (0.0.31 and 0.0.32) plus regular follow-ons earlier in May 2026.

Last release: 2026-06-04

6910 updates · last 90 days2 watchers
Open

python-jose is a Python project hosted on GitHub by mpdavis, likely providing tools for working with JSON Web Tokens (JWT) and related JOSE standards. Useful for developers who need to parse, create, or validate JWT/JWS/JWE data in Python applications.

Status:

Maintenance status: The project appears to be under some ongoing development (there is a GitHub upstream push on 2026-04-14), but the most recent version/tag shown is 3.5.0 on 2025-05-28, so from a user perspective it is quiet for updates over the past ~12.5 months.

Last release: 2025-05-28

482 watchers
Open

python-dotenv is a project that helps load environment variables from a `.env` file into your application. It’s useful when you want to manage configuration locally for development while keeping environment-based settings separate from your code.

Status:

Active maintenance: The repo shows recent activity (last upstream push on 2026-05-08) and versioned updates continuing through v1.2.2 (2026-03-01), including Python 3.14 related support.

Last release: 2026-03-01

662 watchers
Open

dateutil/dateutil is a Python library for working with dates and times. It provides utilities to parse and manipulate date and time values, which can help developers handle common calendar and time-formatting tasks.

Status:

Active maintenance: The upstream repository shows a recent push on 2026-05-19, suggesting the project is still being actively worked on, even though the provided release/update history is sparse.

Last release: 2024-03-01

592 watchers
Open

pytest-cov is a plugin for pytest that helps you collect and report code coverage as part of your test runs. It’s useful for understanding how much of your codebase is exercised by your automated tests.

Status:

Actively maintained: GitHub source has a recent upstream push (2026-04-24), and there are continual updates including a fairly recent v7.1.0 (2026-03-21), indicating the project is still actively worked on.

Last release: 2026-03-21

541 updates · last 90 days1 watchers
Open

pytest-asyncio is an extension for pytest that adds support for writing and running asynchronous tests. It’s useful when you need to test async code (for example, coroutines) using pytest’s test runner.

Status:

Actively maintained, with a very recent upstream push on 2026-05-26 and a sequence of alpha updates followed quickly by a stable update (1.4.0a0 on 2026-04-15, 1.4.0a1 on 2026-04-15, 1.4.0a2 on 2026-05-15, and 1.4.0 on 2026-05-26).

Last release: 2026-05-26

724 updates · last 90 days2 watchers
Open