Opinionated Jeeves plugin for Python projects.
Project description
jeeves-yeti-pyproject
This is my personal plugin for jeeves-shell
that I use for my open source Python projects. If you wish to use it for your projects too, it can be added as easily as:
poetry add --group dev jeeves-yeti-pyproject
and then just run:
j
Commands
╭─ Commands ─────────────────────────────────────────────────────────────────────────────────╮
│ clear-poetry-cache Clear Poetry cache. │
│ fmt Auto format code. │
│ lint Lint code. │
│ safety Check installed Python packages for vulnerabilities. │
│ test Unit test code. │
╰────────────────────────────────────────────────────────────────────────────────────────────╯
Features
lint
- Check Python typing with
mypy
, - Run
wemake-python-stylguide
against your code base; - Both of these are applied only to those files which were changed against
origin/master
(thanksflakeheaven
!), makingj lint
legacy-friendly by default
- Check Python typing with
fmt
- Add trailing commas automatically;
- Apply
isort
; - By design — no
black
here.
test
- Run
pytest
againsttests
directory with coverage enabled.
- Run
Opinions
This plugin is very opinionated and reflects my own preferences of how I like my Python projects to be managed. Feel free to create your own plugins. Mr Jeeves is happy to make your life a little bit easier.
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
Built Distribution
Close
Hashes for jeeves_yeti_pyproject-0.2.25.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f09ddf00d48831976db275979421657ec9094d5731ec1bb48705d808ff56c73 |
|
MD5 | f5ec677aef42cae29ecce8ee2693ae35 |
|
BLAKE2b-256 | 2e834cc1451a658fc8bc940d518f45b2b24255685559a013209418208868f1d3 |
Close
Hashes for jeeves_yeti_pyproject-0.2.25-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f479c65b1dab4009ab03a5cdaadd4afa0dae944a331ffc7b2aea59289e9cb2e1 |
|
MD5 | 292425f1eadb918c3f3bd5ab2421f908 |
|
BLAKE2b-256 | 0454bac7244cff0c0c3c0664b146b1ef32feb56fdd33d06a69de59fda30417c8 |