$npx skillfedfor your agent

Packages starting with 'S'

1,170 packages · page 25 of 30

Packages

stdlib-list With conditions
PyPI · Python Modules · released Oct 2025

Provides lists of Python standard library module names for Python versions 2.6 through 3.14, useful for distinguishing standard library imports from third-party packages.

MITpure Python · 3.9+
1.6Mdownloads / mo
stdlibs Worth it
PyPI · Utilities · released Feb 2026

Provides a static listing of all known modules in Python's standard library, with separate lists for each major CPython release dating back to Python 2.3.

Install it if you're building linters, import sorters, or any tool that needs to reliably distinguish standard library modules from third-party ones across multiple…

MITpure Python · 3.8+
2.7Mdownloads / mo
steel-sdk Worth it
PyPI · Python Modules · released Jun 2026

Provides a typed Python client for the Steel REST API with both synchronous and asynchronous interfaces, auto-pagination, and comprehensive error handling.

Install it if you need to call the Steel API from Python; the typed interface and async support make it substantially easier than raw HTTP requests.

Apache-2.0pure Python · 3.9+
154.5Kdownloads / mo
stellar-sdk Worth it
PyPI · Python Modules · released Jul 2026

Stellar SDK provides Python APIs to build and sign transactions, query network history, and communicate with Stellar Horizon and Stellar RPC servers for blockchain applications.

Apache-2.0pure Python
179.8Kdownloads / mo
stem With conditions
PyPI · Python Modules · released Jun 2023

Stem is a Python controller library for interacting with Tor, allowing applications to query and command Tor instances over the control protocol.

The copyleft LGPLv3 license requires careful review if you plan to distribute derivative work.

LGPL-3.0-onlybuilds from sourceabandoned
252.6Kdownloads / mo
stepfunctions Skip
PyPI · Artificial Intelligence · released Jan 2022

Builds and orchestrates machine learning workflows on AWS Step Functions and SageMaker directly from Python code, without manual AWS service provisioning.

Apache-2.0builds from sourceaging
152.4Kdownloads / mo
stestr Worth it
PyPI · Testing · released Feb 2026

stestr is a parallel test runner for Python unittest suites that distributes test execution across multiple processes and maintains a history of test runs using the subunit protocol.

Install it if your project runs unittest suites and would benefit from faster parallel execution or historical test analysis.

Apache-2.0pure Python · 3.8+
202.5Kdownloads / mo
stevedore Worth it
PyPI · Application Frameworks · released Jul 2026

Stevedore manages dynamic plugin loading for Python applications by wrapping setuptools entry points, providing manager classes that handle common patterns for discovering and loading extensions at runtime.

Install it if your application needs to support dynamic extensions or if you are building a framework intended for third-party plugins.

Apache-2.0pure Python · 3.11+
38.6Mdownloads / mo
stftpitchshift With conditions
PyPI · Libraries · released Dec 2023

Shifts the pitch and timbre of audio signals using Short-Time Fourier Transform (STFT) analysis, with optional formant preservation to avoid the Mickey Mouse effect.

MITpure Python · 3+aging
80.8Kdownloads / mo
stigg-sidecar-sdk With conditions
PyPI · WWW/HTTP · released Aug 2026

Python SDK for interacting with Stigg Sidecar, a service for managing customer entitlements and feature access control.

However, verify the license terms before committing—the metadata shows 'unclear' status with no published license text.

license unclearpure Python
91.1Kdownloads / mo
stim With conditions
PyPI · Scientific/Engineering · released May 2026

Stim is a fast simulator for quantum stabilizer circuits, providing interactive simulation, high-speed sampling, and independent exploration of quantum states through TableauSimulator, Circuit compilation, and Pauli/Tableau data types.

permissive licensecompiled wheel · 3.6.0+
345.6Kdownloads / mo
stirrup Worth it
PyPI · Python Modules · released Aug 2026

Stirrup is a lightweight Python framework for building LLM-powered agents that can execute code, search the web, process files, and call external tools with minimal scaffolding.

MITpure Python · 3.12+
241.1Kdownloads / mo
stix With conditions
PyPI · Security · released Nov 2020

Parses, manipulates, and generates STIX v1.2.0 (Structured Threat Information eXpression) content in Python, enabling programmatic work with threat intelligence data structures.

However, it is abandoned and will not receive updates.

