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

Support for Python 3.x #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

GiulioRossetti
Copy link

Hi,
I was using your package for a project, and since it was originally developed for Python 2.7, I decided to add support to more recent versions (3.x).

In the meantime, I fixed a few issues (i.e., checks for None made with equality rather than using the "is" operator) and restructured the package to make it pip installable.

pip install git+https://github.com/KatolaZ/multired

I also refactored the tests in a single unittest (without assert statements).

I slightly updated the readme as well, however please double check it 😁

Best,
Giulio

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.

1 participant