$npx skillfedfor your agent

Packages starting with 'T'

900 packages · page 11 of 23

Packages

tower With conditions
PyPI · Python Modules · released Jul 2026

Tower is a CLI and Python runtime for deploying Python data apps, pipelines, and AI agents to production with built-in orchestration, analytical storage, and multi-tenant APIs.

MITcompiled wheel · 3.12+
128.8Kdownloads / mo
towncrier Worth it
PyPI · Build Tools · released Aug 2025

Towncrier generates changelogs from individual news fragment files rather than a single shared log, reducing merge conflicts and focusing on end-user-relevant changes.

MITpure Python · 3.9+
4.6Mdownloads / mo
tox Worth it
PyPI · Libraries · released Aug 2026

tox automates testing across multiple Python environments and versions, managing virtual environments and running test suites with configurable test tools to verify package builds and compatibility.

Install it if you maintain a Python package or work on projects that require multi-environment testing.

MITpure Python · 3.10+
36.9Mdownloads / mo
tox-ansible Worth it
PyPI · Utilities · released Aug 2026

A tox plugin that orchestrates testing of Ansible collections across multiple Python versions and Ansible releases, using ansible-test, pytest, and tox to manage environments.

MITpure Python · 3.10+
628.6Kdownloads / mo
tox-docker Worth it
PyPI · Testing · released May 2024

A tox plugin that manages Docker container lifecycle during test runs, allowing you to spin up and configure containers (databases, services, etc.) as part of your test environment.

BSD-3-Clausepure Python
102.8Kdownloads / mo
tox-gh Worth it
PyPI · Libraries · released Jul 2026

tox-gh automatically selects and runs the appropriate tox environments for each Python version in a GitHub Actions matrix, enabling parallel test execution across multiple workers.

Install it if you use tox for local testing and want to run the same environments in GitHub Actions without manual synchronization.

MITpure Python · 3.10+
113.3Kdownloads / mo
tox-gh-actions Worth it
PyPI · Libraries · released Oct 2025

A tox plugin that automatically detects and runs the appropriate test environments on GitHub Actions based on the Python version in each job, with built-in log grouping support.

Install it if you run tox on GitHub Actions with multiple Python versions.

MITpure Python · 3.7+
631.1Kdownloads / mo
tox-toml-fmt With conditions
PyPI · Build Tools · released May 2026

Formats tox.toml files with consistent style and comment preservation, applying opinionated rules similar to black for Python code.

MITcompiled wheel · 3.10+
242.8Kdownloads / mo
tox-uv Worth it
PyPI · Libraries · released Jul 2026

tox-uv replaces virtualenv and pip with uv in tox environments, accelerating test environment creation and dependency installation while maintaining tox's test orchestration interface.

Install it if you want faster test environments and are comfortable accepting uv's behavior (including any bugs) as a trade-off for speed.

MITpure Python · 3.10+
8.2Mdownloads / mo
tox-uv-bare With conditions
PyPI · Libraries · released Jul 2026

tox-uv-bare is a tox plugin that replaces virtualenv and pip with uv for test environment management, without bundling a uv binary—you provide your own uv installation.

MITpure Python · 3.10+
5.7Mdownloads / mo
tplink-omada-client With conditions
PyPI · Networking · released Jul 2026

A Python client library for interacting with TP-Link Omada SDN controllers, providing programmatic access to device management, site configuration, and network status.

MITpure Python · 3.13+
159.1Kdownloads / mo
tpu-inference With conditions
PyPI · Artificial Intelligence · released Jul 2026

tpu-inference is a hardware plugin for vLLM that enables high-performance serving of large language models on Google TPUs, supporting both PyTorch and JAX model definitions through a unified backend.

However, it is strictly tied to TPU infrastructure—it cannot run on CPU or GPU systems.

Apache-2.0pure Python · 3.10+
79.2Kdownloads / mo
tpu-info With conditions
PyPI · Monitoring · released Jul 2026

CLI tool that detects Cloud TPU devices and reads runtime metrics from libtpu, including memory usage and duty cycle, in both static snapshot and live streaming modes.

permissive licensepure Python · 3.8+
270.5Kdownloads / mo
tqdm Worth it
PyPI · Libraries · released Jul 2026

Wraps any iterable to display a real-time progress bar in the terminal or Jupyter notebook, showing iteration count, elapsed time, and estimated time remaining.

