$npx skillfedfor your agent

Software Development packages

2,118 packages · page 50 of 53 · 9,198 including subcategories

Subcategories

Packages

flake8-pep3101 With conditions
PyPI · Software Development · released Oct 2025

A flake8 plugin that detects and flags old-style string formatting (percent operator) in Python code, encouraging migration to the .format() method or f-strings.

Install it if string formatting consistency is a priority in your project.

GPL-2.0-onlypure Python · 3.10+aging
98.0Kdownloads / mo
version-parser Skip
PyPI · Software Development · released Jan 2021

Parses version strings in multiple formats (semantic, filename, classname styles) and provides comparison and conversion operations between them.

MITbuilds from sourcedormant
98.0Kdownloads / mo
minimax-coding-plan-mcp With conditions
PyPI · Software Development · released Feb 2026

An MCP server that connects MiniMax's AI APIs (web search and image analysis) to coding-focused MCP clients like Claude Desktop, Cursor, and Windsurf.

However, the package is aging (last release 185 days ago) and carries no known vulnerabilities, so monitor for maintenance gaps if you rely on it long-term.

MITpure Python · 3.10+aging
97.7Kdownloads / mo
RPi.GPIO Skip
PyPI · Software Development · released Feb 2022

RPi.GPIO provides Python control over Raspberry Pi GPIO pins, supporting digital input/output, edge detection, and software PWM on all channels.

No, not for new projects.

MITcompiled wheelabandoned
97.6Kdownloads / mo
types-pyperclip With conditions
PyPI · Software Development · released May 2026

Provides type annotations for the pyperclip clipboard library, enabling type checkers like mypy and pyright to validate code that uses pyperclip.

Apache-2.0pure Python · 3.10+
97.4Kdownloads / mo
pansi With conditions
PyPI · Software Development · released Nov 2024

Pansi provides a clean interface for rendering text and graphics in the terminal using ANSI escape sequences, with modules for text styling, image rendering, and full-screen layout.

However, note that the project is dormant (no releases in 649 days), so do not expect active maintenance, bug fixes, or updates—suitable for stable use cases but…

Apache-2.0pure Python · 3.6+dormant
97.4Kdownloads / mo
openfeature-provider-ofrep With conditions
PyPI · Software Development · released May 2026

Integrates OpenFeature SDK with remote flag evaluation servers via the OpenFeature Remote Evaluation Protocol (OFREP), enabling centralized feature flag management over HTTP.

Apache-2.0pure Python · 3.10+
97.3Kdownloads / mo
deal With conditions
PyPI · Software Development · released Nov 2025

Deal is a Python library for design by contract that adds decorators to enforce preconditions, postconditions, invariants, and side-effect tracking, enabling static analysis, property-based testing, and runtime verification.

However, the aging maintenance status (257 days since last release) means you should verify that the version works with your Python version and toolchain before…

MITpure Python · 3.8+aging
97.1Kdownloads / mo
openml Worth it
PyPI · Software Development · released Jan 2025

OpenML-Python provides a Python interface to download and upload datasets, tasks, and machine learning experiment results from the OpenML online platform for collaborative open science research.

Install it if you work with OpenML datasets or benchmarks; skip it if you manage datasets locally or use a different platform.

BSD-3-Clausepure Python · 3.8+
97.0Kdownloads / mo
mypy-boto3-evidently Worth it
PyPI · Software Development · released Jan 2026

Provides type annotations and IDE autocompletion for boto3's CloudWatchEvidently service, enabling static type checking with mypy, pyright, and editor support in VSCode, PyCharm, Emacs, and Sublime Text.

MITpure Python · 3.9+
97.0Kdownloads / mo
alibabacloud-oss20190517 With conditions
PyPI · Software Development · released Jul 2023

Provides a Python SDK for interacting with Alibaba Cloud Object Storage Service (OSS), enabling programmatic access to cloud storage operations.

Apache-2.0pure Python · 3.6+
96.6Kdownloads / mo
klepto Worth it
PyPI · Software Development · released Jan 2026

klepto provides multiple caching algorithms (LRU, LFU, MRU, random-replacement) and persistent archiving to files, databases, or HDF5, with a dictionary-style interface and function decorator support.

Install it if you need caching beyond functools.lru_cache or persistent result archiving; skip it if simple in-memory caching suffices.

BSD-3-Clausepure Python · 3.9+
96.1Kdownloads / mo
cabina With conditions
PyPI · Software Development · released Jan 2025

Cabina provides class-based configuration management with automatic environment variable parsing, type safety, computed values, and hierarchical sections for building environment-driven configs.

However, the dormant maintenance status (584 days since last release) means you should verify it handles your specific use cases and accept that bug fixes or feature…

