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:

Microsoft Authentication Library (MSAL) for Python helps you authenticate applications against Microsoft Entra ID (Microsoft identity platform) and obtain OAuth2 tokens to call Microsoft APIs like Microsoft Graph or your own APIs. It supports signing in users or apps with Microsoft identities, and uses standard OAuth2 and OpenID Connect protocols, with documentation and stable APIs available on Learn and ReadTheDocs.

Status:

Actively maintained, with a very recent upstream push on 2026-07-21 and multiple tagged updates during 2026 (1.37.0 on 2026-06-01, then 1.36.0 on 2026-04-09, and 1.35.1 on 2026-03-04).

Last release:

721 updates · last 90 days1 watchers
Open

mdurl is a Python port of the JavaScript mdurl package, providing URL utilities for markdown-it. It is useful for developers working with markdown-it, especially when you need to work with URLs produced or transformed during Markdown parsing.

Status:

Maintenance status: The repository has recent upstream activity (last push 2026-07-13), but published package updates appear infrequent, with the newest documented version being 0.1.2 on 2022-08-14, suggesting maintenance rather than rapid release-driven evolution.

Last release:

371 watchers
Open

markdown-it-py is a Python Markdown parser that aims to provide 100% CommonMark support, plus configurable syntax features, syntax extensions, and high-speed parsing. It is useful for converting Markdown to HTML using a Python API or the markdown-it command-line tool.

Status:

Actively maintained: the upstream GitHub activity is recent (last push 2026-07-20), and the project shipped multiple updates in May 2026 (v4.1.0 and v4.2.0).

Last release:

641 updates · last 90 days1 watchers
Open

gweis/isodate is a Python module for parsing ISO 8601 date, time, and duration strings. It converts ISO 8601 inputs into standard Python types like date, time, datetime, and timedelta (and provides a Duration class for ISO 8601 year and month durations), with helper methods for formatting and extracting tzinfo.

Status:

Maintenance status: Evidence suggests the project is not actively maintained as of today, with the last upstream push on 2024-10-09 and the most recent tagged updates from 2024-10-08 to 2024-10-09, which is roughly 21 months ago.

Last release:

371 watchers
Open

Hugging Face Hub’s official `huggingface_hub` Python client and `hf` CLI to interact with Hugging Face Hub. Use it to download and upload models and related files, search the Hub, and perform Hub tasks like running inference or jobs.

Status:

Actively maintained: The upstream repository shows very recent activity (last push on 2026-07-29), with documented package updates continuing into late July 2026, indicating ongoing maintenance rather than dormancy.

Last release:

6814 updates · last 90 days1 watchers
Open

xet-core is xet client technology used by huggingface_hub for uploading and downloading files to the HF Hub using xet storage. It provides chunk-based deduplication, efficient storage and retrieval with local disk caching, and Python bindings, including the hf-xet package, plus a Git LFS compatible git-xet CLI tool.

Status:

Actively maintained: GitHub shows an upstream push on 2026-07-22, and there have been recent updates (v1.5.2 on 2026-07-16, v1.5.1 on 2026-06-08), indicating ongoing development rather than maintenance-mode.

Last release:

693 updates · last 90 days1 watchers
Open

Furl is a small Python 3 (and PyPy3) library for parsing and modifying URLs. It provides an object-based way to access and change URL components like the path, query parameters, and fragments, while handling encoding for you.

Status:

Maintenance status: Likely actively maintained, because there was an upstream push on 2026-02-22 (even though the last listed published update is older).

Last release:

341 watchers
Open

filesystem_spec is a specification for pythonic filesystem interfaces, defining a common behavior that filesystem implementations can follow. It is useful for ensuring applications can work consistently across different filesystem backends, including ones in related projects like s3fs and gcsfs.

Status:

Actively maintained: GitHub upstream was pushed on 2026-07-28, and the project shows multiple recent updates into July 2026, indicating active development rather than a dormant state.

Last release:

562 updates · last 90 days1 watchers
Open

filelock is a platform-independent file locking library for Python. It provides a way for Python programs to coordinate access to files and avoid conflicts when multiple processes need the same file.

Status:

Actively maintained: The most recent upstream push was 2026-07-21, and multiple updates to tox-dev/filelock (versions 3.32.0 down to 3.29.6) landed throughout 2026-07-16 to 2026-07-21, indicating active development rather than a maintenance-only period.

Last release:

6914 updates · last 90 days1 watchers
Open

Chunk is a fast text chunking library that splits input text at semantic boundaries like periods and newlines, with configurable chunk sizes and delimiters. It provides a Rust `chunk` API and includes related basic operations used by the chonkie core, with additional Python and JavaScript/Wasm packages mentioned in the project.

