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.
Trough is a Python-based approach for querying very large datasets by splitting data into many small sharded SQLite databases keyed for reliable worst-case performance. It is designed to leverage distributed storage (flat SQLite files) instead of large CPU and RAM clusters, aiming for predictable performance once the largest shard is loaded locally.
Tailwind Merge Python is a pure Python utility that merges lists of Tailwind CSS class strings intelligently, removing redundant and conflicting classes according to Tailwind’s rules. It’s useful when you build class strings from multiple sources or conditions, so the final result stays clean and applies the intended styles.
The GitHub source appears quiet rather than actively maintained, with the last recorded upstream push on 2025-07-23 (more than 10 months ago from 2026-06-09).
Last release:
Detects whether a terminal supports color output in Python, including how many colors are available for stdout or stderr (for example, 16m truecolor or 256 colors). This is useful for enabling or tailoring colored terminal formatting based on the user’s terminal capabilities.
Maintenance status: The last recorded upstream push was 2024-08-28, and the most recent update listed is v0.2.0 from the same date, so as of 2026-06-09 the source appears quiet or in maintenance mode, not actively evolving.
Last release:
Strip BOM is a small Python utility for removing the UTF-8 byte order mark (BOM) from strings, bytes, bytearrays, streams, and files. It helps avoid issues when BOMs appear inconsistently across inputs, including when comparing text or parsing data formats.
Actively maintained is not clearly supported as of today, with the last known upstream push on 2026-01-31 (about 4 months ago), followed by a single new package release v1.0.0 at that time.
Last release:
This source provides instructions for generating a C file, sharp.c, from Cython code using the command cython sharp.pyx. It is useful if you need to build or integrate the generated C output, and may require edits to remove invalid complex typedefs in some Cython versions.
The sharp wrapper in amaurea/sharp appears quiet and effectively dormant, with the last upstream push on 2016-06-23 and the most recent observed updates all dating to 2016-06-22 to 2016-06-23.
Last release:
Python module for working with Semantic Versioning, using the MAJOR.MINOR.PATCH format with support for pre-release and build metadata. It helps parse version strings, bump version parts, and compare versions, which is useful for managing and reasoning about release numbers in Python projects.
Maintenance status: Evidence of ongoing work is limited to a most recent upstream push on 2025-12-09, while the latest published updates in the provided list are 3.0.4 on 2025-01-24. As of 2026-06-09, this suggests the project is not clearly active release-wise, more like maintenance mode with occasional updates.
Last release:
run_parallel runs an array or generator of callable tasks as fast as possible. It is useful for parallelizing multiple computations implemented as callables, with the README noting that lambdas are not supported yet.
This Python regex module is backwards compatible with the standard re module, while adding extra features such as Unicode support (including full case-folding), additional flags, and options for fuzzy matching and POSIX leftmost longest behavior. It also documents behavior differences between version modes (VERSION0 and VERSION1) and supports multithreading by releasing the GIL during matching in certain cases.
Actively maintained, with frequent updates in late August and early September 2026 (multiple updates on 2026-08-30, 2026-08-31, and 2026-09-03, about 3-13 day gaps across the period).
Last release:
python-react is a Python package for server-side rendering of React components, using data from your Python code. It provides a `render_component` interface that sends a component file path and optional props to a render server, and returns the rendered HTML markup (along with JSON-serialized props and render data). It is useful when you want faster initial page loads and SEO-friendly HTML generated on the server.
Maintenance status: The repository shows an upstream push on 2025-06-25, but the most recently documented package updates in the provided history are from 2018-10-08 (4.3.0), suggesting the source is effectively quiet/dormant for typical consumers.
Last release:
A Python punycode converter library that turns Punycode domain names into Unicode domain names, and vice versa. It provides a single `punycode.convert()` function for converting either format, with an `ascii_only` option to restrict conversion direction. Useful for DNS and charset conversion workflows involving internationalized domain names.
The repository appears to be inactive relative to today (2026-06-09), with the last upstream push on 2023-04-02, and the most recent noted update versions from 2023-03-27. This suggests it is quiet or in maintenance mode rather than actively maintained.
Last release:
Python Nanoid is a tiny, secure, URL-friendly unique ID generator for Python. It creates compact IDs using a larger alphabet than UUID, with a default 21-character length, and supports configurable length and alphabet (including an optional non-secure generator).
mz is a micro, pure-Python version of the DFCI multiplierz package, with a different namespace (for example, mz.API instead of multiplierz.mzAPI). It is useful for developers who want multiplierz-style functionality in a minimal Python install, especially when working in an Anaconda Python environment.
This source provides a Python package of general-purpose utilities, including decorators, reflection and logging helpers, YAML config, and CLI tools. It also includes project management and git workflow tooling, with shell commands like gy (workflow and self-update) and ly (project creation and project-update).
A Python tool for generating Markdown tables. It is useful if you need to convert tabular data into Markdown syntax for documentation or other text-based outputs.
markdown-extensions is a collection of Markdown extensions. It is useful if you want to add or customize Markdown features beyond the basic syntax for rendering or processing Markdown content.
The source (jameszhan/markdown-extensions) appears quiet and likely not actively maintained, with the last upstream push on 2023-02-21 and no evidence of further updates since then.
Last release:
A thread-safe least-recently-used (LRU) cache decorator implemented using a double-linked list and a dict (OrderedDict). Useful for memoizing function results with limits (maxsize) and an optional timeout, and it provides an invalidate method for cached entries.
PyScaffold is a Python project template generator that bootstraps high quality Python packages ready to share on PyPI and install with pip. It provides a ready-to-use project structure, including tooling for packaging, tests, and documentation, with a command line flow that creates a new project folder (for example, using `putup`).
Maintenance status: Evidence suggests the repo is still active, with an upstream push on 2026-05-25, but the most recent tagged update shown in the provided summaries is v4.6 from 2024-09-23 (so maintenance looks present, but not reflected in frequent tagged updates here).
Last release:
A Python API for validating and looking up IANA language tags, based on BCP 47 (RFC 5646) and the IANA language subtag registry. Useful in applications that need to check or resolve language tags according to changing language standards.
Actively maintained: The repo shows recent GitHub activity and version updates, with the latest upstream push on 2026-05-08 and subsequent updates only about a day apart (1.3.1 on 2026-05-08, 1.3.0 on 2026-05-07).
Last release: