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:

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, with very recent upstream activity (last push 2026-09-05) and ongoing published updates (most recent shown: 26.1.0 on 2026-06-06).

Last release:

801 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 repo shows a very recent upstream push (2026-09-03). There have also been multiple substantive update tags in 2026 (latest noted update is 0.0.32 on 2026-06-04), suggesting ongoing engineering rather than dormancy.

Last release:

692 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:

The repo shows continued activity, with an upstream push dated 2026-04-14, but the most recent published updates listed here are older (latest 3.5.0 on 2025-05-28), so it appears maintained but with an irregular release cadence.

Last release:

462 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:

Actively maintained, with recent updates in 2026 (last upstream push on 2026-08-17, and an update v1.2.3 on 2026-08-16).

Last release:

621 updates · last 90 days2 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:

Maintenance status: Upstream shows a push on 2026-05-19, indicating ongoing development, but the most recent published updates in the provided history are from 2024-03-01 (2.9.0 and 2.9.0.post0), so the release stream has been relatively quiet over the last ~2.5 years.

Last release:

472 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: The repo has recent activity (last upstream push 2026-04-24) and the latest tagged updates include pytest-cov 7.1.0 on 2026-03-21.

Last release:

431 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: The repo shows very recent activity (last upstream push 2026-08-26), and the project is still shipping meaningful updates in the 1.4.0 line.

Last release:

732 watchers
Open

Pytest is a Python testing framework available on GitHub. It’s useful for writing and running automated tests for Python projects, helping developers verify code behavior and catch regressions.

Status:

pytest appears actively maintained, with very recent upstream activity (last push 2026-06-22) and multiple version updates in 2026 (9.1.1 on 2026-06-19, 9.1.0 on 2026-06-13, 9.0.3 on 2026-04-07).

Last release:

712 watchers
Open

pyjwt is a Python library for working with JSON Web Tokens (JWT). It provides tools for creating, encoding, decoding, and validating JWTs, useful for developers implementing token-based authentication and authorization in Python applications.

Status:

Actively maintained: Evidence shows recent upstream activity (last push 2026-09-14) and multiple version updates in 2026 (2.12.0, 2.12.1, 2.13.0, 2.14.0), indicating ongoing development rather than a dormant state.

Last release:

781 updates · last 90 days2 watchers
Open

pydantic-settings is a GitHub project for managing application settings using Pydantic. It’s useful if you want to define and validate configuration (for example, via environment variables) with Pydantic’s data models.

Status:

Actively maintained: The repository shows a very recent upstream push (2026-08-07), and the project has recent updates including v2.15.0 on 2026-08-07, indicating ongoing maintenance rather than a dormant state.

Last release:

691 updates · last 90 days2 watchers
Open

psycopg2 is a PostgreSQL database adapter for Python, providing a way for Python applications to connect to and work with PostgreSQL. It’s useful if you need Python-to-PostgreSQL connectivity and want to manage database interactions from your code.

Status:

Actively maintained, with the most recent upstream push on 2026-09-10 and recent version updates in 2025-2026 continuing to add compatibility and parser fixes.

Last release:

521 updates · last 90 days1 watchers
Open

python-email-validator is a small Python library for validating email addresses. It’s useful for checking whether an email string is in a valid format in your applications.

Status:

The source appears actively developed at the repo level (latest upstream push was 2026-06-26), but the last documented tagged updates shown here are older (newest noted update v2.3.0 on 2025-08-26), suggesting intermittent release tagging rather than continuous version bumps.

Last release:

442 watchers
Open

bcrypt is a Python library for hashing passwords using the bcrypt algorithm. It’s useful when you need secure password hashing in Python applications.

Status:

Actively maintained (repo activity present). The upstream GitHub repo shows a recent push on 2026-08-31, and recent update history (2024-2025) indicates ongoing work, though published release notes are often minimal and the code diff is the main source of truth.

Last release:

712 watchers
Open

aioredis-py is an async Python client for Redis built for the aio-libs ecosystem. It’s useful for developers who want to interact with Redis from asyncio-based applications.

Status:

Maintenance status: Upstream is marked archived, and the last upstream push was 2023-02-20 (with the most recent published updates in the list from 2021), indicating the project is effectively dormant or in maintenance/cleanup mode, not actively maintained as of 2026-09-10.

Last release:

351 watchers
Open

aiofiles is a library for using Python’s file I/O in an asynchronous (async/await) style. It’s useful if you want to work with files without blocking the event loop in async applications.

Status:

Maintenance status: The project shows signs of ongoing work (an upstream GitHub push on 2026-08-29), but the most recently summarized published update is v25.1.0 from 2025-10-09, so it does not look “freshly released” relative to today (2026-09-10).

Last release:

562 watchers
Open

SlowApi is a rate limiting library for Starlette and FastAPI, adapted from flask-limiter. It provides limit decorators for endpoint functions and supports sync/async HTTP endpoints with redis, memcached, or in-memory backends to track request limits.

Status:

Actively maintained: The repo shows an upstream push on 2026-09-08, and a recent tagged update v0.1.10 (2026-06-13) indicates ongoing work rather than a long-term freeze.

Last release:

692 watchers
Open

defusedxml is a Python-focused library for safely parsing XML by “defusing” common XML bomb and exploit patterns such as exponential entity expansion, quadratic blowup, and external entity expansion (including remote fetching and local file access). It’s useful when you need to protect applications that process untrusted XML from attacks that can consume large amounts of CPU or memory or trigger unintended network/file access.

Status:

Maintenance status: No update activity is visible in the provided history since v0.8.0rc2 (2023-09-29), and the last upstream push is 2024-09-03, so as of 2026-09-10 this source appears quiet or in maintenance mode, not actively evolving.

Last release:

481 watchers
Open

feedparser is a Python library for parsing Atom and RSS feeds, with support for related formats such as JSON and RDF. It’s useful when you need to read and process feed content from Python applications, and it provides documentation on Read the Docs and an extensive test suite run with tox.

Status:

The upstream project (kurtmckee/feedparser, “Parse feeds in Python”) appears actively maintained, with updates as recently as 2026-08-03 and a sequence of tagged updates in 2026 (v6.0.12 in 2025, then multiple 2026 updates).

Last release:

542 updates · last 90 days2 watchers
Open