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.
Provides a simple way to start an interactive Python debugger with a single statement, by importing `debug` (it also sets up syntax highlighting, tab completion, and a readable `dir()` alternative). Useful for quickly switching from `print` style debugging to an interactive debugging console without needing to learn `pdb` commands.
Actively maintained: No, this GitHub source appears dormant, with the last upstream push dated 2016-11-01 and the newest recorded update v0.3.2 on 2016-10-12.
Last release:
Commander is a small Python library for running shell commands locally and remotely. It provides a deployment-style task library modeled after Fabric and a remote command runner for executing commands across configured hosts.
The source appears quiet and likely not actively maintained, with the last upstream update and most recent tagged update dating to 2013-07-03.
Last release:
This is a small tool/package that tells you what name a color has. It includes versioned releases (SemVer) and is authored by Tim Vanderplas.
A Python color conversion tool focused on converting between common color formats, such as hexadecimal to RGB, hexadecimal to RGBA, and decimal values to hexadecimal or RGB. Useful for developers who need quick programmatic color format conversions in their Python code.
Active maintenance signals are present, with the most recent upstream push on 2026-07-25 and multiple version tags added shortly afterward (v1.4 and v1.3 both on 2026-07-25).
Last release:
clsx is a Python utility for defining conditional HTML `class` attribute values, replacing error-prone string concatenation with a `clsx()` function that returns a class name string. It can take many input types (strings, booleans, lists, dicts, and callables) and also provides a lower-level evaluation API for lazily processing and optionally extending or deduplicating the generated class names.
Braces is a Python implementation of Mustache, a framework-agnostic, logic-free templating system. It is useful for rendering templates with data using Mustache syntax, and includes a command-line interface plus support for the Mustache spec tests.
The repo (dcolish/braces) appears quiet and effectively dormant, with the last upstream push in 2012-07-07 and the most recent observed updates in 2012, so it is not actively maintained as of 2026-09-10.
Last release:
binary-extensions is a Python utility that checks whether a file extension or full file path is likely binary. It includes an immutable list of 250+ known binary file types (such as images, videos, archives, and executables) and provides fast, case-insensitive, dot-aware membership checks with zero dependencies.
The repository appears to be mostly in an initial stabilization phase, with updates as recently as 2026-01-10, including a follow-up documentation and metadata tweak (v1.0.1) shortly after the initial publication (v1.0.0).
Last release:
Python library and command line tool (CLI) to access a school electronic register for Axios, using credentials provided via environment variables. It can list a student’s latest grades and output results as human-readable text, JSON, or NDJSON, with options to select year and period.
The source zmoog/axios appears not to be actively maintained, it is marked as archived upstream, with the last upstream push on 2023-05-14 (over 3 years ago relative to 2026-09-10).
Last release:
python-autoprefixer provides Python bindings for the JavaScript autoprefixer tool (to add vendor prefixes to CSS). It includes a Python interface you can use to generate prefixed CSS from a string or a CSS file, and the project notes it is unmaintained.
AsyncKit is a small Python micro-toolkit for running off-thread, thread-pooled work and collecting results asynchronously. It provides a Pool to schedule callable tasks that return results via AsyncValue objects, and utilities like AsyncList (to run multiple tasks in parallel) and .get() methods (to wait for completion and retrieve return values or raised exceptions).
This source provides an archived, unsupported PyPI-era version of Python’s argparse module for older Python versions where argparse was not in the standard library (such as Python < 2.7 or < 3.2). It is useful if you need backward compatibility for command line argument parsing, including automatic help and usage messages, on legacy Python releases.
The upstream project (ThomasWaldmann/argparse) is marked as archived, and the last upstream push was 2021-05-13 (relative to today, 2026-09-10 this indicates the codebase is not actively evolving).
Last release:
Provides ANSI escape codes for styling strings in the terminal, including support for colors and conversions between 256-color, 16-color, and truecolor (16m). This is a Python port of the Node.js ansi-styles package, useful when you need colored or styled terminal output from Python.
Acorn is an LLM agent framework for building long running agents with structured I/O. It supports type-safe inputs and outputs, automatic tool calling, multi turn agentic loops, and integrations like LiteLLM, with options for streaming responses and provider caching or failover. It is useful for implementing agent workflows that call tools, recover from parse errors, and can branch into sub agents.
Maintenance status: Acorn (askmanu/acorn) appears to have been actively developed through early 2026, but it has gone quiet since the latest documented upstream push (2026-04-04) and latest updates (0.8.1 and 0.8.0 on 2026-04-02). As of 2026-09-03, there is no evidence of continued updates in the last several months.
Last release:
NautilusTrader is a production-grade, Rust-native trading engine with a deterministic, event-driven architecture, aimed at building trading systems across research, deterministic simulation, and live execution. It uses Python as a control plane for strategy logic, configuration, and orchestration, and provides modular adapters to integrate many REST and WebSocket-based venues. It is useful for algorithmic trading workflows including backtesting and live multi-venue trading.
The repository appears actively maintained, with a very recent upstream push on 2026-09-17 and a steady stream of updates through 2026-09 (v2.0.0rc5 on 2026-09-15).
Last release:
PostHog JS is a set of JavaScript and TypeScript packages for integrating PostHog into web and other applications. It is useful for sending usage data from your web app or site to PostHog, including autocapture, with supporting packages for frameworks like React and Next.js.
Active maintenance: Yes, the source shows ongoing work, with an upstream push dated 2026-09-17 and multiple posthog-js updates within the last 1-2 days, indicating active development rather than maintenance mode.
Last release:
A Visual Studio Code extension that formats code using Prettier. Useful for applying consistent formatting across many file types and languages like JavaScript and several web and template formats.
The source appears actively maintained, with recent updates in 2026 (12.3.0 on 2026-01-21, 12.4.0 on 2026-03-16), and no evidence of a long pause relative to 2026-08-27 (roughly 5.5 months since the latest shown update).
Last release:
Claude Code for VS Code is an AI assistant extension that lets you use Claude Code inside your IDE. It supports chat and agent-style workflows, with features related to JSON, keybindings, and MCP, aimed at developers who want Claude capabilities without leaving their editor.
The source appears to be actively maintained, with many recent version updates published in a tight window (2.1.263 through 2.1.273 across Sep 6 to Sep 15, 2026).
Last release:
This is a VS Code marketplace extension called Rainbow CSV. It highlights CSV and TSV files and lets you run SQL-like queries on them, which can help when exploring and working with structured text data.
The extension appears in active maintenance, with recent updates in 2026 (3.24.0 on 2026-01-10 and 3.24.1 on 2026-01-17), but there has been a gap of about 8 months since then (relative to today, 2026-09-10).
Last release: