$npx skillfedfor your agent

Packages starting with 'U'

184 packages · page 4 of 5

Packages

uplink With conditions
PyPI · Libraries · released Jun 2025

Uplink turns HTTP APIs into declarative Python classes using decorators and type hints, letting you build reusable API clients with minimal boilerplate.

However, the aging maintenance status means you should verify that async support and optional integrations match your needs before committing to it for a new project.

MITpure Python · 3.10+aging
190.7Kdownloads / mo
uproot Worth it
PyPI · Software Development · released Jul 2026

Uproot reads and writes ROOT files (the data format used in high-energy physics) directly in Python using NumPy, without requiring the C++ ROOT library.

Install it if you work with ROOT files or need to integrate them into Python data pipelines.

BSD-3-Clausepure Python · 3.10+
1.2Mdownloads / mo
uproot3 Skip
PyPI · Software Development · released Feb 2021

Reads and writes ROOT files (the data format used in high-energy physics) using pure Python and NumPy, without requiring the C++ ROOT library.

BSD-3-Clausepure Pythonabandoned
279.5Kdownloads / mo
uproot3-methods Skip
PyPI · Software Development · released Mar 2021

Adds physics-oriented methods to ROOT file classes, primarily TLorentzVectors and histograms, as a companion library to uproot 3.x for working with particle physics data.

BSD-3-Clausepure Pythonabandoned
279.6Kdownloads / mo
UpSetPlot With conditions
PyPI · Visualization · released Dec 2023

UpSetPlot generates visualizations of set overlaps and intersections using a matrix-based layout that scales better than Venn diagrams, backed by pandas and matplotlib.

BSD-3-Clausebuilds from sourcedormant
91.2Kdownloads / mo
upstash-ratelimit With conditions
PyPI · Libraries · released May 2024

Provides connectionless rate limiting for Python applications in serverless environments, using Redis as the backing store and supporting multiple rate-limiting algorithms.

However, maintenance is dormant—no updates since mid-2024—so you should be comfortable with a package that will not receive active development or rapid bug fixes.

MITpure Pythondormant
83.3Kdownloads / mo
upstash-redis Worth it
PyPI · Libraries · released Mar 2026

HTTP-based Redis client for Python that connects to Upstash Redis via REST API instead of TCP, designed for serverless environments like AWS Lambda and Google Cloud Functions.

Install it if you're building on serverless platforms and need Redis caching or data structures; skip it if you have persistent TCP connectivity and prefer the lower…

MITpure Python
814.7Kdownloads / mo
upstash-vector With conditions
PyPI · Libraries · released Feb 2025

Python client for Upstash Vector, a serverless vector database—upserts and queries vectors with optional metadata and data fields, supporting dense, sparse, and hybrid index types.

However, the aging maintenance status (533 days since last release) and Alpha classification warrant caution for mission-critical production systems; verify that your…

MITpure Pythonaging
354.3Kdownloads / mo
uptime With conditions
PyPI · System · released Oct 2013

Retrieves the system uptime (time since last boot) in a cross-platform way, usable as a library function or command-line tool.

BSD-3-Clausebuilds from sourcedormant
373.9Kdownloads / mo
uptime-kuma-api Worth it
PyPI · Libraries · released Sep 2023

A Python wrapper for the Uptime Kuma Socket.IO API that lets you programmatically manage monitors, configure alerts, and query uptime data from an Uptime Kuma server.

Install it if you are running Uptime Kuma 1.21.3–1.23.2 and need programmatic API access; verify first that it works with your specific Uptime Kuma version.

MITbuilds from sourcedormant
2.0Mdownloads / mo
uptime-kuma-api-v2 Worth it
PyPI · Libraries · released May 2026

Provides a Python client for the Uptime Kuma Socket.IO API, allowing programmatic control of monitors, notifications, and status checks on an Uptime Kuma server.

Install it if you need to automate Uptime Kuma operations or integrate monitoring into a larger application.

MITpure Python
84.6Kdownloads / mo
uptrace With conditions
PyPI · Monitoring · released Apr 2026

Uptrace is a thin wrapper over OpenTelemetry that exports traces, metrics, and logs to the Uptrace observability platform.

BSD-3-Clausepure Python · 3.9+
150.5Kdownloads / mo
urbanairship Worth it
PyPI · Libraries · released Jul 2026

Python library for integrating Airship's push notification, message center, email, and SMS APIs into applications.

Apache-2.0pure Python · 3.10+
146.7Kdownloads / mo
urdf-usd-converter With conditions
PyPI · Scientific/Engineering · released Aug 2026