copyleftpure Python · 3.8+
648.6Mdownloads / mo
tqdm-joblib With conditions
PyPI · Distributed Computing · released Aug 2025

Adds a progress bar to joblib.Parallel execution using tqdm, displaying real-time completion status as parallel jobs run.

However, the unclear license status (CC-BY-SA-4.0 is not a standard software license) and aging maintenance cycle (362 days since last release) warrant caution in…

license unclearpure Python · 3.10+aging
169.3Kdownloads / mo
tqdm-loggable Worth it
PyPI · Monitoring · released Mar 2026

Converts tqdm progress bars to logging-friendly messages in headless environments, automatically switching from interactive terminal output to structured log lines when stdout is unavailable.

MITpure Python · 3.10+
1.4Mdownloads / mo
tqdm-multiprocess Skip
PyPI · Distributed Computing · released Oct 2020

Displays multiple tqdm progress bars from worker processes in a multiprocessing pool, with logging and aggregate progress monitoring routed through the main process.

MITpure Python · 3.6+abandoned
694.8Kdownloads / mo
traceback-with-variables Worth it
PyPI · Libraries · released Oct 2025

Automatically captures and displays local variables in Python tracebacks, eliminating manual debug logging while keeping exception context readable.

Install it if you regularly spend time reconstructing variable state from exceptions.

MITpure Python · 3.7+
761.4Kdownloads / mo
traceback2 Skip
PyPI · Software Development · released Mar 2015

Provides a backport of Python's traceback module to older Python versions, allowing consistent traceback formatting and manipulation across Python 2.6+ and Python 3.2+.

Install only if you are maintaining legacy code that must run on Python 2.6–3.4 and cannot upgrade—otherwise, use the standard library traceback module.

permissive licensepure Pythonabandoned
1.5Mdownloads / mo
tracebackturbo3 Skip
PyPI · Python Modules · released Dec 2018

A drop-in replacement for Python's traceback module that includes local and global variable values in exception stack traces.

permissive licensepure Pythonabandoned
92.4Kdownloads / mo
traceloop-sdk With conditions
PyPI · Monitoring · released Aug 2026

Traceloop SDK instruments LLM applications to capture execution traces and send them to Traceloop or your own observability backend, built on OpenTelemetry.

Apache-2.0pure Python
2.5Mdownloads / mo
traceml With conditions
PyPI · Software Development · released Apr 2026

TraceML tracks metrics, parameters, artifacts, and data references for machine learning experiments, with integrations for Keras, PyTorch, TensorFlow, Fastai, PyTorch Lightning, and HuggingFace, plus offline mode for tracking without an API.

permissive licensepure Python · 3.8+
132.8Kdownloads / mo
tracerite Worth it
PyPI · Debuggers · released Jul 2026

Formats Python exceptions and tracebacks into readable HTML, JSON, and terminal output with variable inspection, working in Jupyter, FastAPI, Sanic, and standard Python scripts.

Install it if you spend time debugging Python code in notebooks, web frameworks, or terminals.

MITpure Python · 3.10+
1.2Mdownloads / mo
trackio Worth it
PyPI · Monitoring · released Aug 2026

Trackio is a local-first experiment tracking library that logs metrics, media, and configs to a SQLite database with a web dashboard, and optionally syncs to Hugging Face Spaces for sharing.

MITpure Python · 3.10+
606.5Kdownloads / mo
tradingeconomics Worth it
PyPI · Financial · released Jul 2026

Provides Python access to over 300,000 economic indicators, exchange rates, stock indexes, bond yields, and commodity prices from Trading Economics' databases, with support for XML, CSV, and JSON export.

Install it if you need programmatic access to Trading Economics' economic and market data; the main prerequisite is obtaining an API key from Trading Economics.

MITpure Python · 3.8+
129.8Kdownloads / mo
tradingview-screener Worth it
PyPI · Software Development · released Jun 2026

Query TradingView's screener API to retrieve market data across stocks, crypto, options, forex, futures, and other instruments with support for technical indicators, fundamental metrics, and multiple timeframes.

Install it if you need programmatic access to TradingView market data; be aware that real-time data requires authentication and that unauthenticated queries return…

MITpure Python · 3.9+
160.1Kdownloads / mo
tradingview-ta Skip
PyPI · WWW/HTTP · released Oct 2022

