$npx skillfedfor your agent

Software Development packages

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

Subcategories

Packages

types-boto3-events With conditions
PyPI · Software Development · released Apr 2026

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

MITpure Python · 3.9+
187.8Kdownloads / mo
types-aiobotocore-batch With conditions
PyPI · Software Development · released Aug 2026

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

MITpure Python · 3.9+
187.6Kdownloads / mo
tensorflow-transform Worth it
PyPI · Software Development · released Jun 2026

TensorFlow Transform preprocesses data with full-pass operations like normalization, vocabulary generation, and bucketing, exporting a reusable TensorFlow graph for consistent training and serving.

Apache-2.0pure Python
187.3Kdownloads / mo
sumtypes Skip
PyPI · Software Development · released Nov 2021

Provides algebraic data types for Python, specifically sum types (tagged unions) that let you define and pattern-match over multiple constructor variants of a single type.

MITpure Pythonabandoned
187.0Kdownloads / mo
tinsel Skip
PyPI · Software Development · released Sep 2018

Generates PySpark DataFrame schemas from Python NamedTuple and dataclass definitions, eliminating hand-written schema complexity.

Install only if you are maintaining legacy code already using tinsel and cannot migrate.

MITpure Pythonabandoned
186.8Kdownloads / mo
types-boto3-textract Worth it
PyPI · Software Development · released Aug 2026

Provides type annotations for boto3's Textract service, enabling static type checking and IDE autocomplete for AWS Textract API calls.

MITpure Python · 3.9+
186.0Kdownloads / mo
regopy With conditions
PyPI · Software Development · released Jul 2026

regopy wraps the Open Policy Agent's Rego language compiler and runtime, letting you write and execute Rego policy queries directly from Python code.

permissive licensecompiled wheel
185.4Kdownloads / mo
ai-edge-litert-nightly With conditions
PyPI · Software Development · released Aug 2026

LiteRT is a runtime for running trained machine learning models on mobile and embedded devices with low latency and minimal binary footprint.

However, avoid it for production deployments requiring stability—use a stable release instead.

Apache-2.0compiled wheel
184.7Kdownloads / mo
copier-template-extensions With conditions
PyPI · Software Development · released Jul 2025

Extends Copier's Jinja2 templating with a loader that imports custom extensions from file paths relative to your template root, rather than requiring Python dotted module paths.

ISCpure Python · 3.9+aging
184.0Kdownloads / mo
dvc-azure With conditions
PyPI · Software Development · released Jun 2026

Adds Azure Blob Storage and Azure Data Lake support to DVC, enabling version control and pipeline orchestration for data and models stored in Azure cloud services.

Apache-2.0pure Python · 3.9+
183.8Kdownloads / mo
coqui-tts With conditions
PyPI · Software Development · released Jan 2026

Coqui TTS synthesizes speech from text using deep learning models, supporting over 1100 languages with pretrained weights and tools for training and fine-tuning custom models.

Install it if you want pretrained models out-of-the-box or plan to fine-tune.

MPL-2.0pure Python
183.7Kdownloads / mo
base58check With conditions
PyPI · Software Development · released Apr 2018

Encodes and decodes byte arrays using the Base58Check scheme, a binary-to-text encoding used primarily for Bitcoin addresses and similar cryptographic identifiers.

However, note that no releases have been published since 2018, so verify that it meets your Python version requirements and handles edge cases your use case requires…

MITpure Python
183.0Kdownloads / mo
depthai With conditions
PyPI · Software Development · released Jul 2026

Python bindings for the DepthAI C++ library, enabling programmatic control of OAK (OmniDirectional Awareness Kit) depth cameras and spatial AI hardware.

MITcompiled wheel · 3.9+
182.1Kdownloads / mo
leval Worth it
PyPI · Software Development · released Aug 2026

Leval evaluates limited expressions safely by parsing them into an AST and walking it in Python, supporting depth and time limits alongside optional variable and function mappings.

Install it if you need to evaluate user or config expressions safely; skip it if you only need literal Python values.

