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

Investigate a switch to Python 3 #84

Open
8 tasks done
GijsTimmers opened this issue Sep 29, 2015 · 0 comments
Open
8 tasks done

Investigate a switch to Python 3 #84

GijsTimmers opened this issue Sep 29, 2015 · 0 comments

Comments

@GijsTimmers
Copy link
Owner

Adoption of Python 3 has been slow. Yet, I think that if kotnetcli is portable to Python 3, we should do it. There are some syntax differences, but we can work around that.

We should check if the libraries are Python 3 compatible.

  • mechanize: use MechanicalSoup, requests or RoboBrowser instead
  • colorama: compatible.
  • cursor: compatible.
  • keyring: compatible.
  • notify2: compatible.
  • dialog: compatible.
  • beautifulsoup4: compatible.
  • argcomplete: compatible.

We can check the Python 3 Wall of Superpowers to find information about other packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant