The Ultimate Python Dependency Resolver. One environment. Infinite packages. Zero conflicts.
copied from cf-post-staging / omnipkgOmnipkg is a next-generation Python dependency manager that solves the classic problems of pip, conda, and Docker by enabling multiple package versions and Python interpreters to coexist in a single environment. Key features: • Dynamic version switching: swap between NumPy, TensorFlow, or any package mid-script. • Multi-interpreter freedom: run Python 3.8, 3.11, and beyond in one process. • Auto-healing: automatically detect and fix broken dependencies at runtime. • Bubble isolation: install conflicting versions side by side without virtualenvs. • SQLite/Redis intelligence: instant lookups, conflict resolution, and rollback. Omnipkg is designed for researchers, quants, and engineers who demand speed, reproducibility, and zero-friction workflows across complex dependency stacks. It provides a robust alternative to pipx, uv, poetry, and Docker, all in one tool. Optional: omnipkg can use Redis (v5.0+) for improved speed.