$npx skillfedfor your agent

Software Development packages

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

Subcategories

Packages

ansible-dev-tools Worth it
PyPI · Software Development · released Aug 2026

Bundles and installs a curated suite of Ansible development tools including linting, testing, content scaffolding, and execution environment management in a single package.

GPL-3.0-onlypure Python · 3.11+
427.0Kdownloads / mo
mypy-boto3-codepipeline Worth it
PyPI · Software Development · released Apr 2026

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

MITpure Python · 3.9+
423.0Kdownloads / mo
types-orjson Skip
PyPI · Software Development · released Jan 2022

Provides PEP 561 type stubs for the orjson package, enabling type checkers like mypy and PyCharm to validate code using orjson.

Apache-2.0pure Python
422.5Kdownloads / mo
mypy-boto3-backup Worth it
PyPI · Software Development · released Aug 2026

Provides type annotations and IDE autocomplete support for the boto3 Backup service, enabling static type checking with mypy, pyright, and other tools.

Install it if you use boto3 Backup and want IDE autocomplete and static type checking.

MITpure Python · 3.9+
419.8Kdownloads / mo
x690 With conditions
PyPI · Software Development · released Sep 2022

Encodes and decodes data using the X.690 BER standard, a pure Python implementation supporting custom type registration and reverse-engineering of unknown binary formats.

However, be aware that no maintenance is happening—if you encounter bugs or need compatibility fixes for future Python versions, you will need to fork or patch the…

MITpure Python · 3.7+abandoned
419.5Kdownloads / mo
mkdocs-llmstxt Worth it
PyPI · Software Development · released Nov 2025

MkDocs plugin that generates an /llms.txt file at your documentation root to help LLMs understand and navigate your site at inference time.

Install it if you want LLMs and AI tools to have better access to your documentation.

ISCpure Python · 3.10+
417.9Kdownloads / mo
semver4 With conditions
PyPI · Software Development · released Mar 2024

Parses and manipulates semantic versions with an optional fourth component for hotfix releases, plus standard semver 2.0 support.

However, maintenance is dormant (last release March 2024, no recent commits), so treat it as stable-but-unsupported; do not expect bug fixes or updates if issues arise.

MITpure Python · 3.8+dormant
416.1Kdownloads / mo
varname Worth it
PyPI · Software Development · released Apr 2026

Retrieves variable names at runtime from inside functions and classes, and provides utilities to fetch argument names and detect attribute access patterns.

Install it if you need runtime variable name introspection; skip it if your code does not require that capability.

permissive licensepure Python · 3.9+
414.9Kdownloads / mo
baron Skip
PyPI · Software Development · released Dec 2021

Baron parses Python source code into a Full Syntax Tree (FST) that preserves all formatting, comments, and whitespace, and can be converted back to identical source code.

LGPL-3.0-onlypure Pythonabandoned
414.1Kdownloads / mo
redbaron With conditions
PyPI · Software Development · released Mar 2019

RedBaron is a Python library for programmatically modifying source code by parsing it into a lossless syntax tree and allowing you to navigate, query, and transform it with a BeautifulSoup-like API.

LGPL-3.0-onlypure Pythonabandoned
412.8Kdownloads / mo
django-classy-tags Worth it
PyPI · Software Development · released Jul 2023

Provides a class-based system for writing Django template tags with declarative argument parsing, reducing boilerplate while maintaining full compatibility with Django's templating infrastructure.

BSD-3-Clausepure Python · 3.8+
412.3Kdownloads / mo
flake8_simplify Worth it
PyPI · Software Development · released Jan 2026

A flake8 plugin that detects and flags opportunities to simplify Python code patterns, from isinstance merging to dictionary usage and boolean logic.

Install it if you want automated suggestions for more idiomatic Python code.

MITpure Python · 3.9.0+
411.7Kdownloads / mo
axe-playwright-python Worth it
PyPI · Software Development · released Jul 2026

Runs automated accessibility audits on web pages using the axe-core engine through Playwright, identifying WCAG violations and accessibility issues.