Apache-2.0pure Python · 3.8+dormant
96.1Kdownloads / mo
sample-helper-aws-appconfig Worth it
PyPI · Software Development · released May 2026

Fetches and caches configuration from AWS AppConfig, handling API token tracking, multiple content types (YAML, JSON, plain text), and configurable refresh intervals.

permissive licensepure Python
95.8Kdownloads / mo
cleanlab Worth it
PyPI · Software Development · released Jan 2026

Cleanlab automatically detects and helps fix data quality issues—mislabeled examples, outliers, duplicates, and annotation errors—in datasets for machine learning, working with any model and any data modality.

permissive licensepure Python · 3.10+aging
95.7Kdownloads / mo
tippecanoe With conditions
PyPI · Software Development · released Dec 2024

Packages the tippecanoe command-line tool as a Python package, making it installable via pip and usable in build systems to convert GeoJSON, FlatGeobuf, or CSV features into vector tilesets.

BSD-3-Clausecompiled wheel · 3.7+
95.6Kdownloads / mo
ulid Skip
PyPI · Software Development · released Aug 2016

Generates ULIDs (Universally Unique Lexicographically Sortable Identifiers), which are 128-bit unique identifiers encoded as 26-character sortable strings, offering an alternative to UUIDs with better efficiency and lexicographic ordering.

permissive licensebuilds from sourcedormant
95.2Kdownloads / mo
svg.py With conditions
PyPI · Software Development · released Dec 2025

Generates SVG files programmatically in Python using a type-safe API that mirrors the SVG standard structure, with no external runtime dependencies.

However, verify that your target SVG features are already implemented, since the last release was 229 days ago and there is no recent development activity.

MITpure Python · 3.7+aging
93.9Kdownloads / mo
mcap-ros1-support Worth it
PyPI · Software Development · released Dec 2025

Adds ROS1 message serialization and deserialization support to the MCAP file format, enabling reading and writing of ROS1 data in MCAP files.

Install it if you need to work with ROS1 data in MCAP format; skip it if you have no ROS1 integration requirement.

MITpure Python · 3.7+
93.7Kdownloads / mo
confu With conditions
PyPI · Software Development · released Feb 2024

Confu validates and generates configuration files, providing a framework to define, check, and produce structured configuration data.

However, dormancy since 2024-02-21 means no recent bug fixes or feature updates—suitable for stable, mature use cases but not for projects requiring active upstream…

Apache-2.0pure Pythondormant
93.5Kdownloads / mo
ksuid With conditions
PyPI · Software Development · released Jun 2017

Generates sortable unique identifiers (KSUIDs) that combine a timestamp with random data, enabling time-ordered ID generation without external dependencies.

However, verify Python 3.x compatibility with your target version before committing, and be aware that no release has shipped since 2017 despite active repository…

permissive licensebuilds from source
93.4Kdownloads / mo
pystructurizr With conditions
PyPI · Software Development · released Jul 2023

PyStructurizr provides a Python DSL for defining C4 software architecture diagrams programmatically, with CLI tools to convert to Structurizr DSL, generate SVG output, and preview diagrams live in a browser.

However, proceed with caution: the package is in alpha, dormant since 2023, and has no known vulnerabilities but also no recent maintenance.

MITpure Pythondormant
93.3Kdownloads / mo
types-boto3-firehose With conditions
PyPI · Software Development · released Jun 2026

Provides type annotations and IDE autocompletion support for boto3's Firehose service, enabling static type checking with mypy, pyright, and other tools.

MITpure Python · 3.9+
93.3Kdownloads / mo
types-aiobotocore-timestream-query With conditions
PyPI · Software Development · released Aug 2026

Provides type annotations and IDE autocompletion support for aiobotocore's TimestreamQuery service, enabling static type checking with mypy, pyright, and editor tools.

MITpure Python · 3.9+
93.0Kdownloads / mo
angr-data With conditions
PyPI · Software Development · released Jun 2026

Provides bundled data files—function and type prototype definitions—for the angr binary analysis framework, accessible via a simple path lookup API.

BSD-2-Clausepure Python · 3.12+
92.9Kdownloads / mo
vsts Worth it
PyPI · Software Development · released Jan 2019

Provides Python bindings to the Azure DevOps REST API, allowing programmatic access to projects, teams, work items, builds, and other Azure DevOps resources.

MITpure Pythonaging
92.9Kdownloads / mo
chia-base With conditions
PyPI · Software Development · released Mar 2024

Provides base data types and utilities for Chia coin operations, spends, and contract development, wrapping compiled dependencies for blockchain data handling.

permissive licensebuilds from sourcedormant
92.8Kdownloads / mo
gitchangelog With conditions
PyPI · Software Development · released Dec 2018

