$npx skillfedfor your agent

Packages starting with 'T'

900 packages · page 14 of 23

Packages

trimesh Worth it
PyPI · Scientific/Engineering · released Aug 2026

Trimesh loads, manipulates, and analyzes triangular mesh geometry in pure Python, with emphasis on watertight surfaces and a single hard dependency on numpy.

MITpure Python · 3.10+
12.8Mdownloads / mo
trinity-agent With conditions
PyPI · Python Modules · released Jul 2026

Trinity orchestrates multiple AI coding agents (Claude, Codex, Antigravity) in structured round-based deliberation, reaching consensus before distributing tasks to each agent's specialty.

However, alpha status means workflows and APIs may change; use it for exploration and prototyping rather than critical production pipelines.

MITpure Python
182.6Kdownloads / mo
trino Worth it
PyPI · Front-Ends · released Jun 2026

Python client library for Trino, a distributed SQL engine, providing DBAPI 2.0 and SQLAlchemy adapter interfaces to query and manage big data clusters.

Install it if you need to query a Trino cluster from Python—it is the official client and supports both simple DBAPI workflows and complex SQLAlchemy integrations.

Apache-2.0pure Python · 3.9+
23.6Mdownloads / mo
trio Worth it
PyPI · Networking · released Aug 2026

Trio is an async I/O library that lets you write concurrent Python programs using async/await syntax, handling multiple network connections, file operations, and tasks simultaneously with a focus on correctness and ease of use.

Install it if you need to write concurrent I/O code and prefer structured concurrency principles and a simpler API over asyncio.

MIT OR Apache-2.0pure Python · 3.10+
56.1Mdownloads / mo
trio-typing With conditions
PyPI · Software Development · released Dec 2023

Provides PEP 561 type stubs and typing utilities for Trio async framework, enabling static type checking with mypy for Trio, outcome, and async_generator packages.

However, maintenance is dormant (last release 2023-12-01), so verify that the type stubs remain accurate for your Trio version before relying on it for new projects.

Apache-2.0pure Pythondormant
1.4Mdownloads / mo
trio-websocket With conditions
PyPI · Libraries · released Feb 2025

Implements WebSocket protocol (RFC 6455) for both client and server using the Trio async framework, built on wsproto for protocol handling and I/O.

However, be aware the project is on life-support maintenance with infrequent releases (535 days since last release).

MITpure Python · 3.8+aging
41.1Mdownloads / mo
triton With conditions
PyPI · Build Tools · released Jun 2026

Triton is a language and compiler for writing custom deep-learning operations that run efficiently on GPUs and CPUs, offering higher productivity than CUDA with more flexibility than domain-specific languages.

MITcompiled wheel
72.4Mdownloads / mo
triton-ascend With conditions
PyPI · Artificial Intelligence · released Jan 2026

Triton Ascend is a compiler framework that enables Triton code to run efficiently on Ascend hardware, handling memory allocation, data movement, and kernel optimization automatically.

license unclearcompiled wheelaging
180.2Kdownloads / mo
triton-windows With conditions
PyPI · Build Tools · released Jun 2026

Triton-windows is a Windows port of the Triton compiler that lets you write and compile custom GPU kernels for deep learning workloads on NVIDIA GPUs.

MITcompiled wheelabandoned
471.6Kdownloads / mo
tritonclient Worth it
PyPI · Libraries · released Jul 2026

tritonclient is a Python client library for communicating with Triton Inference Server over gRPC or HTTP, enabling you to send inference requests to remote model-serving deployments.

Install it if you are using Triton for model serving and need to query it from Python.

BSD-3-Clausepure Python
14.4Mdownloads / mo
trl Worth it
PyPI · Artificial Intelligence · released Aug 2026

TRL provides trainer classes for post-training foundation models using techniques like supervised fine-tuning, direct preference optimization, and group relative policy optimization, built on transformers and accelerate.

Install it if you need to fine-tune, align, or distill language models with modern techniques; skip it only if you are working exclusively with inference or base…

Apache-2.0pure Python · 3.10+
3.7Mdownloads / mo
trogon With conditions
PyPI · Documentation · released Oct 2024

Trogon auto-generates a terminal user interface (TUI) for Click command-line applications, letting users interact with CLI options through a visual menu instead of typing commands.

MITpure Pythonaging
337.4Kdownloads / mo
trollimage With conditions
PyPI · Scientific/Engineering · released Feb 2026

