Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.
You can contribute by reporting bugs, fixing bugs, implementing features, writing documentation and submitting feedback.
We use pip
to manage the dependencies.
To prepare the development environment,
make dev-install
After installation you may execute code formatting.
make format
This would run black and isort.
Many checks are configured for this project.
Command make type-safety
will check static type checking.
Command make pre-commit
will check commit readiness.
Command make check-safety
command will look at the security of your code.
Comand make lint
applies all checks.
Before submitting your code please do the following steps:
- Add any changes you want
- Add tests for the new changes
- Edit documentation if you have changed something significant
- Run
make lint
to ensure that formatting, types, security and docstrings are okay.
You can contribute by spreading a word about this library. It would also be a huge contribution to write a short article on how you are using this project. You can also share your best practices with us.