nikolas
nikolas
great work - i recommend using [flake8](http://flake8.pycqa.org/en/latest/) which includes pyflakes, among other checks.
I'll try and come up with a pull request for python 3
lettuce relies on markment, which uses Flask 0.9, which isn't compatible with Python 3. There's a pull request to address this here: https://github.com/gabrielfalcao/markment/pull/4
A big chunk of work here will be converting everything in lettuce's tests directory to be compatible with python3's improved unicode support while maintaining compatibility with python 2. We can...
No, I have a branch I was working on, but it's a work in progress.
@fkromer here's the branch I'm referring to if you're interested in continuing this work: https://github.com/nikolas/lettuce/tree/python3 Like @danni said, unless you want to take over the entire lettuce project, your effort...
Yeah, both [six](https://pypi.python.org/pypi/six) and [future](https://pypi.python.org/pypi/future) can be useful when writing code compatible for python 2 and 3. Here's a good cheat sheet: http://python-future.org/compatible_idioms.html
@sgpy I mean.. that looks great. I would love to merge a pull request like this. But the first step toward getting that merged isn't opening it in this repo......
@sgpy I would enable GitHub issues on your fork of this library, so issues specific to the new code can be tracked there rather than here. You can do that...
@sgpy the process for transferring a project to jazzband is outlined here: https://jazzband.co/about/guidelines I'm not sure how exactly you do the transfer, but I would join their IRC room and...