Trollimage provides image processing and manipulation capabilities for the pytroll ecosystem, wrapping numpy and pillow to handle satellite and scientific imaging workflows.

permissive licensecompiled wheel · 3.11+
80.6Kdownloads / mo
trollsift Worth it
PyPI · Scientific/Engineering · released Jun 2026

Trollsift provides modules for parsing, formatting, and filtering satellite granule file names according to structured patterns.

Install it if you work with satellite granule data and need to parse, format, or filter filenames according to satellite naming standards.

Apache-2.0pure Python · 3.9+
82.1Kdownloads / mo
tronpy With conditions
PyPI · Python Modules · released Jan 2026

tronpy is a Python client library for interacting with the TRON blockchain, enabling you to build and broadcast transactions, query account data, and manage cryptographic keys on the TRON network.

However, note that maintenance is aging (218 days since last release)—verify that the library's TRON protocol support aligns with your network requirements before…

MITpure Python · 3.9+aging
204.4Kdownloads / mo
troposphere Worth it
PyPI · Build Tools · released May 2026

Troposphere is a Python library that generates AWS CloudFormation templates by writing Python code instead of hand-crafting JSON or YAML, with built-in property and type validation to catch errors early.

Install it if you prefer writing infrastructure in Python over hand-editing CloudFormation templates.

permissive licensepure Python · 3.8+
1.3Mdownloads / mo
trove-classifiers Worth it
PyPI · released Jun 2026

Provides the canonical set of valid PyPI classifiers and tracks deprecated ones, allowing you to validate and look up classifier strings for package metadata.

Install it if you publish packages to PyPI, build packaging tools, or need to validate or look up classifier metadata in any workflow.

Apache-2.0pure Python
540.4Mdownloads / mo
truelayer-signing Worth it
PyPI · Cryptography · released Jun 2026

Produces and verifies cryptographic signatures for TrueLayer API requests and webhooks using PEM keys and JWKS.

Install it if you are integrating with TrueLayer's API and need to sign requests or verify webhooks; it is the standard tool for this task in Python.

permissive licensepure Python
191.6Kdownloads / mo
trueskill Skip
PyPI · Mathematics · released Sep 2018

Implements the TrueSkill rating algorithm to compute player skill ratings and match quality in competitive games.

BSD-3-Clausebuilds from sourceabandoned
200.2Kdownloads / mo
truffleHog With conditions
PyPI · Security · released Feb 2021

Scans Git repositories and other sources for leaked credentials, classifying and validating over 800 secret types to identify active security risks.

However, verify the GNU license variant's compatibility with your project before committing, and note that the PyPI package has not been updated since 2021-02-05—you…

license unclearpure Python
137.6Kdownloads / mo
trufflehog3 With conditions
PyPI · Security · released May 2024

Scans Git repositories and source code for secrets, API keys, and other sensitive data using pattern matching, with support for custom rules and incremental scanning.

license unclearpure Python · 3.7+aging
89.6Kdownloads / mo
trulens Worth it
PyPI · Artificial Intelligence · released Aug 2026

TruLens instruments LLM applications to trace execution step-by-step, evaluate outputs with LLM-based judges, and compare versions to identify failures and cost-quality tradeoffs.

Install it if you need to debug agent failures, compare LLM app versions, or measure quality-cost tradeoffs.

MITpure Python
107.9Kdownloads / mo
trulens-core Worth it
PyPI · Quality Assurance · released Aug 2026

Instruments LLM applications with OpenTelemetry-native tracing and evaluates them with LLM-based judges that explain their reasoning, capturing latency, cost, and quality per step.

Install it if you need to instrument and evaluate LLM apps; skip it if you only need basic logging.

MITpure Python
126.1Kdownloads / mo
truss Worth it
PyPI · Artificial Intelligence · released Aug 2026

Truss is a CLI tool for packaging ML models with their serving logic and deploying them to production, handling containerization, dependency management, and GPU configuration automatically.

MITpure Python
1.3Mdownloads / mo
truss-transfer With conditions
PyPI · Utilities · released Jun 2026

Downloads and resolves Baseten Pointers (bptr) to local directories, supporting HuggingFace, Google Cloud Storage, AWS S3, and Azure sources with optional caching.

license unclearcompiled wheel · 3.8+
389.4Kdownloads / mo
trustcall With conditions
PyPI · Artificial Intelligence · released Apr 2025

Trustcall helps LLMs reliably generate and update complex JSON structures by using JSON patch operations instead of full regeneration, with built-in retry logic for validation errors.

