Roulbac/uv-func

A Python decorator to run functions in isolated virtual environments bootstrapped by 'uv'

30
/ 100
Emerging

This tool helps Python developers manage complex software projects where different parts of their code need conflicting versions of libraries or very heavy dependencies like PyTorch or TensorFlow. Developers can define specific library versions for individual functions, ensuring each function runs in its own isolated environment. It takes a Python function and a list of its required libraries, and outputs the result of that function, safely separated from the rest of the program.

Use this if you are a Python developer dealing with dependency conflicts, needing to use multiple versions of the same library in one application, or wanting to isolate large dependencies to specific functions.

Not ideal if your project is simple with few dependencies, or if your function inputs/outputs involve complex, non-serializable Python objects like database connections or custom class instances.

Python development dependency management software architecture data science infrastructure library versioning
No Package No Dependents
Maintenance 10 / 25
Adoption 5 / 25
Maturity 15 / 25
Community 0 / 25

How are scores calculated?

Stars

11

Forks

Language

Python

License

MIT

Last pushed

Mar 11, 2026

Commits (30d)

0

Get this data via API

curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Roulbac/uv-func"

Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.