- install requirements:
pip install -r requirements.txt,pip install -r requirements_dev.txt - install project as package:
pip install -e . - run typing check:
mypy src - run format check:
flake8 src - run tests:
pytest - auto generate modules .rst:
sphinx-apidoc -o .\docs\source .\src\auto_control_tools\ -f - build docs locally:
sphinx-build -b html .\docs\source\ .\rtd_build\
-
Notifications
You must be signed in to change notification settings - Fork 0
License
luizn22/auto-control-tools
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published