Name | HoloViro JSON |
Version |
0.1.0
JSON |
| download |
home_page | None |
Summary | Thread-safe, singleton virtual environment manager for rapid code generation, safe pip installs, and sandboxed Python automation. |
upload_time | 2025-08-06 01:54:30 |
maintainer | None |
docs_url | None |
author | Tristan McBride Sr. |
requires_python | >=3.10 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
---
# 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
1. **Instantiate HoloViro** in your codebase.
2. **Set your environment directory**—or let HoloViro auto-create one.
3. **Install packages, extract code, and save scripts** with simple method calls.
4. **Import and run modules** safely, in their own environment.
5. **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](https://github.com/TristanMcBrideSr/TechBook).
---
## License
This project is licensed under the [Apache License, Version 2.0](LICENSE).
Copyright 2025 Tristan McBride Sr.
---
## Acknowledgements
Project by:
- Tristan McBride Sr.
- Sybil
Raw data
{
"_id": null,
"home_page": null,
"name": "HoloViro",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Tristan McBride Sr.",
"author_email": "\"Tristan McBride Sr.\" <142635792+TristanMcBrideSr@users.noreply.github.com>",
"download_url": "https://files.pythonhosted.org/packages/ce/cc/771b0030734ff3bbf9a6b57c91cd0454ccfef1b8c13f33ada00709ee850b/holoviro-0.1.0.tar.gz",
"platform": null,
"description": "\ufeff\r\n---\r\n\r\n# HoloViro\r\n\r\n## Overview\r\n\r\n**HoloViro** is a modern, thread-safe virtual environment manager and code sandbox for Python projects.\r\nIt streamlines the creation, management, and usage of isolated Python environments\u2014making it easy to install packages, import modules, and run generated code on the fly.\r\nPerfect for dynamic AI projects, code generation workflows, modular agent frameworks, and rapid prototyping.\r\n\r\n**Highlights:**\r\n\r\n* **Instant venv creation:** Effortlessly create and manage project-specific virtual environments.\r\n* **Safe, isolated installs:** Pip install and import any package into a dedicated venv\u2014no polluting your global Python.\r\n* **Code management:** Extract, save, and reformat Python code, ready for execution or external editing.\r\n* **Clipboard & Notepad automation:** Quickly transfer and edit generated code via clipboard and notepad integration.\r\n* **Singleton design:** One unified instance handles all operations, safely and efficiently.\r\n\r\n---\r\n\r\n## Why HoloViro?\r\n\r\nModern development demands quick, safe, and repeatable environments\u2014especially when running generated or third-party code.\r\n**HoloViro** is purpose-built for:\r\n\r\n* Instantly spinning up or reusing venvs for new skills, tools, and agents.\r\n* Sandboxing package installs and imports with zero global impact.\r\n* Extracting and saving code blocks from any source for quick testing.\r\n* Automated clipboard handling and code editing for agent-driven dev.\r\n\r\n---\r\n\r\n## Key Features\r\n\r\n* **Unified venv lifecycle:** Create, activate, and manage virtual environments with a single class.\r\n* **Automated pip installs:** Install packages programmatically, only if missing.\r\n* **Dynamic importing:** Load modules straight from venv\u2014no sys.path headaches.\r\n* **Flexible code extraction:** Pull code blocks from markdown, scripts, or raw text.\r\n* **Notepad/clipboard workflow:** Paste code instantly into Notepad for quick review or edits.\r\n* **Thread-safe singleton:** Reliable, centralized, and ready for automation pipelines.\r\n\r\n---\r\n\r\n## How It Works\r\n\r\n1. **Instantiate HoloViro** in your codebase.\r\n2. **Set your environment directory**\u2014or let HoloViro auto-create one.\r\n3. **Install packages, extract code, and save scripts** with simple method calls.\r\n4. **Import and run modules** safely, in their own environment.\r\n5. **Paste generated code** to Notepad in one line\u2014perfect for rapid AI/agent dev.\r\n\r\n---\r\n\r\n## FAQ\r\n\r\n**Q: Does HoloViro modify my global Python environment?**\r\nA: No. All installs, imports, and code runs happen in a dedicated venv.\r\n\r\n**Q: Can I use HoloViro in agent/AI workflows?**\r\nA: Absolutely. It\u2019s designed for automation, safety, and modularity.\r\n\r\n**Q: Does it require a GUI?**\r\nA: Clipboard and Notepad features are Windows-centric, but venv management works everywhere.\r\n\r\n**Q: Where can I find examples?**\r\nA: See code examples on my [GitHub repository](https://github.com/TristanMcBrideSr/TechBook).\r\n\r\n---\r\n\r\n## License\r\n\r\nThis project is licensed under the [Apache License, Version 2.0](LICENSE).\r\nCopyright 2025 Tristan McBride Sr.\r\n\r\n---\r\n\r\n## Acknowledgements\r\n\r\nProject by:\r\n- Tristan McBride Sr.\r\n- Sybil\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Thread-safe, singleton virtual environment manager for rapid code generation, safe pip installs, and sandboxed Python automation.",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/TristanMcBrideSr"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "69e0a5efad012c151f08af1555a0c5dcc4dfdf13c6cdf57c6e625039f7ffc5b9",
"md5": "5081fb35896775cd7e453188db22855a",
"sha256": "2f237c96fbc79c11fc410d4b023df6c2c185f7d977b8e18def77456098164de9"
},
"downloads": -1,
"filename": "holoviro-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5081fb35896775cd7e453188db22855a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 5805,
"upload_time": "2025-08-06T01:54:29",
"upload_time_iso_8601": "2025-08-06T01:54:29.340879Z",
"url": "https://files.pythonhosted.org/packages/69/e0/a5efad012c151f08af1555a0c5dcc4dfdf13c6cdf57c6e625039f7ffc5b9/holoviro-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cecc771b0030734ff3bbf9a6b57c91cd0454ccfef1b8c13f33ada00709ee850b",
"md5": "4705007a7b074a5de06349ed7e2570de",
"sha256": "5eb1094f83c09ddcb32b5d5dc771ae53f06c80ad155c4bcbd8b4dea1581ad8c0"
},
"downloads": -1,
"filename": "holoviro-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "4705007a7b074a5de06349ed7e2570de",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 5597,
"upload_time": "2025-08-06T01:54:30",
"upload_time_iso_8601": "2025-08-06T01:54:30.648509Z",
"url": "https://files.pythonhosted.org/packages/ce/cc/771b0030734ff3bbf9a6b57c91cd0454ccfef1b8c13f33ada00709ee850b/holoviro-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-06 01:54:30",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "holoviro"
}