This package serves as the Command Line Interface (CLI) and the central coordinator for the OmopCloudEtl ecosystem.
- Python 3.10+
- Poetry
- Clone the repository:
git clone https://github.com/example/example.git cd my_python_project - Install dependencies:
poetry install
- Run the linter:
poetry run pre-commit run --all-files
- Run the tests:
poetry run pytest