$npx skillfedfor your agent

Software Development packages

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

Subcategories

Packages

python-json-config With conditions
PyPI · Software Development · released Nov 2019

Loads JSON configuration files and provides dot-notation access to nested values, with built-in validation and transformation of field types and values.

However, the lack of a release since November 2019 means you should verify that the package works with your current Python and dependency versions before committing…

MITpure Python · 3.6+
760.5Kdownloads / mo
azure-schemaregistry-avroserializer Skip
PyPI · Software Development · released Sep 2023

Serializes and deserializes Avro data using Azure Schema Registry, but this package is no longer maintained and should not be used for new projects.

MITpure Python
758.6Kdownloads / mo
flyteidl With conditions
PyPI · Software Development · released Jul 2026

Flyteidl provides the protobuf-based IDL (Interface Definition Language) and generated Python client code for Flyte's backend APIs, enabling programmatic interaction with Flyte's workflow orchestration platform.

Apache-2.0pure Python
758.6Kdownloads / mo
types-dataclasses Skip
PyPI · Software Development · released Jun 2022

Provides type stubs for Python's dataclasses module, enabling static type checkers like mypy and PyCharm to validate code using dataclasses.

Install only if maintaining legacy code on an older Python version that lacks native dataclasses type annotations.

Apache-2.0pure Python
757.1Kdownloads / mo
pandoc With conditions
PyPI · Software Development · released Aug 2024

Pandoc Python Library wraps the Pandoc document model to analyze, create, and transform documents programmatically in Python.

Install only if your Pandoc version is stable and you can tolerate no upstream support.

permissive licensebuilds from sourcedormant
756.9Kdownloads / mo
sbvirtualdisplay With conditions
PyPI · Software Development · released Dec 2024

Provides a virtual display wrapper for running browser automation tests in headless environments, particularly when browser headless modes are insufficient (e.g., for Chrome extensions).

MITpure Python · 3.8+dormant
754.8Kdownloads / mo
ShopifyAPI With conditions
PyPI · Software Development · released Nov 2024

Python client library for the Shopify Admin API, supporting both REST and GraphQL endpoints for managing shop data, products, orders, and other Shopify resources.

MITbuilds from source
752.9Kdownloads / mo
tf-nightly With conditions
PyPI · Software Development · released Aug 2026

tf-nightly provides nightly builds of TensorFlow, an open-source framework for numerical computation and machine learning that runs on CPUs, GPUs, TPUs, and edge devices.

Apache-2.0compiled wheel · 3.10+
751.0Kdownloads / mo
future-fstrings Skip
PyPI · Software Development · released Jun 2019

Enables f-string syntax in Python versions before 3.6 by transparently rewriting f-strings to `.format()` calls at import time via a custom codec.

MITpure Pythonabandoned
749.7Kdownloads / mo
mypy-boto3-route53 Worth it
PyPI · Software Development · released Apr 2026

Provides type annotations and IDE autocompletion for boto3 Route53 1.43.0, enabling static type checking with mypy, pyright, and other tools.

MITpure Python · 3.9+
749.0Kdownloads / mo
voluptuous-serialize Worth it
PyPI · Software Development · released Aug 2025

Converts Voluptuous schema objects into JSON-serializable dictionaries and lists, making schema definitions portable and inspectable outside of Python validation contexts.

Install it if you need to expose Voluptuous schema metadata as JSON or dictionaries—particularly for API documentation, form generation, or cross-service schema sharing.

Apache-2.0pure Python · 3.9+
743.6Kdownloads / mo
google-cloud-jupyter-config With conditions
PyPI · Software Development · released May 2026

Configures Jupyter notebooks and lab environments using settings from the Google Cloud SDK's gcloud tool, allowing you to automatically populate project, region, and kernel gateway connection details.

Install only if you have gcloud already installed and authenticated; it adds no value in environments that don't use Google Cloud.

permissive licensepure Python · 3.8+
743.2Kdownloads / mo
types-ipaddress With conditions
PyPI · Software Development · released Jan 2022

Provides type stubs for Python's standard library ipaddress module, enabling static type checkers like mypy and PyCharm to validate code that works with IP addresses.

