Skip to main content

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

ventrun-1.8.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ventrun-1.8-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file ventrun-1.8.tar.gz.

File metadata

  • Download URL: ventrun-1.8.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.2

File hashes

Hashes for ventrun-1.8.tar.gz
Algorithm Hash digest
SHA256 3e34f82de6ef652b9c3dd15a02d6fb2b0cda40a4104ac41ed52d8fccbb7aca2f
MD5 7ce4f1ba20a6083a479e895a0e19709b
BLAKE2b-256 59a255df7965f2abf609b97e0b3b05a063e6105bc2fb5ff0e588d6952af3395b

See more details on using hashes here.

File details

Details for the file ventrun-1.8-py3-none-any.whl.

File metadata

  • Download URL: ventrun-1.8-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.2

File hashes

Hashes for ventrun-1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 3ffbad505407698f7660bd71522a8cfbefa925facb370cca91265f66d4a55088
MD5 63abd8b261711379eb9a3c787a675196
BLAKE2b-256 24c368fb5c276d3f94ae6a2f66fbfd79b536dfd8f0f5409d1bf5760e12a99ac2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page