fabtools / fabtools

Tools for writing awesome Fabric files
http://fabtools.readthedocs.org/
BSD 2-Clause "Simplified" License
1.25k stars 206 forks source link

Port fabtools tool to Python 3 #191

Open fabianuffer opened 10 years ago

fabianuffer commented 10 years ago

It would be fantastic if fabtools would also work in python 3.

ronnix commented 10 years ago

Hello,

I'd love to support Python 3, but fabtools is built on top of fabric, which unfortunately supports only Python 2.5 to 2.7 at the moment.

There is some work underway to port fabric and paramiko (the underlying SSH library) to Python 3, but until it's done we're stuck with Python 2.

d9pouces commented 10 years ago

A Python 3 port of fabric is already available and seems to work: https://github.com/pashinin/fabric/tree/p33/fabric

I hope that it will be soon integrated to the master branch.

ronnix commented 10 years ago

It's great to see progress on this!

ronnix commented 9 years ago

It looks like the current plan is that Python 3 support will never be merged into the official Fabric 1.x, but will only come with Fabric 2.x (rewrite based on Invoke).

ssteinerx commented 8 years ago

See comment at #326. It's already working with Python 3.5 and fabric3 on my branch!

Would love to get the tox tests up to speed with Python 3.5 and fabric3.