| name | Store Python project task runners in pyproject.toml with taskipy |
| slug | store-python-project-task-runners-in-pyproject-toml-with-taskipy |
| description | Define short Python project commands in pyproject.toml so agents and maintainers can run the same test, lint, docs, and release tasks without hunting through shell notes. |
| github_stars | 714 |
| verification | security_reviewed |
| source | https://github.com/taskipy/taskipy |
| author | taskipy |
| publisher_type | community |
| category | Developer Tools |
| framework | Multi-Framework |
| tool_ecosystem | {"github_repo":"taskipy/taskipy","github_stars":714} |
Store Python project task runners in pyproject.toml with taskipy
Define short Python project commands in pyproject.toml so agents and maintainers can run the same test, lint, docs, and release tasks without hunting through shell notes.
Prerequisites
Python, pip or Poetry, pyproject.toml
Installation
Use the upstream install or setup path that matches your environment:
- conda install -c conda-forge taskipy
- pip install taskipy
Requirements and caveats from upstream:
- The complementary task runner for python.
- python -m unittest tests/test_*.py
- Python 3.6 or newer.
Basic usage or getting-started notes:
Documentation
Source