Utility modules for the DotBot / PyDotBot Python ecosystem.
PyDotBot-utils provides core utilities and helper modules used by the
DotBot / PyDotBot libraries and tools.
It supports core functionality and reduces duplication across DotBot-related
Python packages.
Clone the repository directly from GitHub:
git clone https://github.com/DotBots/PyDotBot-utils.gitSimply install using pip:
pip install pydotbot-utilsPyDotBot-utils uses the hatch project manager.
- Install hatch using pip:
pip install hatch
- Run the test suite:
hatch test .
- Run linters:
hatch fmt
This project is published under the terms of the BSD-3-Clause license.