Interested in helping out? I'd love to have your help!
You can help by:
- Reporting a bug.
- Adding or editing documentation.
- Contributing code via a Pull Request.
- Write a blog post or spread the word about
tabula-pyto people who might be able to benefit from using it.
If you want to become a contributor, you can install dependency after cloning the repo as follows:
pip install -e .[dev, test]
pip install noxFor running tests and linter, run nox command.
nox .You can build document on your environment as follows:
pip install -e .[doc]
cd docs && make htmlThe documentation source is under docs/ directory and the document is published on Read the Docs automatically.