Apache-2.0pure Python
737.3Kdownloads / mo
gitdb2 Skip
PyPI · Software Development · released Feb 2020

Provides low-level read and write access to bare git repositories, operating on streams to handle large objects efficiently with minimal memory overhead.

license unclearpure Pythonabandoned
736.4Kdownloads / mo
yoyo-migrations With conditions
PyPI · Software Development · released Aug 2024

Yoyo-migrations is a database schema migration tool that lets you write and manage migrations as SQL files or Python scripts, with command-line tools to apply, rollback, and track dependencies across PostgreSQL, MySQL, and SQLite databases.

However, be aware that the package is dormant (no releases for 734 days), so consider whether you need active maintenance for compatibility with newer database…

Apache-2.0pure Pythondormant
734.7Kdownloads / mo
collections-extended With conditions
PyPI · Software Development · released Jan 2022

Provides four specialized collection types—bag (multiset), setlist (ordered set), bijection (one-to-one mapping), and IndexedDict (ordered dict with index access)—as pure Python implementations with no external dependencies.

Apache-2.0pure Pythonabandoned
731.8Kdownloads / mo
lapx Worth it
PyPI · Software Development · released Jan 2026

Solves linear assignment problems using Jonker-Volgenant and related algorithms, supporting single and batch operations on square and rectangular cost matrices.

Install it if you need to solve assignment problems and want more flexibility or batch processing capabilities.

permissive licensecompiled wheel · 3.7+
727.9Kdownloads / mo
onecache Worth it
PyPI · Software Development · released Feb 2026

OneCache provides LRU-based caching decorators for both synchronous and asynchronous Python functions, with optional per-entry TTL expiration and configurable memory limits.

Install it if you need simple LRU caching with optional TTL and don't want to manage an external cache service.

MITpure Python · 3.8+
725.7Kdownloads / mo
types-greenlet With conditions
PyPI · Software Development · released May 2026

Provides type stubs for the greenlet package, enabling static type checkers like mypy and pyright to understand and validate code that uses greenlet.

Apache-2.0pure Python · 3.10+
724.6Kdownloads / mo
brainstem With conditions
PyPI · Software Development · released Jul 2026

Provides Python bindings to control and interact with Acroname BrainStem hardware devices (USB hubs, relays, DAQ modules, and other embedded controllers) over USB or Ethernet connections.

license unclearpure Python
719.9Kdownloads / mo
pygount Worth it
PyPI · Software Development · released Apr 2026

Pygount counts source lines of code (SLOC) across multiple programming languages by scanning folders or remote git repositories, using pygments for language detection.

Install it if you need to measure code volume across multiple languages or integrate SLOC reporting into your build pipeline.

BSD-3-Clausepure Python
719.8Kdownloads / mo
types-shapely With conditions
PyPI · Software Development · released Jul 2026

Provides type stubs for the shapely package, enabling static type checkers like mypy and pyright to validate code that uses shapely's geometric operations.

Apache-2.0pure Python · 3.10+
719.7Kdownloads / mo
python-schema-registry-client With conditions
PyPI · Software Development · released Apr 2025

REST client for registering, retrieving, and managing Avro and JSON schemas in a Confluent Schema Registry server.

Install it if schema management is central to your architecture; skip it if you do not use Schema Registry.

MITpure Pythonaging
703.8Kdownloads / mo
types-aiobotocore-sts Worth it
PyPI · Software Development · released Aug 2026

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

Install it if you use the STS service and want IDE autocomplete, type checking, or both—it requires only typing-extensions and can be confined to development…

MITpure Python · 3.9+
703.5Kdownloads / mo
boto3-stubs-lite Worth it
PyPI · Software Development · released Aug 2026

Provides type annotations for boto3 1.43.72, enabling static type checking with mypy, pyright, and IDE autocomplete across VSCode, PyCharm, Emacs, and Sublime Text.

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

MITpure Python · 3.9+
696.2Kdownloads / mo
mxnet Skip
PyPI · Software Development · released May 2022

MXNet is a deep learning framework that enables you to build and train neural networks with support for multiple programming interfaces and hardware accelerators.

No, not for new projects.

