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.
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.
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:
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.
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:
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.
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:
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.
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:
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.
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:
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.
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:
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.
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:
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.
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:
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.
Actively maintained: The repo shows an upstream push on 2026-08-24, and there are security-focused updates released as recently as 2026-05-21 (v2.13.0), with subsequent patch updates earlier in 2026.
Last release:
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.
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:
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.
psycopg/psycopg2 appears actively maintained, with recent GitHub activity (last upstream push on 2026-05-02) and a steady stream of recent version updates in the 2.9.x line.
Last release:
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.
Maintenance status: Evidence suggests the GitHub source is still actively maintained, with an upstream push on 2026-05-19 (close to today), though the most recent tagged version in the provided history is v2.3.0 on 2025-08-26.
Last release:
bcrypt is a Python library for hashing passwords using the bcrypt algorithm. It’s useful when you need secure password hashing in Python applications.
Actively maintained: GitHub shows an upstream push on 2026-06-08, which is very recent relative to 2026-06-09, and prior versions continue to land with meaningful code changes.
Last release:
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.
The upstream repository is marked as archived, with the last upstream push on 2023-02-20, and the most recent library update (v2.0.1) dating to 2021-12-27, indicating the project is effectively in maintenance mode or dormant rather than actively maintained as of 2026-06-09.
Last release:
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.
Actively maintained? Partially. The latest upstream push and library updates are from 2025-10-09, which is within about 8 months of today (2026-06-09), but the prior update (v24.1.0) was 2024-06-24, suggesting maintenance is sporadic rather than steady.
Last release:
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.
Actively maintained: Yes. The repo has an upstream push on 2026-06-13 and a new library update (v0.1.10 on 2026-06-13), indicating current maintenance rather than a dormant state.
Last release:
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.
Maintenance status: Tagged updates in the provided history stop at v0.8.0rc2 (2023-09-29), and the next visible tags are much older (2021-03-08 and earlier). The only newer evidence is an upstream push on 2024-09-03, so overall the project looks quiet, not clearly actively maintaining via published updates as of 2026-06-09.
Last release:
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.
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: