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.21.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 079304c23b43afbf261e595b21337114cd449a63c282acb7db8b9d046e7b039f |
|
MD5 | 39ff7305621ae541be340da4ddb700b0 |
|
BLAKE2b-256 | 0975d440c8c23328c8f7721030201eb6b2c476b14c3ff94f17d6d5d7a61393f5 |
Close
Hashes for jeeves_yeti_pyproject-0.2.21-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23647c1149ab5b5c0ebcc51a5cb33577625ed454a1bd12ed22224d5c6d355d76 |
|
MD5 | c6afea15dfbd974ae8ee06ea9503642f |
|
BLAKE2b-256 | 63472dc299807a60b94cfb5006861ac7aed63ce6a7813024d4448d38080fd6a9 |