permissive licensepure Pythonaging
1.0Mdownloads / mo
trustme Worth it
PyPI · Testing · released Jan 2025

trustme generates fake TLS certificates and certificate authorities for testing network code without needing real certificates or disabling certificate validation in tests.

Install it if you test any code that makes HTTPS connections.

Apache-2.0pure Python · 3.9+
1.1Mdownloads / mo
truststore With conditions
PyPI · Cryptography · released Aug 2025

Truststore exposes native system certificate stores through an SSL context API, allowing Python applications to verify HTTPS certificates using the operating system's trust store instead of relying on a static certificate bundle.

MITpure Python · 3.10+aging
87.1Mdownloads / mo
trx-python Worth it
PyPI · Scientific/Engineering · released Mar 2026

Reads, writes, and manipulates TRX tractography files in Python, supporting conversion between TRX and other formats (TRK, TCK, VTK, FIB, DPY) with command-line tools for validation and concatenation.

BSD-3-Clausepure Python · 3.11+
100.1Kdownloads / mo
trycourier Worth it
PyPI · Python Modules · released Aug 2026

A typed Python client for the Courier REST API that sends notifications, manages user profiles, checks message status, and issues JWT tokens for client-side SDKs.

Apache-2.0pure Python · 3.9+
277.5Kdownloads / mo
trytond With conditions
PyPI · Application Frameworks · released Aug 2026

Trytond is the server component of Tryton, an open-source business software platform that provides a modular, scalable framework for building enterprise applications with built-in support for business logic, data management, and multi-user operations.

GPL-3.0-or-laterpure Python · 3.10+
117.8Kdownloads / mo
tsdb Worth it
PyPI · Artificial Intelligence · released Apr 2026

TSDB downloads and loads 173 open-source time-series datasets with minimal setup, handling caching and basic data cleaning automatically so you can focus on analysis.

Install it if you regularly work with benchmark time-series data.

BSD-3-Clausepure Python · 3.8+
127.8Kdownloads / mo
tsdownsample Worth it
PyPI · Information Analysis · released Jun 2026

Downsamples large time series datasets to a smaller number of representative points for visualization, using Rust-based algorithms (MinMax, M4, LTTB, MinMaxLTTB) with optional multithreading.

MITcompiled wheel · 3.8+
622.3Kdownloads / mo
tsfresh Worth it
PyPI · Software Development · released May 2026

Automatically extracts hundreds of time-series features from sampled data using statistical and signal-processing algorithms, then filters them to identify only those relevant to your machine learning task.

Install it if you work with time-series data and want to avoid manual feature engineering.

permissive licensepure Python · 3.9+
372.1Kdownloads / mo
tslearn Worth it
PyPI · Libraries · released Jul 2026

tslearn provides machine learning algorithms optimized for time series data, including clustering, classification, regression, and distance metrics like Dynamic Time Warping, built on scikit-learn's API.

BSD-2-Clausepure Python · 3.10+
313.5Kdownloads / mo
tsv2py With conditions
PyPI · File Formats · released Jun 2026

Parses and generates tab-separated values (TSV) data with high performance, converting between TSV text files and Python objects with support for multiple data types including dates, UUIDs, decimals, and IP addresses.

permissive licensecompiled wheel · 3.10+
94.9Kdownloads / mo
ttach Skip
PyPI · Artificial Intelligence · released Jul 2020

Wraps PyTorch models to apply test-time augmentation—running augmented versions of input images through a model and merging predictions to improve robustness.

MITpure Python · 3.0.0+abandoned
140.3Kdownloads / mo
ttkbootstrap Worth it
PyPI · User Interfaces · released Aug 2026

Applies Bootstrap-inspired themes and a one-keyword styling system to tkinter's ttk widgets, letting you style any widget with a `bootstyle` parameter instead of managing raw colors or style names.

MIT AND (Apache-2.0 OR BSD-2-Clause)pure Python · 3.10+
198.5Kdownloads / mo
ttp Worth it
PyPI · Utilities · released Mar 2026

TTP is a Python library for parsing semi-structured text into structured data using template-based regex matching, with built-in functions for processing and transforming results.

MITpure Python
479.6Kdownloads / mo
ttp_templates Worth it
PyPI · Utilities · released Jul 2026

Provides a curated collection of TTP (Template Text Parser) templates for parsing structured text output from network devices and other systems into validated Python data structures.

MITpure Python
224.4Kdownloads / mo