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 repository appears quiet, with the last upstream push on 2025-07-23 (roughly 14 months before 2026-09-10), so it does not look actively maintained right now.
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: Not actively maintained based on the evidence, the latest upstream push was 2024-08-28, and there have been no further updates since then (about 2 years as of 2026-09-10), indicating a quiet or dormant state.
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.
The GitHub source appears to have low recent activity, with the latest upstream push on 2026-01-31 and the most recent documented update being v1.0.0 on 2026-01-31, about 7 months ago relative to today (2026-09-10).
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.
Maintenance status: Quiet and effectively dormant, with the last upstream push on 2016-06-23 and no evidence of updates since then, indicating it is not actively maintained as of today (2026-09-10).
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.
The source (python-semver/python-semver) appears actively maintained, with a very recent upstream push on 2026-09-16 and a latest tagged update 3.1.0 on 2026-09-12.
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.
The repo appears actively maintained, with upstream pushes and new updates arriving very recently (last upstream push on 2026-09-09, and multiple version updates in August and early September 2026).
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.
The source appears to be largely quiet in terms of published package updates, with the most recent detailed updates evidence provided being 4.3.0 from 2018-10-08, and no newer release notes shown in the supplied history. However, there is an upstream push on 2025-06-25, which suggests some activity beyond the last published update shown here.
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 (Yutsuro/punycode) appears quiet or in maintenance mode, with the last upstream push on 2023-04-02, which is several years ago relative to 2026-09-10.
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 GitHub source (jameszhan/markdown-extensions) shows an initial update from 2023-02-21, with no documented release notes and no other evidence of subsequent updates, suggesting it is not actively maintained as of 2026-09-10.
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`).
PyScaffold appears to be under active development, with a recent upstream push on 2026-08-31, but the most recent documented versioned updates in the provided history are from v4.6 dated 2024-09-23.
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: