Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyleiter-0.2.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

pyleiter-0.2.1-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page