erans / fabric-digitalocean-tools

Tools for using Fabric with Digital Ocean
MIT License
0 stars 0 forks source link

Fabric & DigitalOcean users unite? #1

Open andrewsomething opened 7 years ago

andrewsomething commented 7 years ago

Hey there,

Not really an issue. I saw this pop up on PyPi I worked on something similar over in:

https://github.com/andrewsomething/fabric-digitalocean

We're taking slightly different approaches, but I'm open to collaborating if it makes sense. If not, the more the merrier.

erans commented 7 years ago

Looks good. I made similar projects in the past to AWS and Google Cloud. The project the inspired you was made by a friend of mine who got inspired from my original AWS project :-)

The reason I didn't want to add decorators was that I like using the base fabric decorators. It helps keep things easier instead of handling news decorators with new syntax.

But your approach is definitely more powerful. I usually like to populate the fabric cars and that makes the script easier.