Skip to main content

🐍🤖 Reusable global Invoke tasks that can be merged with local project tasks

Project description

Conjuring

Reusable global Invoke tasks that can be merged with local project tasks.

Features

Click on the links below to see details about each feature:

Tasks

Each module under the conjuring/spells directory is a collection of Invoke tasks.

Quick setup

  1. Install invoke in an isolated virtualenv with pipx:

    pipx install invoke
    
  2. Install Conjuring from GitHub, injecting it directly into the isolated virtualenv:

    # Conjuring doesn't have a PyPI package... yet
    pipx inject invoke git+https://github.com/andreoliwa/conjuring
    
  3. Create a tasks.py file on your home dir:

     echo "from conjuring.spells.default import *" > ~/tasks.py
    
  4. You should see the list of Conjuring tasks from any directory where you type this:

    invoke --list
    

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

conjuring-0.2.1.tar.gz (26.5 kB view hashes)

Uploaded Source

Built Distribution

conjuring-0.2.1-py3-none-any.whl (33.7 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