MITpure Python · 3.8+
181.9Kdownloads / mo
pyinstaller-versionfile Worth it
PyPI · Software Development · released Mar 2026

Generates Windows VERSIONINFO resource files for PyInstaller from YAML metadata or installed Python package distributions, automating version-file creation for bundled applications.

MITpure Python
181.5Kdownloads / mo
connector-sdk-types With conditions
PyPI · Software Development · released Aug 2026

Provides auto-generated Pydantic type definitions for the Lumos Connector SDK, including request/response models for accounts, entitlements, authentication, and errors.

Apache-2.0pure Python · 3.10+
181.3Kdownloads / mo
keras-tuner With conditions
PyPI · Software Development · released Nov 2025

KerasTuner automates hyperparameter optimization for Keras models using built-in search algorithms (Bayesian Optimization, Hyperband, Random Search) and a define-by-run configuration syntax.

However, its maintenance status is aging (276 days since last release), so verify compatibility with your keras version and check for any recent issues before…

permissive licensepure Pythonaging
180.9Kdownloads / mo
py-multibase With conditions
PyPI · Software Development · released Dec 2025

Encodes and decodes data using the Multibase protocol, which adds a self-describing prefix to indicate which base encoding (base2, base16, base58, base64, etc.) was used.

MITpure Python
180.8Kdownloads / mo
flyteidl2 With conditions
PyPI · Software Development · released Aug 2026

Provides Python protobuf message definitions and serialization support for Flyte's interface definition language (IDL), enabling communication between Flyte workflow components.

Apache-2.0pure Python · 3.10+
180.3Kdownloads / mo
business-rules With conditions
PyPI · Software Development · released Mar 2022

A Python DSL for defining business rules as JSON that can be executed without redeploying code, letting non-developers configure system behavior through conditions and actions.

permissive licensepure Pythondormant
180.0Kdownloads / mo
fan-tools With conditions
PyPI · Software Development · released Oct 2024

A collection of internal testing utilities, async helpers, and operational tools including caching decorators, API URL builders, lazy-initialization metaclasses, Unix shell wrappers, JSON logging, metrics servers, and backup integrations.

MITpure Pythondormant
179.8Kdownloads / mo
asciidag Skip
PyPI · Software Development · released Oct 2020

Renders directed acyclic graphs as ASCII art in the terminal, ported from Git's commit graph visualization logic.

GPL-2.0-onlypure Pythonabandoned
179.4Kdownloads / mo
types-boto3-comprehend Worth it
PyPI · Software Development · released Apr 2026

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

MITpure Python · 3.9+
179.1Kdownloads / mo
Js2Py-3.13 With conditions
PyPI · Software Development · released Feb 2025

Js2Py translates and executes JavaScript code (ECMAScript 5.1, with experimental ES6 support) directly in Python, enabling you to run JS functions, evaluate expressions, and import npm packages without a JavaScript runtime.

However, avoid it if you rely on active bug fixes, ES6 features beyond experimental status, or performance-critical JavaScript translation—consider a Node.js…

permissive licensepure Pythondormant
179.0Kdownloads / mo
jcodemunch-mcp With conditions
PyPI · Software Development · released Aug 2026

An MCP server that retrieves precise source code symbols and context from a codebase using tree-sitter AST parsing, designed to reduce token consumption in AI agent interactions.

license unclearpure Python · 3.10+
179.0Kdownloads / mo
radish-bdd With conditions
PyPI · Software Development · released Feb 2026

radish is a Behavior Driven Development (BDD) test framework written in Python that executes Gherkin-style feature files and supports standard BDD patterns plus extensions like preconditions, scenario loops, and constants.

MITpure Python · 3+
179.0Kdownloads / mo
django-graphiql-debug-toolbar With conditions
PyPI · Software Development · released Aug 2021

Integrates Django Debug Toolbar into the GraphiQL IDE, providing performance profiling and debugging information directly within GraphQL query execution.

MITpure Pythondormant
177.4Kdownloads / mo
pyodata Worth it
PyPI · Software Development · released Jul 2026

