HoloViro
Overview
HoloViro is a modern, thread-safe virtual environment manager and code sandbox for Python projects. It streamlines the creation, management, and usage of isolated Python environments—making it easy to install packages, import modules, and run generated code on the fly. Perfect for dynamic AI projects, code generation workflows, modular agent frameworks, and rapid prototyping.
Highlights:
- Instant venv creation: Effortlessly create and manage project-specific virtual environments.
- Safe, isolated installs: Pip install and import any package into a dedicated venv—no polluting your global Python.
- Code management: Extract, save, and reformat Python code, ready for execution or external editing.
- Clipboard & Notepad automation: Quickly transfer and edit generated code via clipboard and notepad integration.
- Singleton design: One unified instance handles all operations, safely and efficiently.
Why HoloViro?
Modern development demands quick, safe, and repeatable environments—especially when running generated or third-party code. HoloViro is purpose-built for:
- Instantly spinning up or reusing venvs for new skills, tools, and agents.
- Sandboxing package installs and imports with zero global impact.
- Extracting and saving code blocks from any source for quick testing.
- Automated clipboard handling and code editing for agent-driven dev.
Key Features
- Unified venv lifecycle: Create, activate, and manage virtual environments with a single class.
- Automated pip installs: Install packages programmatically, only if missing.
- Dynamic importing: Load modules straight from venv—no sys.path headaches.
- Flexible code extraction: Pull code blocks from markdown, scripts, or raw text.
- Notepad/clipboard workflow: Paste code instantly into Notepad for quick review or edits.
- Thread-safe singleton: Reliable, centralized, and ready for automation pipelines.
How It Works
- Instantiate HoloViro in your codebase.
- Set your environment directory—or let HoloViro auto-create one.
- Install packages, extract code, and save scripts with simple method calls.
- Import and run modules safely, in their own environment.
- Paste generated code to Notepad in one line—perfect for rapid AI/agent dev.
FAQ
Q: Does HoloViro modify my global Python environment? A: No. All installs, imports, and code runs happen in a dedicated venv.
Q: Can I use HoloViro in agent/AI workflows? A: Absolutely. It’s designed for automation, safety, and modularity.
Q: Does it require a GUI? A: Clipboard and Notepad features are Windows-centric, but venv management works everywhere.
Q: Where can I find examples? A: See code examples on my GitHub repository.
License
This project is licensed under the Apache License, Version 2.0. Copyright 2025 Tristan McBride Sr.
Authors
- Tristan McBride Sr.
- Sybil
Release files for HoloViro 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| holoviro-0.1.6.tar.gz | 9.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| holoviro-0.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.9 kB
Release files / holoviro-0.1.6.tar.gz
| Download URL | holoviro-0.1.6.tar.gz |
|---|---|
| Size | 9.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1e5319d841d7a685928673006f36ef31265cb07b122102d9642ebae190a1ea63
|
|
BLAKE2b-256 checksum How to use checksums |
3968c1bf704595481ec7b84a018516b8c977e35138fdc5bfb736b235646680fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.3
|
Release files / holoviro-0.1.6-py3-none-any.whl
| Download URL | holoviro-0.1.6-py3-none-any.whl |
|---|---|
| Size | 10.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6585adb93087b69ad9fa84c7c435df638e6d1dd41ea659fe6290de20129ebd23
|
|
BLAKE2b-256 checksum How to use checksums |
01bbaa437bd76555f9b36884c42dc3ef73adcfdae41139ab929f685ab2200fdb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.3
|