Generates a formatted changelog from git commit history, filtering and classifying commits according to configurable rules and templates.

Consider it suitable for established projects with stable workflows, not for bleeding-edge setups.

BSD-3-Clausepure Pythonabandoned
92.8Kdownloads / mo
instanttensor With conditions
PyPI · Software Development · released May 2026

InstantTensor provides a high-throughput Safetensors loader optimized for moving model weights from disk to GPU memory, with support for distributed loading via torch.distributed.

Not recommended if you load small models infrequently or have ample host memory for caching—standard Safetensors loading will suffice.

permissive licensecompiled wheel · 3.9+
92.7Kdownloads / mo
emport With conditions
PyPI · Software Development · released Oct 2024

Emport provides a single function to import Python files by filename, handling edge cases like relative imports within packages and directory/`__init__.py` imports that standard import mechanisms don't easily support.

However, the aging maintenance status and minimal activity suggest it is not actively developed; if you encounter edge cases or need new features, expect to maintain…

permissive licensepure Python · 3.8+aging
92.7Kdownloads / mo
alibabacloud-gpdb20160503 With conditions
PyPI · Software Development · released Aug 2026

Provides a Python SDK for interacting with Alibaba Cloud AnalyticDB for PostgreSQL (GPDB), enabling programmatic access to cloud database operations and management.

Apache-2.0pure Python · 3.7+
92.7Kdownloads / mo
types-aiobotocore-firehose Worth it
PyPI · Software Development · released Aug 2026

Provides type annotations and IDE autocomplete support for aiobotocore's Firehose service, enabling static type checking with mypy, pyright, and editor plugins.

MITpure Python · 3.9+
92.7Kdownloads / mo
jupyter-nbmodel-client With conditions
PyPI · Software Development · released Aug 2026

Programmatically interact with live Jupyter notebooks over WebSocket, adding and executing cells, and reading their outputs without running a kernel directly.

BSD-3-Clausepure Python · 3.9+
92.6Kdownloads / mo
sentinelhub Worth it
PyPI · Software Development · released Mar 2026

sentinelhub provides a Python interface to Sentinel Hub's satellite data APIs and geospatial utilities, enabling access to Sentinel, Landsat, MODIS, and other satellite imagery collections through Process, Catalog, Batch, and Statistical APIs.

Install it if you need programmatic access to Sentinel Hub's imagery APIs; skip it if you don't use Sentinel Hub or prefer direct REST calls.

MITpure Python · 3.8+
92.4Kdownloads / mo
uuid-v7 With conditions
PyPI · Software Development · released Feb 2024

Generates UUID v7 and v6 identifiers, extending Python's built-in uuid module with time-based and sortable UUID variants.

However, verify the license before use in proprietary code, and note that the package is dormant—no updates are expected.

license unclearpure Python · 3.10+dormant
92.2Kdownloads / mo
pqcrypto With conditions
PyPI · Software Development · released Jan 2026

Provides Python bindings to post-quantum cryptographic algorithms (key encapsulation and digital signatures) that resist attacks from both classical and quantum computers.

Apache-2.0compiled wheel · 3.9+
92.1Kdownloads / mo
pandas-td Skip
PyPI · Software Development · released Mar 2019

Pandas-TD connects pandas DataFrames to Treasure Data's cloud analytics platform, enabling you to query and load data from Treasure Data into pandas for analysis and write results back to tables.

Apache-2.0pure Pythonabandoned
92.0Kdownloads / mo
skfolio Worth it
PyPI · Software Development · released Aug 2026

skfolio is a Python library for portfolio optimization and risk management that integrates with scikit-learn to build, tune, cross-validate, and stress-test portfolio models using a unified interface.

Install it if you need portfolio optimization; skip it if you only need basic mean-variance calculations or prefer a different API.

BSD-3-Clausepure Python · 3.10+
92.0Kdownloads / mo
jina With conditions
PyPI · Software Development · released Mar 2025

Jina is a framework for building and deploying AI services that communicate via gRPC, HTTP, and WebSockets, with built-in support for scaling, containerization, and cloud deployment.

Not recommended if you prefer minimal dependencies or need cutting-edge feature velocity.

Apache-2.0compiled wheelaging
91.7Kdownloads / mo
udatetime With conditions
PyPI · Software Development · released Aug 2022

udatetime provides fast RFC3339-compliant date-time parsing, formatting, and manipulation for Python, offering faster instantiation and serialization than the standard datetime library.

However, the dormant maintenance status (last commit 2024-06-11) and high build friction mean you should verify it works on your target Python version before committing.

Apache-2.0builds from sourcedormant
91.4Kdownloads / mo