A simple task and build runner that doesn't get in the way.
Project description
Plank is a simple and unopinionated python task runner. Plank doesn’t manipulate Python or your environment to run the tasks. Plank doesn’t provide any default or template tasks.
Usage
Create a planks.py file in the project directory containing @task decorated methods, call them using plank task_name.
Examples
from plank import task @task def unit_tests(): import pytest assert pytest.main(['tests/unit']) == 0
Tests
Tests are written using pytest and can be run using plank, plank tests.
License
MIT
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
plank-0.0.4.tar.gz
(4.9 kB
view hashes)