Apache-2.0compiled wheelabandoned
693.1Kdownloads / mo
bugsnag With conditions
PyPI · Software Development · released Jun 2026

Bugsnag is an error monitoring notifier that automatically captures and sends exceptions from Python applications (including Django and Flask) to the Bugsnag service for tracking and debugging.

MITpure Python
691.1Kdownloads / mo
sqlalchemy-hana Worth it
PyPI · Software Development · released Jul 2026

Provides a SQLAlchemy dialect that enables you to use SAP HANA as a database backend, translating SQLAlchemy ORM and SQL expressions into HANA-compatible SQL via the hdbcli driver.

Apache-2.0pure Python
690.3Kdownloads / mo
cppy With conditions
PyPI · Software Development · released Feb 2025

Cppy is a C++ header library that simplifies writing Python extension modules by providing a PyObject smart pointer that automatically manages reference counting and offers convenience methods for common object operations.

BSD-3-Clausepure Python · 3.7+
684.2Kdownloads / mo
types-emoji Skip
PyPI · Software Development · released Mar 2023

Provides type stubs for the emoji package, enabling static type checkers like mypy, pyright, and pytype to validate code that uses emoji.

Apache-2.0pure Python
678.6Kdownloads / mo
icalendar-searcher With conditions
PyPI · Software Development · released May 2026

Searches, filters, and sorts iCalendar components by properties and date ranges, with support for recurring events and optional locale-aware text comparison.

The core sort and check_component functions are tested by the caldav project; however, filter and filter_calendar are untested in production and AI-generated.

AGPLpure Python
674.3Kdownloads / mo
avro-gen Skip
PyPI · Software Development · released Jan 2018

Generates typed Python record classes and a reader from Avro schemas and protocols, replacing dict-based Avro records with concrete classes that have IDE-discoverable type hints and schema validation.

Apache-2.0builds from sourceabandoned
674.0Kdownloads / mo
iterable-io Worth it
PyPI · Software Development · released May 2026

Wraps iterables (generators, lists, etc.) as file-like objects so code expecting `.read()` can consume streaming data without buffering to disk.

LGPL-3.0-onlypure Python · 3.5+
665.6Kdownloads / mo
django-browser-reload Worth it
PyPI · Software Development · released Sep 2025

Automatically reloads your browser when you modify Python code, templates, or static files during Django development, eliminating manual refresh cycles.

MITpure Python · 3.9+
665.6Kdownloads / mo
serpent With conditions
PyPI · Software Development · released May 2026

Serpent serializes Python objects to human-readable, safe literals that can be deserialized using ast.literal_eval(), with support for uuid, datetime, array, and decimal types.

MITpure Python · 3.2+
663.7Kdownloads / mo
atomicwrites-homeassistant Skip
PyPI · Software Development · released Jul 2022

Provides atomic file writes that ensure a file is either fully written or not written at all, preventing corruption from interrupted writes or concurrent access.

MITpure Pythonabandoned
662.3Kdownloads / mo
azure-mgmt-databricks Worth it
PyPI · Software Development · released Jul 2026

Provides Python bindings to manage Azure Databricks workspaces, clusters, and related resources through the Azure Resource Manager API.

Install it if you need to manage Azure Databricks resources from Python code.

MITpure Python · 3.10+
661.6Kdownloads / mo
lazr.delegates With conditions
PyPI · Software Development · released Aug 2026

Simplifies creating wrapper objects that delegate method and property calls to an underlying object while adding or modifying behavior through zope.interface.

copyleftpure Python · 3.8+
661.1Kdownloads / mo
lazr.config With conditions
PyPI · Software Development · released Aug 2026

lazr.config lets you define configuration schemas and validate configurations against them, handling parsing and processing of configuration data.

Install it if your application requires validated, schema-driven configuration; skip it if you're handling simple key-value configs or prefer runtime validation.

copyleftpure Python · 3.8+
661.0Kdownloads / mo
PyMeta3 Skip
PyPI · Software Development · released Feb 2015

PyMeta3 compiles pattern-matching grammars based on Parsing Expression Grammars (PEGs) into Python classes, enabling compact syntax for lexing, parsing, and tree transformation.

MITbuilds from sourceabandoned
659.0Kdownloads / mo