Hybrid bundler for Python and Node.js projects
Project description
Zollo
Hybrid bundler for Python and Node.js projects
Zollo is a Python-based CLI tool that can bundle user Python scripts and Node.js projects into a single build output. It’s perfect for hybrid projects that use both Python backend and Node frontend code.
Features
- Automatically detects and bundles Python scripts from
py/Zollo/backend/files/py/ - Bundles Node.js projects from
node/Zollo/frontend/files/js/ - CLI commands:
bundle,unhide,clean - Supports hidden build output for secure packaging
Installation & Usage
# Clone the repository
git clone https://github.com/sussybocca/Zollo.git
cd Zollo
# Create virtual environment
python -m venv .venv
.venv\Scripts\Activate.ps1 # Windows PowerShell
# or
source .venv/bin/activate # macOS/Linux
# Install editable package
pip install -e .
# Usage
# Show help
zollo --help
# Bundle Python and Node files
zollo bundle
# Unhide the build output folder
zollo unhide
# Clean the build output
zollo clean
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zollo-0.1.0.tar.gz
(3.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
zollo-0.1.0-py3-none-any.whl
(4.6 kB
view details)
File details
Details for the file zollo-0.1.0.tar.gz.
File metadata
- Download URL: zollo-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40621e1fbfe6575e62adf2424aded8aaee84d1d53cdb2906e09b80d1ae84c73a
|
|
| MD5 |
710f4dfde59c12f2a8a41b992e58f942
|
|
| BLAKE2b-256 |
b4748ce51461812e3525249ccaf5a40b96424d1a18a482f28adb64bf3639f62e
|
File details
Details for the file zollo-0.1.0-py3-none-any.whl.
File metadata
- Download URL: zollo-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54724d9ae9ae6152267f2a3e0b69923932a431a0c99e99e7add3da75b9e2df36
|
|
| MD5 |
aeaed5dac3d6fbe72a153deb3cef510b
|
|
| BLAKE2b-256 |
2a2bd22a0ae6597051cd85b9b1799c690ebaf7346b67a81ce5923fe9ad90a56d
|