$npx skillfedfor your agent

Libraries packages

1,229 packages · page 19 of 31 · 4,525 including subcategories

Subcategories

Packages

pykeepass With conditions
PyPI · Libraries · released Aug 2026

Read, write, and manipulate KeePass password database files (KDBX3 and KDBX4 formats) programmatically, including entries, groups, attachments, and OTP codes.

GPL-3.0-onlypure Python · 3.7+
291.2Kdownloads / mo
pybaseball With conditions
PyPI · Libraries · released Sep 2023

Scrapes baseball data from Baseball Reference, Baseball Savant, and FanGraphs, returning statcast pitch-level data, batting and pitching statistics, standings, and schedule information as pandas DataFrames.

However, the aging maintenance status (last release 2023-09-08) means you should verify that the specific data sources you need are still accessible before committing…

MITpure Pythonaging
290.7Kdownloads / mo
cchecksum With conditions
PyPI · Libraries · released Jul 2026

Provides a C-accelerated implementation of Ethereum address checksum validation that is ~18x faster than the standard eth_utils version while maintaining identical API and exception behavior.

permissive licensecompiled wheel
287.6Kdownloads / mo
pathtools Skip
PyPI · Libraries · released Aug 2011

Provides pattern matching and utility functions for working with file system paths in a cross-platform way.

MITbuilds from sourcedormant
286.4Kdownloads / mo
pyteomics Worth it
PyPI · Libraries · released Jul 2026

Pyteomics provides Python tools for proteomics data analysis, including mass calculation, sequence manipulation, and access to MS/LC-MS data, FASTA databases, and search engine outputs.

Install it if you work with mass spectrometry data, peptide sequences, or proteomics search results in Python.

Apache-2.0pure Python · 3.10+
286.4Kdownloads / mo
spandrel-extra-arches With conditions
PyPI · Libraries · released Sep 2024

Registers additional PyTorch model architectures with spandrel's model loader, enabling support for architectures that carry restrictive (non-commercial or copyleft) licenses.

MITpure Python · 3.8+dormant
285.2Kdownloads / mo
queries Skip
PyPI · Libraries · released Nov 2021

Queries is a simplified wrapper around psycopg2 that provides a session-based API for connecting to and querying PostgreSQL databases, with built-in connection pooling and support for both synchronous and asynchronous (Tornado) operations.

No, not for new projects.

BSD-3-Clausebuilds from sourceabandoned
283.9Kdownloads / mo
genie With conditions
PyPI · Libraries · released Aug 2026

Genie is a test automation library and harness built on the pyATS framework, providing object-oriented abstractions for network device configuration, operational state, and event-driven testing across multiple operating systems and management interfaces.

Apache-2.0compiled wheel · 3.8+
283.1Kdownloads / mo
bittensor-drand Worth it
PyPI · Libraries · released Jun 2026

Provides timelock encryption for Bittensor commit-reveal weight commitments and general-purpose data using drand randomness, with Rust core and Python bindings.

However, the repository is archived and marked abandoned, meaning no active maintenance or bug fixes should be expected.

MITcompiled wheel · 3.9+abandoned
281.5Kdownloads / mo
sahi Worth it
PyPI · Libraries · released Aug 2026

SAHI performs sliced inference on large images to detect and segment small objects, breaking images into overlapping tiles for processing by detection models and merging results.

Install it if you work with large images containing small objects or need a framework-agnostic wrapper for detection inference.

MITpure Python · 3.8+
281.2Kdownloads / mo
qstash With conditions
PyPI · Libraries · released Mar 2026

Python SDK for publishing and receiving messages through Upstash QStash, an HTTP-based messaging and scheduling service for serverless and edge runtimes.

MITpure Python
281.1Kdownloads / mo
fastkml Worth it
PyPI · Libraries · released Nov 2025

Reads, writes, and manipulates KML files—an XML-based geospatial data format—using a simple Python API with support for geometry objects and date/time handling.

copyleftpure Python · 3.9+
280.7Kdownloads / mo
humanreadable Worth it
PyPI · Libraries · released May 2026

Parses human-readable time and bitrate strings (e.g. '120 sec', '1 Gbps') and converts them to numeric values in different units, or formats numeric values back to human-readable strings.

