Metadata-Version: 2.1
Name: eventum-cli
Version: 1.0.13
Summary: Command line interface for Eventum
Home-page: https://github.com/Eventum-Generatives/EventumCLI
License: Apache-2.0
Keywords: generator,testing,data,cli
Author: Nikita Reznikov
Author-email: nikita.reznikov.public@mail.ru
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Traffic Generation
Requires-Dist: alive-progress (>=3.1.5,<4.0.0)
Requires-Dist: eventum-content-manager (>=1.0.7,<2.0.0)
Requires-Dist: eventum-core (>=1.0.7,<2.0.0)
Requires-Dist: jinja2 (>=3.1.4,<4.0.0)
Requires-Dist: keyring (>=24.3.1,<25.0.0)
Requires-Dist: keyrings-cryptfile (>=1.3.9,<2.0.0)
Requires-Dist: pwinput (>=1.0.3,<2.0.0)
Requires-Dist: pydantic (>=2.7.2,<3.0.0)
Project-URL: Documentation, https://eventum-generatives.github.io/Website/
Project-URL: Repository, https://github.com/Eventum-Generatives/EventumCLI
Description-Content-Type: text/markdown

# EventumCLI
Command line interface for Eventum

## Overview
Eventum CLI provides command line interface to run instances of generator.

## Installation

Using PipX (recommended):
```bash
pipx install eventum-cli
```

Using Pip:
```bash
pip install eventum-cli
```

## Usage

To run single instance:
```bash
eventum -t <time mode> -c <config file> [-p <parameters> -s <settings> -v]
```

To run multiple instances using compose file:
```bash
eventum-compose -c <compose config file>
```

See more about configuring and running Eventum here: https://eventum-generatives.github.io/Website/docs/configuring/config_file/

