$npx skillfedfor your agent

Packages starting with 'S'

1,170 packages · page 11 of 30

Packages

simple-term-menu With conditions
PyPI · Utilities · released Dec 2024

Creates interactive command-line menus where users select options using arrow keys, vim motions, or keyboard shortcuts, with built-in search and multi-select support.

MITpure Pythondormant
4.0Mdownloads / mo
simple-websocket Worth it
PyPI · WWW/HTTP · released Oct 2024

Provides a straightforward WebSocket server and client implementation for Python, handling the WebSocket protocol over a single runtime dependency.

Install it if you need straightforward WebSocket functionality without framework overhead.

MITpure Python · 3.6+
28.1Mdownloads / mo
simpleeval Worth it
PyPI · Python Modules · released Mar 2026

Evaluates mathematical and logical expressions from strings in a safe, sandboxed way without using Python's built-in eval(), letting you add user-configurable formulas to applications.

Install it if you need to evaluate untrusted formulas; avoid it only if you need features beyond basic arithmetic, comparisons, and simple function calls, or if…

MITpure Python · 3.9+
15.0Mdownloads / mo
simplefix Worth it
PyPI · Python Modules · released Sep 2023

Simplefix provides a lightweight FIX (Financial Information eXchange) protocol implementation for creating, encoding, and decoding FIX messages used in financial trading systems.

Install it if you need to work with FIX messages in Python and want a lightweight alternative to a full FIX engine.

MITpure Python
564.4Kdownloads / mo
simpleflow With conditions
PyPI · Distributed Computing · released Jul 2026

Simpleflow provides a Python library for writing distributed dataflow programs that coordinate task execution through Amazon SWF, using a futures-based abstraction to define task dependencies.

MITpure Python · 3.10+
1.0Mdownloads / mo
simplegeneric Skip
PyPI · Python Modules · released Apr 2012

Provides a lightweight decorator-based system for defining single-dispatch generic functions that route calls based on the type or identity of their first argument.

Install only if you are maintaining legacy code that already depends on it and cannot migrate to functools.singledispatch.

license unclearbuilds from sourceabandoned
561.4Kdownloads / mo
simplegmail With conditions
PyPI · Internet · released Mar 2023

A Python wrapper around the Gmail API that handles authentication, sending messages with attachments, retrieving and searching emails, and managing labels and message state.

However, be aware that oauth2client is deprecated by Google; if you need active development or modern auth practices, consider evaluating google-auth-based…

MITpure Pythondormant
110.1Kdownloads / mo
simpleitk Worth it
PyPI · Libraries · released Jul 2026

SimpleITK provides a simplified Python interface to the Insight Toolkit (ITK) for performing image segmentation, registration, and general filtering operations on 2D, 3D, and 4D images.

Apache-2.0compiled wheel
824.1Kdownloads / mo
simplejpeg With conditions
PyPI · Graphics · released Oct 2025

Encodes and decodes JPEG images directly to and from memory using libturbojpeg, with support for multiple colorspaces and fast header inspection.

Not recommended if you need a lightweight pure-Python solution or broad format support beyond JPEG.

MITcompiled wheel · 3.9+
326.1Kdownloads / mo
simplejson Worth it
PyPI · Python Modules · released Apr 2026

simplejson encodes Python objects to JSON and decodes JSON strings back to Python objects, with optional C acceleration and support for custom serialization and deserialization hooks.

Install it if you need JSON serialization with custom hooks or must support Python 2.7; otherwise the standard library's json module is sufficient for most use cases.

permissive licensepure Python
62.2Mdownloads / mo
simplekml With conditions
PyPI · Python Modules · released Sep 2021

Simplekml generates KML (Keyhole Markup Language) files for geographic data visualization with minimal code, supporting basic elements like points, lines, polygons, folders, and documents.

However, its abandoned status (no updates since 2021) means it will not adapt to future KML standard changes or Python version incompatibilities.

LGPL-3.0-or-laterbuilds from sourceabandoned
594.3Kdownloads / mo
simplekv With conditions
PyPI · Database · released Apr 2020

simplekv provides a unified key-value storage API that abstracts over multiple backends—filesystem, SQLAlchemy, MongoDB, Redis, S3, and Google Storage—letting you swap storage implementations without changing application code.

permissive licensepure Pythondormant
98.9Kdownloads / mo
simplemma Worth it
PyPI · Information Analysis · released Aug 2026

Simplemma converts inflected word forms to their dictionary base forms (lemmas) across 54 languages using pure Python with no external dependencies or model downloads.