Install it if you need to accept or format human-readable time or bitrate strings; skip it if your code works only with numeric values already in a fixed unit.

MITpure Python · 3.10+
277.9Kdownloads / mo
graphql-query With conditions
PyPI · Libraries · released Jul 2024

Builds GraphQL query strings programmatically in Python using a domain-specific language, letting you construct queries from Python classes instead of writing raw GraphQL strings.

MITpure Python · 3.8+dormant
277.6Kdownloads / mo
nicknames Worth it
PyPI · Libraries · released Mar 2026

Provides a curated dataset of English given names and their associated nicknames, accessible via a Python API with methods to look up nicknames for a name or canonical names for a nickname.

Apache-2.0pure Python · 3.8+
276.9Kdownloads / mo
pylibjpeg With conditions
PyPI · Libraries · released Sep 2025

Decodes and encodes JPEG, JPEG-LS, JPEG 2000, and RLE image formats, primarily for use with DICOM medical imaging data.

Install only if you also install at least one format-specific plugin; the base package alone cannot decode or encode.

MITpure Python · 3.10+
275.7Kdownloads / mo
tfp-nightly With conditions
PyPI · Libraries · released Aug 2026

TensorFlow Probability provides probabilistic modeling, statistical inference, and Bayesian machine learning tools integrated with TensorFlow and JAX, including distributions, bijectors, inference algorithms, and probabilistic neural network layers.

Apache-2.0pure Python · 3.9+
274.9Kdownloads / mo
bentoml Worth it
PyPI · Libraries · released May 2026

BentoML is a Python framework for building and deploying REST APIs that serve AI and ML model inference at scale, with support for dynamic batching, multi-model orchestration, and containerized deployment.

Apache-2.0pure Python · 3.9+
274.7Kdownloads / mo
django-graphql-jwt With conditions
PyPI · Libraries · released Aug 2023

Adds JSON Web Token (JWT) authentication to Django GraphQL APIs, handling token generation, verification, and refresh through GraphQL mutations and middleware.

MITpure Python · 3.6+dormant
274.1Kdownloads / mo
cloudant Skip
PyPI · Libraries · released Aug 2021

A Python client library for connecting to and querying Cloudant and CouchDB databases via HTTP, now deprecated in favor of cloudant-python-sdk.

Apache-2.0pure Pythonabandoned
273.9Kdownloads / mo
apify Worth it
PyPI · Libraries · released Aug 2026

Apify SDK for Python is the official framework for building and running Apify Actors—serverless programs that handle web scraping, browser automation, AI agents, and other cloud-deployed tasks with built-in lifecycle management, storage access, and platform integration.

Install it if you plan to build Actors on the Apify platform or want a framework that bundles serverless lifecycle management, storage, and proxy handling.

Apache-2.0pure Python · 3.11+
273.1Kdownloads / mo
genie.libs.sdk With conditions
PyPI · Libraries · released Aug 2026

Genie Libs SDK provides a library of reusable test triggers and verifications for the pyATS testing framework, enabling rapid development of network and infrastructure test automation.

Apache-2.0pure Python
271.7Kdownloads / mo
genie.libs.parser With conditions
PyPI · Libraries · released Aug 2026

Parses device output into structured data for network test automation, converting raw command responses into Python objects for use in the Genie/pyATS testing framework.

However, verify first whether it can be used standalone or requires the full Genie framework—the description suggests it is a sub-component designed to work within…

Apache-2.0pure Python
270.2Kdownloads / mo
neotime Skip
PyPI · Libraries · released Dec 2018

Neotime provides temporal data classes (Duration, Date, Time, DateTime) with nanosecond precision, similar to the standard library's datetime module but with finer granularity.

Install only if you are maintaining legacy code that already depends on it.

Apache-2.0builds from sourceabandoned
269.7Kdownloads / mo
sarge With conditions
PyPI · Libraries · released Jan 2026

Sarge wraps Python's subprocess module to provide POSIX-style command pipelines with chains, pipes, and redirection on Windows, macOS, and Unix.

Install it if subprocess boilerplate is slowing you down.

permissive licensepure Pythonaging
268.8Kdownloads / mo
genie.libs.clean With conditions
PyPI · Libraries · released Aug 2026

Genie Clean provides device recovery and state management implementations for the Genie test automation framework, enabling test setups to bring devices to a known testable state.

