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 support, tests #4

Open
AndrewJSchoen opened this issue Nov 1, 2017 · 9 comments
Open

Python 3 support, tests #4

AndrewJSchoen opened this issue Nov 1, 2017 · 9 comments

Comments

@AndrewJSchoen
Copy link
Collaborator

Working on adding Python 3 support, and was wondering if there were any specific tests I could run to make sure everything is working correctly, or if there was a single script to make sure all the examples ran without error?

@ColCarroll
Copy link

A good tool is to run

$ 2to3 . > changes.txt

and then use changes.txt to fix all the problems.

This library is for converting to python3, not compatibility, so you'll need to inspect the suggested changes, and make liberal use of six. So for example here you would want to change all the unicodes to six.text_type.

@mvss80
Copy link

mvss80 commented Nov 15, 2018

Wanted to check about support for python3, could you please update if there are any plans to release this soon?

@AndrewJSchoen
Copy link
Collaborator Author

@mvss80 Unfortunately, I have gotten buried with other things. There is a python3 branch, but it hasn't been fully tested. I found a small fix that I made locally, and just pushed that, but I probably won't have time to do much more.

@mvss80
Copy link

mvss80 commented Nov 15, 2018

@AndrewJSchoen thanks for the update

@dorian821
Copy link

Hi @AndrewJSchoen,

I'm interested in the package and wanted check up on the status of the python 3 support and let you know that there is interest.

Best Regards,

Dorian

@michaelchughes
Copy link
Contributor

michaelchughes commented Jun 18, 2019 via email

@nick-torenvliet
Copy link

Ping :) Just wondering about the current status of python 3 support...

@pkMyt1
Copy link

pkMyt1 commented Oct 12, 2020

Any updates on an official Python 3 compatible release?

@XiChen-97
Copy link
Collaborator

XiChen-97 commented Oct 16, 2020

Hi @pkMyt1 ! BNPy python3 has just been released by @michaelchughes ! Thanks!

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

8 participants