$npx skillfedfor your agent

Packages starting with 'U'

184 packages · page 5 of 5

Packages

user-agent With conditions
PyPI · Python Modules · released Sep 2025

Generates random, valid web user agent strings for HTTP headers and browser navigator objects across multiple operating systems and browsers.

However, be aware that maintenance is aging (338 days since last release) and the user agent database may not reflect the latest browser versions—verify that…

MITpure Python · 2.7+aging
315.9Kdownloads / mo
user-agents With conditions
PyPI · Python Modules · released Aug 2020

Parses browser user agent strings to identify device type (mobile, tablet, PC), detect touch capabilities, and extract browser and OS information.

However, do not install if you require current detection of recent devices, browsers, or user agent formats—the package is abandoned and will not track new user agents.

MITpure Pythonabandoned
11.6Mdownloads / mo
userpath With conditions
PyPI · Utilities · released Feb 2024

Modifies a user's PATH environment variable by appending or prepending directories, with verification and shell-restart detection across platforms.

However, the 897-day gap since the last release suggests it is no longer actively maintained; use it for straightforward PATH manipulation but do not expect updates…

MITpure Python · 3.7+dormant
27.5Mdownloads / mo
usort Worth it
PyPI · Software Development · released Jan 2026

μsort sorts Python imports within detected blocks while preserving code safety by avoiding reordering across statements that separate import groups.

MITpure Python · 3.10+
2.5Mdownloads / mo
uszipcode With conditions
PyPI · Database · released Jan 2022

Provides programmable access to a database of 42,724 US zipcodes with census demographics, geography, housing, employment, and income data.

Suitable for reference applications, historical analysis, or prototyping; not for production systems requiring fresh demographic data.

MITpure Pythonabandoned
996.2Kdownloads / mo
utide With conditions
PyPI · Scientific/Engineering · released Apr 2025

UTide performs tidal analysis and prediction on time series data, decomposing water velocity or elevation into tidal constituents and reconstructing predictions from those coefficients.

However, verify that the specific functionality you need is implemented—the documentation notes that some Matlab features are not yet available, and the API differs…

permissive licensepure Python · 3.9+
118.5Kdownloads / mo
utils Skip
PyPI · Libraries · released Jan 2024

Provides a collection of utility functions and classes for common programming tasks—enums, date/time periods, dictionary operations, list flattening, and object manipulation.

Install only if maintaining legacy code that already depends on it.

LGPL-3.0-or-laterbuilds from source · 3.6+dormant
599.0Kdownloads / mo
utilsforecast Worth it
PyPI · Scientific/Engineering · released Apr 2026

Provides utilities for time-series forecasting workflows, including synthetic data generation, visualization, preprocessing (gap-filling), and evaluation metrics.

Apache-2.0pure Python · 3.10+
2.2Mdownloads / mo
utm Worth it
PyPI · GIS · released Jul 2026

Converts between latitude/longitude coordinates and Universal Transverse Mercator (UTM) grid references in both directions, with support for NumPy arrays.

MITpure Python · 3.10+
1.1Mdownloads / mo
uuid Skip
PyPI · Software Development · released May 2007

Provides UUID object creation and RFC 4122-compliant unique identifier generation for Python applications.

license unclearbuilds from sourceabandoned
2.9Mdownloads / mo
uuid-extension With conditions
PyPI · Software Development · released Jul 2025

Generates UUID version 7 identifiers—time-ordered, RFC-compliant UUIDs that encode a timestamp and support optional monotonic counters for database-friendly ID generation.

However, the aging maintenance status (389 days since release, no recent commits visible) and unclear license metadata warrant a quick check before adopting in…

license unclearpure Python · 3.8+aging
79.4Kdownloads / mo
uuid-utils With conditions
PyPI · released Jul 2026

Fast UUID generation and manipulation for all standard UUID versions (1, 3, 4, 5, 6, 7, 8), implemented in Rust with an API compatible with Python's standard uuid module.

BSD-3-Clausecompiled wheel · 3.10+
80.4Mdownloads / mo
uuid-v7 With conditions
PyPI · Software Development · released Feb 2024