Apache-2.0pure Python
268.8Kdownloads / mo
genie.libs.filetransferutils With conditions
PyPI · Libraries · released Aug 2026

Provides utility functions for transferring files to and from servers as part of the Genie test automation framework, supporting protocols like FTP, TFTP, and SSH.

Apache-2.0pure Python
268.6Kdownloads / mo
genie.libs.ops With conditions
PyPI · Libraries · released Aug 2026

Genie Libs Ops provides a library component for the Genie test framework that models and retrieves the operational state of network topology features through object attributes.

Apache-2.0pure Python
268.4Kdownloads / mo
genie.libs.conf With conditions
PyPI · Libraries · released Aug 2026

Genie Libs Conf provides Python object-based configuration management for network topology, compatible across operating systems and management interfaces (CLI, YANG, REST).

Apache-2.0pure Python
268.3Kdownloads / mo
genie.libs.health With conditions
PyPI · Libraries · released Aug 2026

Provides health monitoring and diagnostics for network devices within the pyATS testing framework, enabling collection of device status, traceback data, and core files.

Install only if your workflow involves Genie-based testing; it is a specialized component, not a general-purpose library.

Apache-2.0pure Python
268.2Kdownloads / mo
pytailwindcss With conditions
PyPI · Libraries · released Jun 2026

Installs and wraps the standalone Tailwind CSS CLI as a pip package, letting you use Tailwind CSS without Node.js or npm.

MITpure Python · 3.11+
267.6Kdownloads / mo
pdfrw2 With conditions
PyPI · Libraries · released Nov 2021

pdfrw2 reads, writes, and manipulates PDF files with operations including page subsetting, merging, rotating, metadata modification, and watermarking.

However, be cautious: the package is abandoned (last commit 2022-11-09), so it may not handle modern PDF features or newly discovered edge cases.

MITpure Pythonabandoned
266.8Kdownloads / mo
jsonasobj With conditions
PyPI · Libraries · released Feb 2021

Converts JSON data into Python objects with attribute-style access, allowing you to read and manipulate JSON as if it were native Python classes.

permissive licensepure Pythonaging
266.8Kdownloads / mo
simple-ddl-parser Worth it
PyPI · Libraries · released Mar 2026

Parses SQL DDL statements and their dialect variants into structured Python dictionaries or JSON, extracting table schemas, columns, constraints, and dialect-specific properties.

Install it if you need to programmatically extract or transform SQL schema definitions.

MITpure Python
264.7Kdownloads / mo
cerbos With conditions
PyPI · Libraries · released Aug 2026

Python client library for querying and managing authorization policies in a Cerbos authorization service, supporting both gRPC and HTTP protocols with sync and async modes.

permissive licensepure Python · 3.10+
264.5Kdownloads / mo
vesin-torch With conditions
PyPI · Libraries · released Jul 2026

Computes neighbor lists for atomistic systems efficiently, with support for periodic boundary conditions and GPU execution via PyTorch.

BSD-3-Clausecompiled wheel · 3.10+
263.6Kdownloads / mo
dm-haiku With conditions
PyPI · Libraries · released Jul 2026

Haiku is a neural network library for JAX that provides an object-oriented module abstraction and function transformation to build and train models while retaining access to JAX's pure function transformations.

Apache-2.0pure Python · 3.10+
262.6Kdownloads / mo
rest.connector With conditions
PyPI · Libraries · released Aug 2026

Provides REST API connectivity for network testing and automation, enabling interaction with F5, Cisco ISE, and other REST-based network devices through a unified connector interface.

Apache-2.0pure Python
262.5Kdownloads / mo
rasa Worth it
PyPI · Libraries · released Jan 2025

Rasa is an open-source machine learning framework for building text and voice-based conversational assistants that integrate with messaging platforms like Slack, Facebook Messenger, Telegram, and voice platforms like Alexa and Google Home.

Apache-2.0pure Python
258.7Kdownloads / mo
mock-open Skip
PyPI · Libraries · released Apr 2020

Provides a drop-in replacement for mock.mock_open that supports multiple files, persistent file state across open calls, and standard file operations like read, write, seek, and tell.

MITbuilds from sourceabandoned
257.6Kdownloads / mo