ryan-roemer / django-cloud-browser

Django application browser for cloud datastores (Rackspace, AWS, etc.).
http://ryan-roemer.github.com/django-cloud-browser/
MIT License
81 stars 27 forks source link

Replace fabric with pyinvoke #30

Closed c-w closed 5 years ago

c-w commented 5 years ago

pyinvoke is the underlying task execution library of fabric. Given that we're not using fabric's added capabilities for remote command execution, this pull request replaces fabric with the simpler invoke library.