Roulbac/uv-func
A Python decorator to run functions in isolated virtual environments bootstrapped by 'uv'
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.
Stars
11
Forks
—
Language
Python
License
MIT
Category
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.
Higher-rated alternatives
qualcomm/ai-hub-models
Qualcomm® AI Hub Models is our collection of state-of-the-art machine learning models optimized...
petuum/adaptdl
Resource-adaptive cluster scheduler for deep learning training.
zszazi/Deep-learning-in-cloud
List of Deep Learning Cloud Providers
lincc-frameworks/hyrax
Hyrax - A low-code framework for rapid experimentation with ML & unsupervised discovery in astronomy
intel/ai-reference-models
Intel® AI Reference Models: contains Intel optimizations for running deep learning workloads on...