This project uses Poetry for package management. To install the project, first install Poetry. Then, in the project root directory, run:
poetry install
This will install all the project dependencies.
To use the CLI tool, run the cli_tool.py
script in the clrfy
directory:
python clrfy/cli_tool.py
To run the tests, use the following command:
poetry run pytest
Contributions are welcome. Please submit a pull request.
This project is licensed under the terms of the MIT license.