Install it for baseline NLP work, teaching, or low-resource settings; do not install it if you need the highest accuracy and can afford the overhead of neural pipelines.

MITpure Python · 3.10+
220.5Kdownloads / mo
simplepyble With conditions
PyPI · Networking · released Aug 2026

SimplePyBLE provides cross-platform Bluetooth Low Energy (BLE) bindings for Windows, macOS, and Linux, with both synchronous and asynchronous APIs for discovering and communicating with BLE devices.

However, verify upfront whether your intended use qualifies as non-commercial under BUSL-1.1 terms, or budget for a commercial license if building proprietary…

non-commercialcompiled wheel · 3.10+
160.5Kdownloads / mo
simplesat With conditions
PyPI · Build Tools · released Apr 2025

Solves package dependency resolution using Boolean satisfiability (SAT) solving, determining which package versions satisfy a set of constraints.

However, the explicit prototype status and 498-day gap since the last release suggest it is not actively maintained; use it for research, prototyping, or custom…

permissive licensepure Python · 3.8+aging
279.2Kdownloads / mo
simplification With conditions
PyPI · Python Modules · released Jun 2026

Simplify LineStrings using the Ramer–Douglas–Peucker or Visvalingam-Whyatt algorithms, reducing coordinate counts while preserving geometry shape.

BlueOak-1.0.0compiled wheel · 3.10+
336.2Kdownloads / mo
simplisafe-python Worth it
PyPI · Monitoring · released Jun 2026

An async Python interface to the SimpliSafe API that lets you query system state, sensor data, and control your SimpliSafe security system from Python code.

Install it if you're building home automation or monitoring tooling around SimpliSafe.

MITpure Python
75.3Kdownloads / mo
simpy Worth it
PyPI · Scientific/Engineering · released May 2026

SimPy is a process-based discrete-event simulation framework that uses Python generator functions to model active components and shared resources, allowing simulations to run as fast as possible, in real time, or by manual stepping.

Install it if you need to model systems with interacting processes and shared resources; skip it if your problem is continuous simulation or fixed-step modeling.

MITpure Python · 3.8+
527.1Kdownloads / mo
simsimd Worth it
PyPI · Artificial Intelligence · released Mar 2026

SimSIMD provides SIMD-optimized kernels for computing vector distances, dot-products, and similarity measures across multiple data types and precisions, with support for spatial, probabilistic, and bit-level operations.

Install it if vector similarity or distance computation is a measurable bottleneck in your application.

Apache-2.0compiled wheel
3.8Mdownloads / mo
singer-sdk Worth it
PyPI · Application Frameworks · released Jun 2026

Builds Singer-compliant data extraction taps and loading targets with less boilerplate code than writing them from scratch.

Install it if you need to build Singer-compliant data connectors or integrate with Meltano pipelines.

Apache-2.0pure Python · 3.10+
8.5Mdownloads / mo
single-source With conditions
PyPI · Python Modules · released Jun 2024

Extracts your package version from pyproject.toml or other config files and makes it available in Python code, eliminating the need to duplicate version strings.

However, maintenance is dormant, so consider whether you are comfortable with a stable-but-not-actively-maintained tool.

MITpure Pythondormant
401.7Kdownloads / mo
singledispatch With conditions
PyPI · Software Development · released May 2025

Provides single-dispatch generic functions—a decorator-based mechanism to define functions that behave differently based on the type of their first argument—backported from Python 3.4's functools module for use on older Python versions.

MITpure Python · 3.9+
2.0Mdownloads / mo
singlestoredb Worth it
PyPI · Database · released Aug 2026

Provides a DB-API 2.0 compatible Python interface to SingleStore, a distributed SQL database, supporting both MySQL protocol and HTTP connections with optional C acceleration for faster data reading.

Install it if you need a Python driver for SingleStore or are building vector search or real-time analytics applications on that platform.

permissive licensepure Python · 3.9+
435.9Kdownloads / mo
singleton-decorator Skip
PyPI · Testing · released Aug 2017

Provides a decorator that enforces singleton pattern on classes while preserving direct access to the underlying class for unit testing via the `__wrapped__` attribute.

copyleftbuilds from sourcedormant
542.0Kdownloads / mo
sinter With conditions
PyPI · Scientific/Engineering · released May 2026

Sinter performs fast Monte Carlo sampling of quantum error correction circuits, using stim to generate samples and decoders like pymatching to predict logical errors from detector data.

permissive licensebuilds from source · 3.7.0+
92.1Kdownloads / mo
sio4onnx With conditions
PyPI · Artificial Intelligence · released Apr 2025

