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.16.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 549d1f357d070c195849e0516383d6da1b0ffd5a352d636600d6ce3f32fded56 |
|
MD5 | 69988a5f7a2cff4ed5c64b55eaa30d3e |
|
BLAKE2b-256 | 8c52322ee681c949daf77ab734e7baad6f510774b4add54dfd2ebd3294b3f840 |
Close
Hashes for jeeves_yeti_pyproject-0.2.16-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fcc87d45b54ded0206382807f24dae622088921545dba30fffa4155b0eb882e |
|
MD5 | f510951ad1ce3282797208cc2d2534c4 |
|
BLAKE2b-256 | 90fa6a0e80e87fdc756dff8eba92c0ea7794327ab9fff05bb7895d5bad12f8f3 |