BSD-3-Clausepure Pythonabandoned
121.4Kdownloads / mo
stix2 With conditions
PyPI · Security · released Feb 2026

Serializes and deserializes STIX 2 JSON content, providing Python APIs for creating, parsing, and manipulating cyber threat intelligence objects with support for data markings, versioning, and ID resolution across multiple sources.

Install it if you need to produce, consume, or transform STIX 2 JSON in a Python application; skip it if you don't work with CTI standards.

BSD-3-Clausepure Python · 3.10+aging
1.8Mdownloads / mo
stix2-patterns With conditions
PyPI · Security · released Feb 2026

Validates the syntax of STIX 2 Pattern expressions used in cyber threat intelligence to describe observable conditions, available as both a command-line tool and Python library.

However, the aging maintenance status (184 days since last release) and Alpha development status mean you should verify that it handles your specific pattern syntax…

BSD-3-Clausepure Python · 3.10+aging
1.9Mdownloads / mo
stix2-validator Worth it
PyPI · Security · released May 2026

Validates STIX 2.x JSON documents against the STIX 2.1 specification, checking both mandatory requirements via JSON schemas and recommended best practices via Python functions.

BSD-3-Clausepure Python · 3.10+
148.4Kdownloads / mo
stockfish Worth it
PyPI · Python Modules · released Apr 2026

Wraps the Stockfish chess engine to let Python code query best moves, evaluate positions, and validate chess notation without reimplementing engine logic.

MITpure Python · 3.10+
4.9Mdownloads / mo
stockstats Worth it
PyPI · Utilities · released Feb 2026

Adds technical analysis indicators and statistics to pandas DataFrames for stock market data, including moving averages, momentum, trend, volatility, and volume calculations.

Install it if you need to add technical analysis to pandas-based financial workflows; skip it only if you require indicators not in its supported list or need…

BSD-3-Clausepure Python · 3.9+
219.7Kdownloads / mo
stomp.py Worth it
PyPI · Networking · released May 2026

A Python client library for connecting to STOMP messaging servers (ActiveMQ, RabbitMQ, Artemis) and sending or receiving messages using the STOMP protocol.

Install it if you need to communicate with a STOMP message broker.

Apache-2.0pure Python
1.5Mdownloads / mo
stone With conditions
PyPI · Python Modules · released Aug 2026

Stone is an interface description language and code generator that lets you define an API specification once and automatically generate client libraries and server code in multiple programming languages.

MITpure Python · 3.11+
2.3Mdownloads / mo
stop-sequencer Skip
PyPI · Libraries · released Jun 2023

Adds stop-sequence support to Huggingface Transformers text generation, allowing you to halt output when specified text patterns appear.

license unclearbuilds from source · 3+abandoned
77.6Kdownloads / mo
stop-words Worth it
PyPI · Software Development · released Nov 2025

Provides curated stop-word lists for multiple languages, enabling filtering of common words in natural language processing and text analysis tasks.

Install it if you need multilingual stop-word filtering for NLP or text preprocessing; the aging maintenance status is not a blocker for a stable, feature-complete…

BSD-3-Clausepure Python · 3.11+aging
207.3Kdownloads / mo
stopit Skip
PyPI · Utilities · released Feb 2018

Provides context managers and decorators to enforce timeouts on code blocks and function calls, and raise exceptions asynchronously in other threads.

MITbuilds from sourceabandoned
233.1Kdownloads / mo
stopwatch.py With conditions
PyPI · Utilities · released Sep 2022

Provides a simple stopwatch timer that measures elapsed time using Python's high-resolution performance counter, with methods to start, stop, reset, and retrieve the duration.

However, note that maintenance is dormant—no updates since 2022-09-04—so expect no bug fixes or Python version support beyond what is already declared.

MITpure Python · 3.5+dormant
190.1Kdownloads / mo
stopwordsiso Worth it
PyPI · Linguistic · released Jul 2026

Provides stopword lists for multiple languages identified by ISO 639-1 codes, returning them as sets for filtering common words from text processing tasks.

MITpure Python · 3.10+
75.3Kdownloads / mo
storage Skip
PyPI · Networking · released May 2013

Provides Python classes and functions to interact with enterprise storage arrays, Fibre Channel switches, and servers.

license unclearbuilds from sourceabandoned
86.8Kdownloads / mo
storage3 With conditions
PyPI · WWW/HTTP · released Jun 2026