Converts URDF robot description files into OpenUSD format, preserving visual geometry, materials, collision data, and joint definitions for use in USD-compatible applications and physics simulators.

However, it is currently Alpha software, so expect potential API changes and verify that its feature set covers your specific URDF complexity before committing to…

permissive licensepure Python
80.1Kdownloads / mo
urduhack With conditions
PyPI · Libraries · released Jul 2020

Urduhack provides NLP preprocessing, tokenization, part-of-speech tagging, and named entity recognition for Urdu text, built on TensorFlow and designed to work with Urdu language datasets.

However, verify that its TensorFlow dependencies and pre-trained models work in your environment—no active maintenance means you may need to patch compatibility…

MITpure Python · 3.6+dormant
118.2Kdownloads / mo
uri-template With conditions
PyPI · Python Modules · released Jun 2023

Expands RFC 6570 URI Templates with variable substitution, supporting extensions for nested structures, default values, partial expansion, and non-string value types.

However, do not adopt it if you need ongoing bug fixes, security patches, or support for future RFC revisions—the project is abandoned and will not receive updates.

MITpure Python · 3.7+abandoned
46.7Mdownloads / mo
uritemplate Worth it
PyPI · released Jun 2025

Expands RFC 6570 URI templates by substituting variable placeholders with provided values, producing fully-formed URIs.

Install it if you need RFC 6570 URI template expansion; it's the standard tool for this task in Python.

permissive licensepure Python · 3.9+
185.3Mdownloads / mo
uritools Worth it
PyPI · Python Modules · released Jul 2026

Parses, validates, and composes URIs and URI references according to RFC 3986, providing RFC-compliant alternatives to Python's urllib.parse module.

Install it if you parse URIs from external sources or need standards-strict URI handling; skip it if urllib.parse's quirks are acceptable for your use case.

MITpure Python · 3.10+
12.5Mdownloads / mo
url-normalize Worth it
PyPI · WWW/HTTP · released Apr 2026

Standardizes URLs to a canonical form by lowercasing schemes and hosts, removing default ports, resolving path segments, and handling internationalized domain names, ensuring equivalent URLs resolve to identical strings.

MITpure Python · 3.10+
22.4Mdownloads / mo
urlcanon Skip
PyPI · WWW/HTTP · released Jul 2019

Parses and normalizes URLs according to WHATWG browser standards, with optional SSURT serialization for sorting and prefix-matching.

Apache-2.0builds from sourceabandoned
147.6Kdownloads / mo
urlextract With conditions
PyPI · Python Modules · released Feb 2024

Extracts URLs from text by locating TLDs and expanding boundaries to find complete domain names, with optional DNS validation.

However, the last release was 897 days ago and maintenance is dormant—if you need active support or expect frequent TLD updates, verify that the cached list meets…

MITpure Pythondormant
1.2Mdownloads / mo
urllib3 Worth it
PyPI · Libraries · released May 2026

urllib3 is an HTTP client library that provides thread-safe connection pooling, SSL/TLS verification, multipart file uploads, request retries, compression support, and proxy handling for Python applications.

MITpure Python · 3.10+
1.8Bdownloads / mo
urllib3-future With conditions
PyPI · Libraries · released Jul 2026

HTTP client library supporting HTTP/1.1, HTTP/2, and HTTP/3 with both synchronous and asynchronous interfaces, connection pooling, and advanced DNS resolution options.

MITpure Python · 3.7+
2.0Mdownloads / mo
urllib3-mock Skip
PyPI · Software Development · released Apr 2015

Mocks urllib3 HTTP requests in tests by intercepting calls and returning predefined responses or callback-generated replies.

Install only if you are maintaining legacy code locked to very old dependencies and cannot migrate.

permissive licensepure Pythonabandoned
150.5Kdownloads / mo
urllib3-secure-extra Skip
PyPI · Libraries · released Aug 2022

Detects whether urllib3 was installed with the deprecated [secure] extra, providing a marker library for conditional dependency resolution.

MITpure Pythonabandoned
3.1Mdownloads / mo
URLObject Worth it
PyPI · Utilities · released Jul 2025

URLObject provides a utility class for parsing, constructing, and manipulating URLs with a clear API focused on proper method names rather than operator overloads.

Install it if you prefer a cleaner API over urllib for URL construction and inspection.

permissive licensepure Pythonaging
561.5Kdownloads / mo
urlpath With conditions
PyPI · Python Modules · released Oct 2025

