Skip to content

Initial Release

Latest
Compare
Choose a tag to compare
@andrewsomething andrewsomething released this 12 Dec 04:07
· 2 commits to master since this release

fabric-digitalocean is a collection of tools aiming to make it easy to use Fabric and DigitalOcean together.

This initial release provides a decorator for Fabric tasks to run on a set of DigitalOcean Droplet. The @droplets decorator can take a list of Droplet IDs, a tag, or a region as an argument. If you use a tag or region, it will be expanded to a list of all Droplets with that tag applied or in that region.

It's available on PyPi:

pip install fabric-digitalocean