Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/charbonnierg/project-tasks

Task runner for Python projects
https://github.com/charbonnierg/project-tasks

Last synced: about 2 months ago
JSON representation

Task runner for Python projects

Awesome Lists containing this project

README

        

# Project Tasks

`project-tasks` is a python package offering a CLI (Command Line Interface) application to run tasks defined within a `pyproject.toml` configuration file.

## Example usage

See [this project pyproject.toml](./pyproject.toml).

## CLI Usage

`task [-h] [--dry-run] [--file FILE] task_name [task_name ...]`