Generates UUID v7 and v6 identifiers, extending Python's built-in uuid module with time-based and sortable UUID variants.

However, verify the license before use in proprietary code, and note that the package is dormant—no updates are expected.

license unclearpure Python · 3.10+dormant
92.2Kdownloads / mo
uuid6 Worth it
PyPI · Database · released Jul 2025

Generates time-based UUID formats (versions 6, 7, and 8) optimized for use as database keys, extending Python's standard UUID class with RFC 9562 compliant functions.

Install it if you generate UUIDs for database keys and want better index locality than random UUIDs provide.

MITpure Python · 3.9+
18.0Mdownloads / mo
uuid7 With conditions
PyPI · Software Development · released Dec 2021

Generates version 7 UUIDs that are time-sortable with chronological ordering and include randomness for uniqueness.

However, verify that RFC4122 version 7 adoption aligns with your infrastructure's UUID support before committing to it as a primary identifier scheme.

MITpure Python · 3.7+dormant
14.6Mdownloads / mo
uuid7-standard With conditions
PyPI · Python Modules · released Jul 2025

Generates and parses UUIDv7 identifiers with embedded creation timestamps, following the final RFC 9562 specification and providing Python datetime integration.

MITpure Python · 3.8+aging
155.2Kdownloads / mo
uv-build With conditions
PyPI · Libraries · released Aug 2026

uv-build is a build backend that integrates uv's fast dependency resolution into Python project builds.

MIT OR Apache-2.0compiled wheel · 3.8+
32.2Mdownloads / mo
uv-dynamic-versioning Worth it
PyPI · Build Tools · released Mar 2026

A Hatch plugin that automatically derives package versions from VCS tags and can dynamically set dependencies based on version information, designed for use with uv and hatch build systems.

Install it if you use Hatch and want to automate versioning from git tags or manage dynamic dependencies in a monorepo.

MITpure Python
8.6Mdownloads / mo
uv-secure Skip
PyPI · Libraries · released Apr 2026

Scans uv.lock, pylock.toml, and requirements.txt files for known vulnerabilities in PyPI dependencies by querying the PyPI API.

MITpure Python · 3.10+abandoned
164.3Kdownloads / mo
uv-sort Worth it
PyPI · Build Tools · released Jun 2026

Alphabetically sorts dependencies in uv's pyproject.toml configuration files across dependency-groups, project.dependencies, optional-dependencies, dev-dependencies, and sources sections.

Install it if you use uv and want to enforce alphabetical dependency ordering in your projects—or use uvx to run it on demand without installation.

MITpure Python · 3.10+
220.0Kdownloads / mo
uvicorn Worth it
PyPI · WWW/HTTP · released Aug 2026

Uvicorn is an ASGI web server that runs async Python web applications, supporting HTTP/1.1 and WebSockets over a minimal pure-Python core.

Install it if you are building or deploying an ASGI application; it is the expected choice for that use case.

BSD-3-Clausepure Python · 3.10+
609.5Mdownloads / mo
uvicorn-worker With conditions
PyPI · Dynamic Content · released Sep 2025

Integrates Uvicorn's ASGI server with Gunicorn's process manager, allowing you to run ASGI applications under Gunicorn's worker model with dynamic scaling and graceful restarts.

However, maintenance is aging (no releases in 328 days), so evaluate whether the lack of recent updates poses a risk for your deployment timeline.

BSD-3-Clausepure Python · 3.9+aging
9.6Mdownloads / mo
uvloop With conditions
PyPI · Networking · released Oct 2025

uvloop is a drop-in replacement for Python's built-in asyncio event loop, implemented in Cython and using libuv, that accelerates async I/O operations.

Apache-2.0compiled wheel · 3.8.1+
257.9Mdownloads / mo
uwsgitop With conditions
PyPI · Monitoring · released Apr 2024

A terminal monitoring tool that connects to uWSGI's stats server and displays real-time worker metrics in a top-like interface.

However, dormant maintenance (last release 865 days ago) and high install friction mean verify compatibility with your Python version and uWSGI release before relying…

permissive licensebuilds from sourcedormant
221.4Kdownloads / mo