Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 509 Bytes

File metadata and controls

35 lines (23 loc) · 509 Bytes

Contributing

We welcome any contribution. If you plan to add a bigger change, please get in touch with the maintainer first.

Development

This project uses Hatch for development management.

Install initial requirements

pip install -r requirements.txt

Running tests

Package tests

hatch run test:test

Code style tests

hatch run lint:style
hatch run lint:typing

Building the package

hatch build