Development#
Info
This project is open-source and it is run without any funding. It relies entirely on the good will of the maintainers and their limited free time. Please, feel free to do a PR doing any feature you may want.
This section is intended for anyone who wants to get involve on the development of the library. All PR are welcome! The only requisite is that the code is clear enough, has a well-defined goal, and it has the corresponding testing (whenever possible). Maintainers are more than welcome to help with anything you need .
Although, we highly encourage to read the conventions section, here there is a brief resume of what you need to do to submit a successful pull request.
Note
You need to have already installed in your computer python
, docker
and poetry
at least.
- Fork the project.
- Develop the code: code + tests.
- Document the feature/change.
- To run the tests:
invoke tests
. - If everything went okey, submit it for code review.
Tip
Usually code review will take from a day to a few weeks. In case you want to use what you have already develop, you should look at poetry repositories.