Skip to main content

Lazy, Python-first, alternative to make, just, doit, and invoke

Project description

shoal

Python function and shell command task runner. Alternative to make, just, doit, and invoke. Used in calcipy

Installation

poetry add shoal

Usage

There are two ways to use shoal, either as a way to organize a set of local tasks or to distribute with a package.

For more example code, see the scripts directory or the tests.

Local Runner

Create a shoal.py file with:

from shoal import shoalling

shoalling()

Then run the file with:

poetry run python shoal.py --task-help

Add additional tasks or import tasks from a third party package (such as calcipy)

Package

Create a <package>/shoal.py file with:

from shoal import shoalling  # noqa: F401

Add the file to your pyproject.toml scripts:

[tool.poetry.scripts]
shoal = "shoal:shoalling"

Then test with:

poetry run shoal --task-help

Project Status

See the Open Issues and/or the CODE_TAG_SUMMARY. For release history, see the CHANGELOG.

Contributing

We welcome pull requests! For your pull request to be accepted smoothly, we suggest that you first open a GitHub issue to discuss your idea. For resources on getting started with the code base, see the below documentation:

Code of Conduct

We follow the Contributor Covenant Code of Conduct.

Open Source Status

We try to reasonably meet most aspects of the "OpenSSF scorecard" from Open Source Insights

Responsible Disclosure

If you have any security issue to report, please contact the project maintainers privately. You can reach us at dev.act.kyle@gmail.com.

License

LICENSE

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

shoal-0.2.0.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

shoal-0.2.0-py3-none-any.whl (8.2 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