Modifies the input and output shapes of ONNX model files, allowing you to adapt pre-trained models to different batch sizes, dimensions, or symbolic shape parameters via CLI or Python API.

permissive licensepure Python · 3.6+aging
82.8Kdownloads / mo
sip Worth it
PyPI · Build Tools · released Aug 2026

SIP generates Python bindings for C and C++ libraries by processing specification files and creating compiled extension modules that expose C/C++ code to Python.

Install it if you need to generate Python bindings for C/C++ libraries or if you are using a package (like PyQt) that depends on it.

BSD-2-Clausepure Python · 3.10+
219.6Kdownloads / mo
siphash Skip
PyPI · Python Modules · released Jan 2013

Provides a Python implementation of SipHash, a keyed hash function optimized for speed on short messages, following the hashlib API.

MITbuilds from sourceabandoned
74.5Kdownloads / mo
siphash24 With conditions
PyPI · Libraries · released Sep 2025

Provides a C-based SipHash-1-3 and SipHash-2-4 implementation with a hashlib-compatible interface and streaming support, returning digests as bytes or 64-bit signed integers.

However, the aging maintenance status (346 days since last release) and unclear license metadata warrant a quick review of your licensing requirements before committing.

Apache-2.0 OR LGPL-2.1-or-latercompiled wheel · 3.7+aging
510.7Kdownloads / mo
siphashc With conditions
PyPI · Python Modules · released Aug 2026

siphashc provides a Python binding to the SipHash-2-4 cryptographic hash function, implemented as a C extension for performance.

ISCcompiled wheel · 3.10+
131.8Kdownloads / mo
sit4onnx With conditions
PyPI · Testing · released Sep 2025

Runs inference tests on ONNX models using TensorRT, CUDA, OpenVINO, or CPU execution providers, measuring performance and validating model outputs.

However, note that the package is aging (last commit 341 days ago) and you will need to separately install the execution provider libraries (TensorRT, OpenVINO, etc.)…

permissive licensepure Python · 3.6+aging
82.8Kdownloads / mo
siwe Worth it
PyPI · Cryptography · released Oct 2024

Implements EIP-4361 Sign-In with Ethereum for parsing, verifying, and serializing authentication messages signed with Ethereum private keys.

Install it if you need Ethereum-based authentication in a Python application.

permissive licensepure Python
111.9Kdownloads / mo
six With conditions
PyPI · Libraries · released Dec 2024

Six provides utility functions to write Python code that runs on both Python 2.7 and Python 3.3+, smoothing over language differences between the two versions.

MITpure Python
1.2Bdownloads / mo
sk-video With conditions
PyPI · Scientific/Engineering · released Dec 2017

Reads, writes, and processes video files using FFmpeg as its backend, providing video I/O and quality metrics (NIQE, BRISQUE, SSIM, PSNR) built on numpy and scipy.

BSD-3-Clausepure Python
305.2Kdownloads / mo
skan Worth it
PyPI · Scientific/Engineering · released Feb 2026

Analyzes skeleton (thin object) images to extract and characterize their structure, connectivity, and morphological properties using Python.

BSD-3-Clausepure Python · 3.9+
130.7Kdownloads / 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
skforecast Worth it
PyPI · Software Development · released Jul 2026

Skforecast is a Python library for time series forecasting that works with any scikit-learn compatible estimator, providing tools for feature engineering, model selection, hyperparameter tuning, and backtesting.

Install it if you need to forecast time series with scikit-learn compatible estimators.

BSD-3-Clausepure Python · 3.10+
127.0Kdownloads / mo
skia-pathops With conditions
PyPI · Graphics · released Feb 2026

Python bindings for Google Skia's Path Ops module, enabling boolean operations (intersection, union, difference, xor) on vector paths.

BSD-3-Clausecompiled wheel · 3.10+
278.9Kdownloads / mo
skills-ref With conditions
PyPI · Python Modules · released Jan 2026

Validates, parses, and generates prompt-compatible XML from Agent Skills—a standardized format for packaging AI agent capabilities as reusable skill modules.

However, the Alpha status and aging maintenance signal mean the format and library are still evolving; verify that Agent Skills adoption aligns with your agent…

Apache-2.0pure Python · 3.11+aging
230.0Kdownloads / mo
skillsaw Worth it
PyPI · Testing · released Aug 2026

A linter for AI agent instruction files that detects structural errors, vague language, contradictions, security risks, and configuration problems in agent skills, plugins, and coding assistant context.

Install it if you maintain agent skills, plugins, or AI coding assistant context files.

Apache-2.0pure Python · 3.9+
574.3Kdownloads / mo