Python project development tool.
Project description
Toolkit for python code lint/test/bump ...
Source Code: https://github.com/waketzheng/fast-dev-cli
English | 中文
Requirements
Python 3.9+
Features
- Support poetry/pdm/uv
- Support Windows/MacOS/Linux
Installation
pip install fast-dev-cli
Will install: fast-dev-cli emoji typer ruff mypy bumpversion2 pytest coverage
Usage
- Lint py code:
fast lint [/path/to/file-or-directory]
- Check only
fast check
- Bump up version in pyproject.toml
fast bump patch # 0.1.0 -> 0.1.1
fast bump minor # 0.1.0 -> 0.2.0
fast bump major # 0.1.0 -> 1.0.0
fast bump <part> --commit # bump version and run `git commit`
- Run unittest and report coverage
fast test
- Export requirement file and install
pip install -r
fast sync
- Upgrade main/dev dependencies to latest version (only for poetry project)
fast upgrade
- Start a fastapi server in development mode
fast dev
- Publish to pypi
fast upload
Note: all command support the --dry option
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fastdevcli_slim-0.16.1.tar.gz
(30.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fastdevcli_slim-0.16.1.tar.gz.
File metadata
- Download URL: fastdevcli_slim-0.16.1.tar.gz
- Upload date:
- Size: 30.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e9be86603755495f58412c3cb22291790ebe570584ad1b97b95056cec092bd9
|
|
| MD5 |
6d5259f21e6b01557f66d67793e65f08
|
|
| BLAKE2b-256 |
42936f5daa1a740df22565fd64ae3f6f4546100f597ff4a46a87670483ad4c46
|
File details
Details for the file fastdevcli_slim-0.16.1-py3-none-any.whl.
File metadata
- Download URL: fastdevcli_slim-0.16.1-py3-none-any.whl
- Upload date:
- Size: 33.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c83c155b90369254e451112aa9b6395d887cbe5259ba566874d1a03f47478201
|
|
| MD5 |
687356930a178f21dfe823fe7fd2e775
|
|
| BLAKE2b-256 |
48c530a5b1f397067b3c6384620635ea15a81c7195cb9e0963269fd798348d91
|