Status:

Actively maintained: The repo has recent activity, with the latest recorded update on 2026-05-28 (about 2 months before 2026-07-23), and prior updates in late March 2026, indicating ongoing maintenance rather than dormancy.

Last release:

551 updates · last 90 days1 watchers
Open

Chonkie is a lightweight ingestion library for building fast, efficient, and robust RAG pipelines, with multiple chunking approaches like token, sentence-based, recursive, semantic similarity, and LLM-assisted chunking. It provides a Python API (including Pipeline workflows that fetch, chunk, refine, embed, and send to a vector database) and can also be run as a self-hosted REST API service with reusable pipeline configurations.

Status:

Actively maintained: The repo has a recent upstream push (2026-07-17) and publishes frequent updates, with the latest noted update being v1.7.0 on 2026-07-07, indicating ongoing development through mid-2026.

Last release:

695 updates · last 90 days1 watchers
Open

Charset Normalizer is a pure Python library for detecting the character encoding of text with unknown encodings, based on IANA codec support. It also helps you read and decode text safely, and it can register custom codecs to extend supported encodings. Useful as an alternative to Chardet when you need charset detection in Python.

Status:

Actively maintained: Yes, recent updates are very recent relative to today (latest upstream push on 2026-07-19, and package update 3.4.9 on 2026-07-07), indicating ongoing development.

Last release:

872 updates · last 90 days1 watchers
Open

Python library for Azure Functions that provides Durable Functions bindings, enabling stateful serverless workflows. It helps you implement orchestrator and entity functions using the Azure Functions programming model, while handling state, checkpoints, and restarts. Useful for building resilient, stateful workflows in Azure Functions with Python.

Status:

Actively maintained: The repo shows recent activity (upstream push on 2026-07-09) and the project has shipped multiple updates in 2025-2026, including v1.6.0 on 2026-07-09.

Last release:

622 updates · last 90 days1 watchers
Open

Azure/azure-sdk-for-python is for active development of the Azure SDK for Python, providing service-specific Python libraries for working with Azure resources (for example, upload a blob). It also points consumers to public developer docs, and includes guidance on using new releases (including preview packages) and stable, production-ready versions.

Status:

Actively maintained: The GitHub repo shows an upstream push on 2026-07-30, and there are many package updates within 2026-07-29, indicating current development activity rather than maintenance mode.

Last release:

7163 updates · last 90 days1 watchers
Open

Arrow is a Python library for creating, manipulating, formatting, and converting dates, times, and timestamps. It aims to be a human-friendly, timezone-aware alternative to working with Python’s built-in date and time modules, with features like parsing and formatting (including ISO 8601), timezone conversion, shifting by offsets, and humanized time output.

Status:

Active maintenance: The GitHub upstream shows a recent push on 2026-06-22, which suggests the repository is still active, though the provided tagged updates list stops at v1.4.0 (2025-10-24).

Last release:

531 watchers
Open
LinkedIn Marketing API

Official Microsoft Learn page for LinkedIn Marketing API recent changes. It summarizes monthly API version updates, including product announcements, breaking changes, version sunsets, and related reminders, to help developers track what changed and what may affect their integrations.

Status:

Actively maintained: The LinkedIn Marketing API “recent changes” log shows ongoing, recently dated updates (latest entry 202607 on 2026-07-01), including new features and ongoing version lifecycle notices, indicating the source is active rather than dormant.

Last release:

862 updates · last 90 days1 watchers
Open

dnd-kit is a modern, lightweight drag and drop toolkit for the web, designed to be accessible, performant, and extensible. It provides a framework-agnostic core with DOM support and adapters for React, Vue, Svelte, and Solid, useful for building sortable interfaces and more complex drag and drop use cases.

Status:

Active maintenance appears strong, with multiple related @dnd-kit/* package updates dated 2026-06-11, and an upstream push on 2026-06-11 13:21 UTC, which suggests the project is currently evolving rather than dormant.

Last release:

6310 updates · last 90 days1 watchers
Open

Utilities for checking whether Unicode characters belong to character classes defined by XML specifications. It provides per-XML-version modules that include regular-expression fragments, character lists, and functions for testing code points, useful when validating or building XML-related parsing and validation logic.

Status:

Actively maintained: Upstream is marked archived, with the last upstream push on 2025-12-31 and the newest tagged change in the repo dating to 2019-09-06 (v2.2.0), so this appears quiet/dormant rather than actively maintained as of 2026-06-11.

Last release:

281 watchers
Open