Contributing
spacytextblob is happy to accept contributions from the community. Please review the guidelines below.
Development environment
uv
uv
is used to manage python dependencies. Run the following to install uv
:
just
just
is used to run scripts. See the just docs for instructions on how to install: https://github.com/casey/just.
Code formatting
Testing
Please validate that all tests pass before submitting a PR by running:
# Test against the latest supported version of Python
just test
# Tet against all supported versions of Python
just test-matrix
Docs
To build the docs and visually inspect the docs please run: