This page describes how to set up a development environment for the project.
Install the poetry dotenv plugin:
poetry self add poetry-dotenv-plugin
To run the project, use the following command:
poetry run python -m llm4data
- Run
make format
to format the code - Run
make lint
to lint the code - Sign-off commits with
git commit -s
To publish to PyPI, use the following command:
poetry publish --build
To publish to TestPyPI, use the following command:
poetry publish --build --repository testpypi
To publish to GitHub Packages, use the following command:
poetry publish --build --repository gh-package