pyodata is a Python client library that abstracts away OData protocol details, allowing you to query and interact with OData V2 services through a straightforward Python interface.

Install it if you need to interact with OData V2 services from Python.

Apache-2.0pure Python · 3.10+
176.9Kdownloads / mo
ast-decompiler Worth it
PyPI · Software Development · released May 2024

Converts Python abstract syntax trees (ASTs) back into readable Python source code, allowing you to reconstruct or inspect code from its parsed AST representation.

Install it if you need to convert ASTs back to source code for inspection, debugging, or code generation workflows.

permissive licensepure Python · 3.8+
176.0Kdownloads / mo
googleapis-common-protos-stubs With conditions
PyPI · Software Development · released Jan 2024

Provides type stubs for googleapis-common-protos, enabling static type checking and IDE autocomplete for protocol buffer definitions.

Apache-2.0pure Pythondormant
175.5Kdownloads / mo
types-aiobotocore-ecr With conditions
PyPI · Software Development · released Aug 2026

Provides type annotations and IDE autocomplete support for aiobotocore ECR 3.9.0, enabling static type checking with mypy, pyright, and compatible editors.

MITpure Python · 3.9+
175.1Kdownloads / mo
glocaltokens With conditions
PyPI · Software Development · released Jul 2025

Extracts local authentication tokens from Google Home devices by authenticating with Google servers, enabling direct local control of Google Home devices via their local API.

MITpure Python · 3.9+
173.9Kdownloads / mo
alibabacloud-gateway-dingtalk With conditions
PyPI · Software Development · released Apr 2023

Provides a gateway client for integrating with Alibaba Cloud's DingTalk service from Python applications.

However, verify that your use case aligns with the gateway's supported operations and that you have necessary Alibaba Cloud credentials configured.

Apache-2.0builds from source · 3.6+
173.8Kdownloads / mo
sconf With conditions
PyPI · Software Development · released Sep 2021

sconf is a YAML-based configuration library that merges multiple config files and applies command-line modifications through an argparse-like interface, with support for nested key access and global config registration.

However, do not use it for new projects requiring long-term support—the package has been abandoned since 2021 and will not receive updates for Python or dependency…

permissive licensepure Python · 3.6+abandoned
173.4Kdownloads / mo
pgpq With conditions
PyPI · Software Development · released Feb 2026

Encodes PyArrow RecordBatches into PostgreSQL's native binary format for efficient bulk loading via COPY.

MITcompiled wheel · 3.10+
173.3Kdownloads / mo
zope.contenttype With conditions
PyPI · Software Development · released Sep 2025

Guesses MIME types from filenames and body data, parses MIME type strings, and detects text content types.

license unclearpure Python · 3.9+aging
172.8Kdownloads / mo
exasol-error-reporting Worth it
PyPI · Software Development · released Feb 2026

Defines and structures Exasol error messages with uniform attributes, parameters, and mitigations, and provides tooling to parse and extract error catalogs from Python code.

Install it if you're building Exasol integrations or need to maintain a consistent error catalog; skip it if you don't use Exasol or don't need structured error…

MITpure Python
172.8Kdownloads / mo
snowflake-id With conditions
PyPI · Software Development · released Apr 2024

Generates and parses Snowflake IDs, distributed unique identifiers composed of timestamp, instance, and sequence components.

MITpure Pythondormant
172.7Kdownloads / mo
Adafruit-Blinka With conditions
PyPI · Software Development · released Jul 2026

Adafruit-Blinka emulates CircuitPython APIs on CPython and MicroPython hosts, enabling CircuitPython-style code to run on Linux single-board computers and other non-CircuitPython platforms.

MITpure Python · 3.9.0+
172.4Kdownloads / mo
mulpyplexer Skip
PyPI · Software Development · released Jan 2021

Mulpyplexer applies method calls and attribute access to lists of Python objects in parallel, returning a new multiplexed object containing the results from each item in the list.

permissive licensebuilds from sourceabandoned
171.8Kdownloads / mo