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:

keyv is a lightweight Python library that turns SQLite into a fast NoSQL-style key-value database. It provides simple collection-based operations like set, get, update, delete, and searching by values, which is useful for building robust local storage without running a full database system.

201 watchers
Open

pyjson5 is a Python implementation of the JSON5 data format, providing a reader and writer similar to Python’s standard `json` API. It’s useful when you need JSON5 features like JavaScript-style comments, unquoted identifier keys, trailing commas, and single-quoted or multi-line strings (with the project noting it can be very slow).

Status:

The repository appears actively maintained, with an upstream push as recent as 2026-06-24 and new published updates (v0.15.0 on 2026-06-19, v0.14.0 on 2026-03-27).

Last release:

502 updates · last 90 days1 watchers
Open

A Python implementation of the JOSE (Javascript Object Signing and Encryption) framework, providing support for JSON Web Tokens (JWTs) using JWS (signatures) and JWE (encrypted claims). Useful for securely transferring claims such as authorization information between parties, including the ability to authenticate using JWS and keep claims opaque via JWE (with a subset of recommended algorithms).

Status:

The repository appears quiet/dormant. The latest tagged update is 0.2.2 from 2015-01-15, and the upstream push was last seen on 2024-05-30, which indicates no recent, ongoing update activity in the tagged history.

Last release:

241 watchers
Open

Jiti is an interface-first Python tool that lets you declare typed function or method stubs, and then generates real implementations the first time they are called. It validates generated code against ruff, type checking, and your tests, caches the results for later calls, and can “merge” the generated code back into your source to remove the jiti dependency.

Status:

Actively maintained, with recent GitHub pushes on 2026-06-10 to 2026-06-12 and multiple version updates (v1.2.0 through v1.5.1) clustered within the same week.

Last release:

408 updates · last 90 days1 watchers
Open

This is a small Python library that provides a function to check whether a value is a string. It is useful for simple type validation, such as distinguishing between string inputs and non-string values.

251 watchers
Open

A command-line tool for quickly grabbing common .gitignore files for a specified language. It can download a ready to use .gitignore file (for example, by running a command like `ignore python`).

121 watchers
Open

A small Python package that provides a list of known HTML void tag names. It is useful when you need to validate or reference which void elements are allowed in different HTML versions.

Status:

The source appears not actively maintained as of today, with the last upstream push on 2024-10-08, which is about 1.5 years ago (relative to 2026-06-09).

Last release:

201 watchers
Open

A small Python library for checking whether `argv` includes a specific command line flag or argument. It is useful for quickly determining if options like `-f`, `--unicorn`, or `foo=bar` were provided when your script is invoked.

181 watchers
Open

Globals is a Python library that enables global access to classes and functions from different Python projects. It’s useful when you want to share imports across multiple projects placed in a single folder, so you don’t have to specify paths when importing.

Status:

Maintenance status: The latest recorded update was v0.3.36 on 2023-05-08, and there have been no further updates as of 2026-06-09, so the repository appears quiet or dormant (maintenance-mode at best).

Last release:

181 watchers
Open

Generates URL-friendly “slug” strings for Markdown heading text, aiming to match GitHub’s heading anchor formatting rules. It can also ensure uniqueness of slugs the way GitHub does, and is useful for producing consistent heading IDs in tools and docs that need to mirror GitHub behavior.

121 watchers
Open

fastq is a simple Python FASTQ toolbox for small to medium projects, aimed at reading and writing FASTQ text files without unusual third party dependencies. It provides functions like read() for iterating over FASTQ entries (including common compressed formats) and write() for writing entries, plus a fastq_object() that exposes sequence and quality data and computes summary statistics on demand.

Status:

Maintenance status: Repo activity appears quiet/dormant relative to today (last recorded upstream push was 2025-08-11, and the most recent tagged update summary is v2.0.4 on 2024-03-12). The gap suggests it is not actively evolving right now.

Last release:

301 watchers
Open

Plugout (mistercrunch/extend) is a simple plugin manager for Python. It helps you extend applications by discovering and loading plugin classes or callables that derive from a common base class, including from dotted paths or from a filesystem folder. It was designed to support extensions such as visualization plugins for Caravel and plugins for Airflow.

Status:

The GitHub update history for mistercrunch/plugout shows updates only in April 2016, with the last upstream push on 2016-04-26. As of 2026-06-09, this indicates the source is effectively dormant, not actively maintained.

Last release:

121 watchers
Open

esutils is a utility box for ECMAScript language tools, providing shared helper functions intended to support development work for JavaScript tooling. It is described as a partial translation of esutils from the acornjs/acorn project.

121 watchers
Open

Esprima is a high performance, standard-compliant ECMAScript parser, ported to Python, for tokenizing and parsing JavaScript code. It produces a syntax tree format (ESTree-style) useful for multipurpose analysis, with optional node location tracking and (experimental) JSX support.

Status:

The repository appears largely dormant, with the last upstream push on 2023-03-01, and the most recent tagged updates shown dating back to 2018-08-24 (v4.0.1), so it is unlikely to be actively maintained as of 2026-06-09.

Last release:

251 watchers
Open

Python library for automated object validation and serialization using well-defined entity models. It supports nested entities, recursive and non-recursive collections (list, set, dict), reference fields, and can validate, serialize, deserialize, and generate hashable keys for entities.

181 watchers
Open

emoji-regex is a Python-focused library that provides regular expressions for matching emojis, including patterns intended to cover all emojis. It is useful if you need to detect, validate, or extract emoji characters from text using regex.

Status:

This GitHub source appears dormant, with its last upstream push on 2023-05-17, which is well over two years ago relative to 2026-06-09, so it is not actively maintained in the present timeframe.

Last release:

121 watchers
Open

Doctrine is a helper for Python’s Invoke that helps you build libraries of useful tasks focused on a particular problem domain. It is useful if you want to organize and reuse common automation tasks using Invoke.

Status:

Maintenance status: Evidence suggests the project is quiet/dormant rather than actively maintained, with the last upstream push on 2025-03-03 and no versioned updates shown after 2021 in the provided history.

Last release:

261 watchers
Open

Devlop-cli is a developer command-line tool for working with Docker-based development environments. It is useful for projects that use Docker Compose and may involve proxy and HTTPS configuration.

141 watchers
Open