Hacker News new | ask | show | jobs
by pydanny 4601 days ago
Fabric isn't part of Django. There is nothing specific about Django in Fabric. In fact, the vast majority of my deployments do not use Fabric.
2 comments

I am aware of that, but I still consider it one of my favorite libraries, and thought it would be useful to mention that it's not yet py3k-ready. I can imagine quite a few people might depend on it. What are you using instead?
Do you use something in place of Fabric?
Paramiko could be a good example i think...
I was thinking something more like ansible.

Of course I'm partial to my new pave project: https://bitbucket.org/mixmastamyk/pave It is based on fabric, and uses a yaml file to automate it.

No, no, fabric uses paramiko as the ssh abstraction layer.