URLPath extends pathlib.PurePath to treat URLs as filesystem-like objects, letting you manipulate URL components (scheme, netloc, path, query, fragment) using familiar path operations and make HTTP requests directly from URL objects.

MITpure Python · 3.9+aging
133.7Kdownloads / mo
urlpy With conditions
PyPI · WWW/HTTP · released Apr 2020

urlpy parses, normalizes, and compares URLs with support for defragmentation, parameter removal, path simplification, punycode encoding, and equivalence testing.

However, dormant maintenance (last release 2020-04-28) means you should verify compatibility with your Python version and be prepared to fork or patch if issues arise.

MITpure Pythondormant
125.1Kdownloads / mo
uroman With conditions
PyPI · Utilities · released Jun 2024

Converts text in any script to Latin alphabet romanization, supporting multiple languages with context-aware character mappings and optional language codes.

However, the dormant maintenance status (no activity for 777 days) means you should verify that its romanization rules and Unicode support remain adequate for your…

Apache-2.0pure Python · 3.10+dormant
659.1Kdownloads / mo
ursina With conditions
PyPI · Application Frameworks · released Dec 2025

Ursina is a Python game engine built on Panda3D that lets you create 3D games and interactive applications by writing Python code, with built-in support for entities, collision, input handling, and rendering.

Not recommended if you need AAA-grade performance, advanced physics, or a mature ecosystem of third-party plugins—consider Godot or Unreal for those.

permissive licensepure Python · 3.12+
131.3Kdownloads / mo
urwid Worth it
PyPI · Python Modules · released Aug 2026

Urwid is a Python console UI library that lets you build text-based applications with widgets, event loops, and display modes for Linux, macOS, and limited Windows support.

Install it if you need to build a non-trivial console UI; for simple output, consider lighter alternatives.

LGPL-2.1-onlypure Python · 3.9.0+
6.8Mdownloads / mo
urwid-readline With conditions
PyPI · Software Development · released Sep 2024

Adds readline-style keyboard shortcuts to urwid text input widgets, enabling familiar line-editing commands like Ctrl+A, Ctrl+K, and word navigation within terminal UI applications.

MITbuilds from sourceaging
405.4Kdownloads / mo
us Worth it
PyPI · Utilities · released Jul 2024

Provides structured access to US state and territory metadata including postal abbreviations, FIPS codes, capitals, time zones, and shapefile URLs for geographic regions.

Install it if you need reliable US state metadata or geographic lookups.

license unclearpure Python · 3.8+
2.4Mdownloads / mo
usaddress With conditions
PyPI · Scientific/Engineering · released Aug 2025

usaddress parses unstructured US address strings into labeled components using a probabilistic model trained on conditional random fields, handling ambiguous cases where rule-based parsers fail.

MITpure Python · 3.9+aging
5.2Mdownloads / mo
usaddress-scourgify Worth it
PyPI · Text Processing · released Aug 2026

Cleans and normalizes US addresses to USPS and RESO standards, converting them to a consistent dictionary format with uppercase fields and standardized abbreviations.

However, verify the license status before production use, as it is currently marked unclear in the metadata.

license unclearpure Python
2.1Mdownloads / mo
usb-devices With conditions
PyPI · Libraries · released May 2026

Maps, describes, and resets USB devices on a system, providing access to device metadata like manufacturer, product ID, and vendor ID.

MITpure Python
673.2Kdownloads / mo
usd-core With conditions
PyPI · Graphics · released Jul 2026

Provides Pixar's Universal Scene Description (USD) core libraries for encoding, storing, and exchanging 3D geometry, shading, and lighting data between content creation applications.

license unclearcompiled wheel
2.1Mdownloads / mo
usd-exchange With conditions
PyPI · Graphics · released May 2026

Provides higher-level convenience functions and tools for designing, building, and testing USD I/O solutions that map native data sources to OpenUSD-legible data models.

Not recommended for general-purpose Python work.

Apache-2.0compiled wheel
75.1Kdownloads / mo
usearch Worth it
PyPI · Artificial Intelligence · released Jul 2026

USearch provides approximate nearest-neighbor vector search using HNSW indexing, supporting custom metrics, multiple data types, and on-disk index serving without loading into RAM.

permissive licensecompiled wheel · 3.10+
486.1Kdownloads / mo
useful-types With conditions
PyPI · Software Development · released Apr 2024

Provides reusable type protocols and aliases for Python projects to avoid repetitive type definition across codebases.

license unclearpure Python · 3.8+
306.7Kdownloads / mo