{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/2"}],"enrichment":{"capability":"Taskipy is a task runner that lets you define and execute development tasks (like test, lint, build) from a pyproject.toml file instead of remembering shell commands.","skillfed_tags":["task-automation","poetry-compatible","workflow-management"],"use_cases":["Define and run common development tasks (test, lint, format, build) from a single pyproject.toml without memorizing shell commands.","Compose multi-step workflows by chaining tasks together or using pre/post hooks to enforce task dependencies.","Share task definitions across team members by committing pyproject.toml to version control, ensuring consistent command execution.","Reduce repetition in task definitions using variables and string formatting for paths, arguments, and environment-specific settings.","List all available tasks with descriptions using `task --list` to help new contributors discover project workflows."],"what_it_does":"Taskipy is a lightweight task runner for Python projects that replaces ad-hoc shell commands with named tasks defined in your pyproject.toml file. Instead of memorizing and typing long commands like `python -m unittest tests/test_*.py`, you define a task once and run it with `task test`. It supports task composition (chaining tasks together), pre and post hooks for task dependencies, variable substitution for DRY configuration, and command-line argument pass-through.\n\nThe package is designed as a Python equivalent to npm's run-script command. It works with Poetry (via `poetry run task`) or standalone (via the `task` command directly). It requires Python 3.6 or newer and depends on four small runtime libraries: tomli for TOML parsing, psutil for process utilities, mslex for shell argument handling, and colorama for colored terminal output.","worth_installing":"Yes, if you want a simple, low-friction task runner for development workflows. Taskipy is stable and widely used (top 5000 PyPI packages), with no known vulnerabilities and permissive licensing. The dormant maintenance status is a minor concern for long-term support, but the package is mature and unlikely to require frequent updates. Install it if your project uses Poetry or needs a lightweight alternative to shell scripts for task management."},"id":"taskipy","links":{"html":"https://skillfed.io/packages/taskipy","md":"https://skillfed.io/packages/taskipy.md","pypi":"https://pypi.org/project/taskipy/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-11-26","license_spdx":null,"license_treatment":"permissive","name":"taskipy","python_support":"supports_current","summary":"tasks runner for python projects"},"popularity":{"monthly_downloads":1204658,"position":4227,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.14.1"}
