Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3. #5

Closed
wants to merge 1 commit into from
Closed

Python 3. #5

wants to merge 1 commit into from

Conversation

nfaggian
Copy link

Started work on a python 3 transformation for the library, which seems possible as most dependencies are also available.

Steps so far:

  1. Get rid of circular reference to blob.
  2. Ran 2to3 over codebase, commit changes.

1. Get rid of circular reference to blob.
2. Ran 2to3 over codebase, commit changes.
@konomae
Copy link
Owner

konomae commented Mar 10, 2014

Hi @nfaggian

Thank you for your work!
It seems to be broken py2 support at the moment.

I was pushed to py3 branch my attempt.
All tests are passed (py2.7, py3.3). But I'll make sure a little more.
https://github.com/konomae/lastpass-python/tree/py3

@nfaggian
Copy link
Author

Great! Looking forward to trying it out.

konomae added a commit that referenced this pull request May 22, 2014
Python 3 support

Close #6 and #5
@konomae konomae closed this May 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants