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 #12

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

Conversation

BradleyKirton
Copy link
Contributor

Applied the following changes to cater for Python 3 support:

  1. Fixed import in main package init.py
  2. Imported print_function from future
  3. Encoded the strings in make_auth_header

This should close #11

…file. Updated the setup.py file to extract the version number and updated the rest of the project where the __version__ is required to import the __version__ number from the main package.
…install all dependencies when developing one can pip install -e .[dev] in the dir containing the setup.py file.
@BradleyKirton BradleyKirton mentioned this pull request Dec 5, 2017
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.

Python 3 support
1 participant