license unclearpure Python · 3.8+
411.4Kdownloads / mo
django-ninja-extra Worth it
PyPI · Software Development · released Jul 2026

Django Ninja Extra extends Django Ninja with class-based controllers, advanced permissions, and dependency injection for building structured REST APIs.

Install it if you're building a Django REST API and prefer class-based organization with dependency injection; skip it if you're committed to function-based simplicity.

MITpure Python · 3.7+
408.9Kdownloads / mo
python-gerrit-api Worth it
PyPI · Software Development · released Mar 2026

Provides a Python client library for interacting with Gerrit Code Review via its REST API, wrapping common operations on projects, changes, accounts, and groups.

Install it if you need to automate Gerrit workflows from Python.

MITpure Python
408.5Kdownloads / mo
urwid-readline With conditions
PyPI · Software Development · released Sep 2024

Adds readline-style keyboard shortcuts to urwid text input widgets, enabling familiar line-editing commands like Ctrl+A, Ctrl+K, and word navigation within terminal UI applications.

MITbuilds from sourceaging
405.4Kdownloads / mo
types-aiobotocore-ses Worth it
PyPI · Software Development · released Aug 2026

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

MITpure Python · 3.9+
405.1Kdownloads / mo
dask-awkward Worth it
PyPI · Software Development · released Feb 2026

Dask-awkward integrates Awkward Array with Dask to enable distributed, lazy computation on complex, nested data structures across multiple cores or machines.

Install it if you work with Awkward Arrays at scale or need lazy evaluation of nested structures across multiple workers.

BSD-3-Clausepure Python · 3.10+
404.2Kdownloads / mo
mypy-boto3-service-quotas Worth it
PyPI · Software Development · released Apr 2026

Provides type annotations for boto3's ServiceQuotas service, enabling IDE autocomplete, type checking with mypy and pyright, and static analysis across multiple editors.

MITpure Python · 3.9+
401.4Kdownloads / mo
nvidia-sphinx-theme With conditions
PyPI · Software Development · released Nov 2025

A Sphinx theme that extends PyData Sphinx Theme with NVIDIA branding and styling for documentation projects.

However, the proprietary license is restrictive—verify that your project qualifies as a 'NVIDIA product or service' before committing.

license unclearpure Python · 3.10+aging
400.5Kdownloads / mo
harness-featureflags With conditions
PyPI · Software Development · released Apr 2026

Python SDK for evaluating and managing feature flags served by the Harness Feature Flags platform, with real-time flag state updates via streaming.

Apache-2.0pure Python · 3.5+
400.4Kdownloads / mo
python-sonarqube-api With conditions
PyPI · Software Development · released Aug 2024

Provides a Python client library for interacting with SonarQube and SonarCloud REST APIs, wrapping HTTP requests to simplify authentication and API calls.

However, the 740-day dormancy means no active maintenance—evaluate whether you need the Professional Edition's broader API coverage or can work within the Community…

AGPL-3.0-onlypure Pythondormant
399.1Kdownloads / mo
libarchive-c Worth it
PyPI · Software Development · released May 2025

libarchive-c provides a Python interface to libarchive, a C library for reading, writing, and extracting archives in formats including tar, zip, 7z, and others via ctypes bindings.

Install it if you need multi-format archive handling and are comfortable with the system libarchive dependency.

permissive licensepure Pythonaging
396.8Kdownloads / mo
scalene Worth it
PyPI · Software Development · released May 2026

Scalene profiles Python code to measure CPU, GPU, and memory consumption at the line level, and can generate AI-powered optimization suggestions for identified bottlenecks.

Apache-2.0compiled wheel
396.1Kdownloads / mo
zope.proxy With conditions
PyPI · Software Development · released Apr 2026

zope.proxy provides transparent wrapper objects that intercept and control access to wrapped objects, implemented as a C extension for performance and to support advanced features like lying about __class__.

ZPL-2.1compiled wheel · 3.10+
396.1Kdownloads / mo
property-manager Skip
PyPI · Software Development · released Mar 2020

Provides custom Python property decorators for defining required properties, writable properties with computed defaults, and cached properties that compute values on demand.