Async Python client library for uploading, downloading, and managing files in Supabase Storage buckets via HTTP.

MITpure Python · 3.9+
37.1Mdownloads / mo
stpyv8 With conditions
PyPI · Software Development · released Jan 2025

STPyV8 embeds Google V8 JavaScript engine into Python, allowing you to run JavaScript code from Python and call Python code from JavaScript within the same process.

However, do not rely on it for active maintenance or security patches; use it only in contexts where you control the JavaScript code being executed or can audit it…

Apache-2.0compiled wheelabandoned
2.1Mdownloads / mo
stqdm Worth it
PyPI · Python Modules · released Jun 2026

stqdm wraps tqdm progress bars for Streamlit apps, displaying iteration progress in the Streamlit UI instead of or alongside terminal output.

Apache-2.0pure Python · 3.11+
255.0Kdownloads / mo
str2bool Skip
PyPI · Utilities · released Dec 2017

Converts string representations like 'yes', 'true', '1', 'no', 'false', '0' to Python boolean values, case-insensitive.

BSD-3-Clausebuilds from sourcedormant
243.4Kdownloads / mo
strands-agents Worth it
PyPI · Python Modules · released Aug 2026

Strands Agents is a Python SDK for building AI agents that work with multiple model providers and integrates with Model Context Protocol (MCP) servers to access pre-built tools.

Apache-2.0pure Python · 3.10+
36.2Mdownloads / mo
strands-agents-builder With conditions
PyPI · Python Modules · released Sep 2025

Strands Agent Builder is a terminal-based toolkit for building, testing, and extending custom AI agents and tools with a model-driven approach using Claude and Amazon Bedrock.

However, the repository is archived and no longer maintained as of the fact sheet date; you should verify that its dependencies remain viable and that you are…

Apache-2.0pure Python · 3.10+abandoned
262.3Kdownloads / mo
strands-agents-evals With conditions
PyPI · Testing · released Aug 2026

Strands Evals SDK provides a comprehensive evaluation framework for testing and measuring AI agents and LLM applications, supporting output validation, trajectory analysis, trace-based evaluation, and automated experiment generation.

permissive licensepure Python · 3.10+
155.1Kdownloads / mo
strands-agents-tools With conditions
PyPI · Python Modules · released Aug 2026

Provides ready-to-use tools for AI agents to perform file operations, web search, AWS integration, Slack messaging, Python code execution, and browser automation.

Apache-2.0pure Python · 3.10+
6.0Mdownloads / mo
stravalib Worth it
PyPI · Libraries · released Jun 2026

stravalib provides a Python client for authenticating with and querying the Strava V3 API to access activity, club, and athlete data, with built-in support for unit conversion and temporal handling.

Install it if you're working with Strava activity data.

Apache-2.0pure Python · 3.11+
164.7Kdownloads / mo
strawberry-graphql Worth it
PyPI · Libraries · released Aug 2026

Strawberry GraphQL is a Python library for building GraphQL APIs using Python dataclasses and type annotations, with built-in support for schema definition, dev servers, and framework integrations.

MITpure Python
7.7Mdownloads / mo
strawberry-graphql-django Worth it
PyPI · Dynamic Content · released Aug 2026

Generates GraphQL types, queries, mutations, and resolvers automatically from Django models with full type safety, including filtering, pagination, ordering, and N+1 query prevention.

MITpure Python
1.4Mdownloads / mo
stream-chat With conditions
PyPI · Software Development · released May 2026

Python SDK for server-side integration with Stream Chat, providing APIs to manage users, channels, messages, and chat metadata.

However, if starting a new project, consider the newer `getstream` SDK instead, as stream-chat is in maintenance mode.

license unclearpure Python · 3.8+
490.8Kdownloads / mo
stream-inflate With conditions
PyPI · Compression · released Mar 2026

Decompresses DEFLATE and DEFLATE64 streams in pure Python, designed to handle streaming data where the compressed content length is unknown or followed by additional data.

MITcompiled wheel · 3.7.7+
879.2Kdownloads / mo
stream-python Worth it
PyPI · Software Development · released Oct 2025

Official Python client library for Stream Feeds API, enabling server-side management of newsfeeds and activity streams with support for both synchronous and asynchronous operations.

Install it if you are building a backend that needs to manage newsfeeds or activity streams via Stream's hosted service.

BSD-3-Clausepure Python · 3.7+
908.0Kdownloads / mo