Bootstrap your application and emit a Main event to ModuVent.
Project description
Ventrun
Bootstrap your application and emit a Main event to ModuVent.
Overview
Ventrun is a Python library and command-line tool that provides an event-driven framework for registering and executing main program entry points. Built on top of the moduvent event system, it automatically discovers and runs registered events from your project modules, making application initialization and execution more organized and maintainable.
Features
-
Automatic Module Discovery: Scans your project directory and automatically loads Python modules
-
Event-Driven Architecture: Register main entry points as events using a simple decorator
-
Dual Interface: Use as both a command-line tool and a Python library
-
Flexible Path Handling: Works with both absolute and relative paths, with current directory as default
-
Verbose Logging: Optional verbose output for debugging and monitoring
Installation
pip install ventrun
Quick Start
As a Command-Line Tool
# Scan current directory
ventrun
# Scan specific project directory
ventrun /path/to/your/project
# Enable verbose output
ventrun -v /path/to/your/project
As a Python Library
from moduvent import subscribe
from ventrun import Main
@subscribe(Main)
def main(e):
print("Hello, world!")
For more information about moduvent, see the moduvent documentation.
License
MIT License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file ventrun-1.2.tar.gz.
File metadata
- Download URL: ventrun-1.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17ab1c20042ff123a19f9dfb174b2076acffe4c4295d8a4078e7d3d94e6dd1ac
|
|
| MD5 |
319eaa2038bc7a41d650eb5131c7fd66
|
|
| BLAKE2b-256 |
d18e891bdc4e4696e3cee1aa658cd8ca8258a792df107ba8450f7cfee5bb01f8
|
File details
Details for the file ventrun-1.2-py3-none-any.whl.
File metadata
- Download URL: ventrun-1.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cb8a545d2f699b0a6d9c724928a4670ef32ef644dcc02da05f440f0de8f093e
|
|
| MD5 |
e0e4b2fae3bd9507367752109c9ab347
|
|
| BLAKE2b-256 |
73902d2f96f254d478319334359d9eedf501787b9feba11640a10722d92c8e50
|