MITpure Pythonabandoned
395.9Kdownloads / mo
tf2onnx With conditions
PyPI · Software Development · released Mar 2026

Converts TensorFlow, Keras, TensorFlow.js, and TFLite models to ONNX format via command line or Python API, enabling model portability across different inference runtimes.

Apache-2.0pure Python · 3.10+
395.3Kdownloads / mo
jsonobject With conditions
PyPI · Software Development · released Feb 2025

jsonobject provides a Python library for mapping deeply nested JSON structures to well-typed Python objects with automatic serialization and deserialization between the two representations.

However, the aging maintenance status (last release 533 days ago) means you should verify compatibility with your Python version and use case before relying on it for…

BSD-3-Clausecompiled wheel · 3.9+aging
395.1Kdownloads / mo
zope.deferredimport With conditions
PyPI · Software Development · released Feb 2026

Defers module imports until they are actually used, optionally issuing deprecation warnings when imported names are accessed.

ZPL-2.1pure Python · 3.10+
393.7Kdownloads / mo
pystow Worth it
PyPI · Software Development · released Aug 2026

PyStow provides a standardized way to store and retrieve application data files in a user's home directory, with built-in support for downloading and caching remote files.

Install it if your application downloads or caches files, or needs a standard place to store application data.

MITpure Python · 3.11+
392.8Kdownloads / mo
types-aiobotocore-elbv2 With conditions
PyPI · Software Development · released Aug 2026

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

MITpure Python · 3.9+
392.8Kdownloads / mo
mypy-boto3-dms Worth it
PyPI · Software Development · released Jul 2026

Provides type annotations and IDE autocompletion support for boto3's DatabaseMigrationService client, enabling static type checking with mypy, pyright, and compatible editors.

Install it if you use boto3's DatabaseMigrationService and want static type checking or IDE autocompletion.

MITpure Python · 3.9+
392.1Kdownloads / mo
mypy-boto3-elb With conditions
PyPI · Software Development · released Apr 2026

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

MITpure Python · 3.9+
388.9Kdownloads / mo
rbloom With conditions
PyPI · Software Development · released Sep 2025

Implements a Bloom filter data structure in Rust with a Python API that mimics the built-in set type, enabling fast probabilistic membership testing for any hashable object.

license unclearcompiled wheel · 3.7+aging
386.1Kdownloads / mo
mypy-boto3-redshift Worth it
PyPI · Software Development · released Aug 2026

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

MITpure Python · 3.9+
385.9Kdownloads / mo
aioshutil With conditions
PyPI · Software Development · released Oct 2025

Provides async-friendly versions of shutil functions that run blocking file operations in a thread pool, preventing event loop blocking in asyncio applications.

However, note that the package is aging (last update 297 days ago) and has modest adoption.

BSD-3-Clausepure Python · 3.8+aging
385.9Kdownloads / mo
types-boto3-bedrock-runtime With conditions
PyPI · Software Development · released Jul 2026

Provides type annotations for boto3's BedrockRuntime service, enabling IDE autocomplete and static type checking with mypy and pyright.

MITpure Python · 3.9+
383.8Kdownloads / mo
cursor-sdk With conditions
PyPI · Software Development · released Aug 2026

Python SDK for scripting Cursor agents with sync and async clients, enabling programmatic control of the same agent that runs in the Cursor IDE, CLI, and web app.

license unclearcompiled wheel · 3.10+
383.6Kdownloads / mo
classify-imports Worth it
PyPI · Software Development · released Jul 2026

Parses, classifies, and sorts Python import statements into standard groups (future, builtin, third-party, application) and provides utilities to split and refactor imports programmatically.

Install it if you need to programmatically classify or sort Python imports; skip it if you only need a command-line import formatter.

permissive licensepure Python · 3.10+
382.4Kdownloads / mo
yagmail Worth it
PyPI · Software Development · released May 2026

Simplifies sending emails via Gmail or any SMTP server, with built-in support for attachments, HTML content, and asynchronous sending.

MITpure Python · 3.8+
382.1Kdownloads / mo