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
rufffor fast linting, - Run
wemake-python-stylguidevia flake8 against your code base; - All of these are applied only to those files which were changed against
origin/master, makingj lintlegacy-friendly by default
- Check Python typing with
fmt- Format code using
ruff format; - Applied only to those files which were changed against
origin/master, makingj fmtlegacy-friendly by default.
- Format code using
test- Run
pytestagainsttestsdirectory 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
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 jeeves_yeti_pyproject-1.0.3.tar.gz.
File metadata
- Download URL: jeeves_yeti_pyproject-1.0.3.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.11.5 Linux/6.8.0-90-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f5721aca50239253d90d0cc3bafb82c27a4aee5fe6ae3557bfe401b01bac0ae
|
|
| MD5 |
0397719d3c6bbd1ed82cbb04c575dca6
|
|
| BLAKE2b-256 |
141accb7a75fa9892b912423f5efeab623d2d1469ccc9836b085b6b0606d1d87
|
File details
Details for the file jeeves_yeti_pyproject-1.0.3-py3-none-any.whl.
File metadata
- Download URL: jeeves_yeti_pyproject-1.0.3-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.11.5 Linux/6.8.0-90-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8513fa1ffb5b5f02d173e2e5d3eec2b26e4b72b4418e454bfdb7d78aba7c01ff
|
|
| MD5 |
7ed139564b37b6ce3beb6ecf2bb6d023
|
|
| BLAKE2b-256 |
b5411b83fceab261dc26b67fe3082c479824ede304b957388462aea04f3a1e3d
|