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.32.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5d34c603346db4be5c38edea7dfbee23303a98c6c21894795ca89e18d692acd |
|
MD5 | 5901160a4183e426caa23a66b4cd6eb9 |
|
BLAKE2b-256 | 2654ab05b5b900ea13d1b8460e8b2db081dd43fb35d0e23e39f9fa157b3e134a |
Close
Hashes for jeeves_yeti_pyproject-0.2.32-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e664dd8dcbae4adbefc298017814251df60b600008b8d6e4df5ca7d9760721d |
|
MD5 | 0267acccaab662c2d04d91649c1fe194 |
|
BLAKE2b-256 | 01a8bfe15c57256026d2c8fcf0e0a3f7dc711e0b29ff472fd8c30ba9d2e8851b |