A repo where I present some of my Python scripts.
Python 3.10 or newer is required (find it at Python.org or use pyenv).
poetry is recommended to use in this project, as the following examples assume that poetry is already installed.
You can also run this command in the root directory
poetry install
Run the following command in the tests/
directory
poetry run pytest
As the repo's Read the Doc site is to be updated, please kindly use the docstring within scripts instead.
Contributions are always welcome!
Send your ideas to the Issues or Discussions section, or even make a new PR.
- Add a CONTRIBUTING file
- Add a README file for subpackages
- Add documentation to the repo's Read the Doc site
- Implement GitHub Actions in production (e.g. Dependabot)
👤 Minh Tran
Copyright © 2021 Minh Tran.