Retrieves technical analysis indicators and trading signals from TradingView for financial symbols without requiring Selenium or a browser.

MITpure Python · 3.6+abandoned
229.8Kdownloads / mo
trafaret With conditions
PyPI · Software Development · released Apr 2022

Trafaret validates and transforms foreign data (JSON, configs, user input) against schemas you define, with support for custom error messages and async checking.

BSD-3-Clausepure Pythonabandoned
964.4Kdownloads / mo
trafilatura Worth it
PyPI · WWW/HTTP · released Jul 2026

Trafilatura extracts main text, metadata, and structured content from web pages and HTML, converting raw HTML into clean, usable data in multiple output formats.

Apache-2.0pure Python · 3.10+
13.4Mdownloads / mo
traia-iatp With conditions
PyPI · Application Frameworks · released May 2026

Adds HTTP 402 Payment Required protocol support to AI agents and APIs, enabling them to charge for services using blockchain-based payments through the D402 standard.

However, verify the license terms before production use, confirm that Python 3.12+ is available in your environment, and understand that the 25 runtime dependencies…

license unclearpure Python · 3.12+
230.1Kdownloads / mo
trailmark With conditions
PyPI · Security · released Jul 2026

Parses source code into a queryable graph of functions, classes, calls, and semantic annotations using tree-sitter and rustworkx for security and code-structure analysis.

Apache-2.0pure Python · 3.12+
77.2Kdownloads / mo
trailrunner Worth it
PyPI · Utilities · released Mar 2023

Walk filesystem paths while respecting .gitignore rules, and execute functions on found files using a process pool for parallelism.

Install it if you need .gitignore-aware file discovery with built-in parallelism; skip it if you need active maintenance or ongoing feature development.

MITpure Python · 3.7+dormant
2.7Mdownloads / mo
trainer With conditions
PyPI · Artificial Intelligence · released Dec 2023

Trainer is a PyTorch model training framework that handles the training loop, optimization, and experiment logging for machine learning models with support for mixed precision, distributed training, and callback customization.

Not recommended if you require active maintenance or support for the latest PyTorch features.

Apache-2.0pure Pythondormant
85.9Kdownloads / mo
traitlets Worth it
PyPI · released Aug 2026

Traitlets provides typed attributes for Python classes with automatic validation, coercion, change notifications, and dynamic defaults—a pure-Python alternative to the Enthought traits library.

Install it if you need typed, validated attributes with change notifications—particularly if you are building configuration systems, data models, or interactive…

BSD-3-Clausepure Python · 3.10+
154.2Mdownloads / mo
traittypes With conditions
PyPI · Scientific/Engineering · released Oct 2025

Provides custom trait types for scientific computing, extending the traitlets validation framework with domain-specific attribute types.

However, the aging maintenance status (296 days since last release) means you should verify that the trait types you need are already implemented and stable; expect…

BSD-3-Clausepure Pythonaging
1.4Mdownloads / mo
trakit Worth it
PyPI · Python Modules · released Jul 2026

Parses track names and filenames to extract language, codec, and accessibility metadata (SDH, closed captions, forced subtitles, commentary) for audio and subtitle streams.

Install it if you work with video files that need track-level metadata enrichment or language variant detection.

Apache-2.0pure Python
98.3Kdownloads / mo
trame Worth it
PyPI · Python Modules · released May 2026

Trame is a Python web framework for building interactive visual analytics applications that combine 3D visualization, data analysis, and web UI components into a single browser-based or desktop application.

Apache-2.0pure Python · 3.10+
922.9Kdownloads / mo
trame-client With conditions
PyPI · Python Modules · released Aug 2026

trame-client is the browser-side runtime for trame applications, handling client-server communication, state synchronization, dynamic component loading, and template rendering.

MITpure Python · 3.10+
914.9Kdownloads / mo
trame-common With conditions
PyPI · Scientific/Engineering · released Aug 2026

Provides shared helper functions, decorators, and utility classes for trame packages to use across server, client, and widget contexts without duplicating code.

Apache-2.0pure Python · 3.10+
904.3Kdownloads / mo
trame-components With conditions
PyPI · Python Modules · released May 2025

Provides Vue.js utility widgets and helper components that extend trame's widget library for building interactive web applications.

Apache-2.0pure Pythonaging
540.4Kdownloads / mo