Toolkit for python code lint/test/bump ...
Source Code: https://github.com/waketzheng/fast-dev-cli
Python 3.11+
$ pip install "fast-dev-cli[all]"
---> 100%
Successfully installed fast-dev-cli
- Lint py code:
fast lint /path/to/file-or-directory
- Bump up version in pyproject.toml
fast bump
- Run unittest and report coverage
fast test
- Export requirement file and install
pip install -r
fast sync
- Upgrade main/dev dependencies to latest version
fast upgrade