Simple task manager
Project description
Pyleiter
Simple task manager for a Python project.
Installation
Use your favorite virtualenv and python package manager. For instance, using pip:
pip install pyleiter
Configuration and usage
Make sure your project has a 'pyproject.toml' file and add a section like the one below:
[tool.pyleiter.commands]
format = { command = "ruff format src", help = "Applies ruff format to project"}
lint = { command = "ruff check src", help = "Runs project formatter and linter" }
Where each line corresponds to a command you want to register for your program.
After that, you can use pyleiter with the registered commands:
pyleiter format
Why use it?
Simply because every project requires simple maintenance scripts, and it is often done without a standardized way for Python projects.
By using a tool that leverages pyproject.toml, we can keep the configuration centralized.
Similar (and better) projects
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 pyleiter-0.2.1.tar.gz.
File metadata
- Download URL: pyleiter-0.2.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aef7f4a26482f105dd169869be1c5d2b50fadbc5a303d9260b0f8cacc9db37d9
|
|
| MD5 |
ac030b4983ce65c4ca0c0eaa9411baec
|
|
| BLAKE2b-256 |
f9c34e79560bc99da57ce5c762e222111244ac01f100917db33160a89f6e0394
|
File details
Details for the file pyleiter-0.2.1-py3-none-any.whl.
File metadata
- Download URL: pyleiter-0.2.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d887acaf89607c5238d3e2b5ad838de46be87e667f77f121baea4ef2ae858ffe
|
|
| MD5 |
6db43ff66f1afaafe4a201bb2ce99e5b
|
|
| BLAKE2b-256 |
834f29cff4b9bdaf83bdc72c07579a1a11a4c739d64a50595f32390c75119b22
|