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

Various Python 3 support updates #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aliask
Copy link

@aliask aliask commented Feb 25, 2022

Sorry for the massive pull request.

At a high level, this PR:

  • Consolidates Python 3 as the only supported version
  • Fixes a number of issues relating to this transition, however I make no promises about full compatibility. More tests are needed.
  • Add a Dockerfile to get a quick working environment
  • Update README with updated installation instructions (including Docker) and updated usage output
  • Begins to split the main file out to more manageable chunks
  • Adds a couple of new tests

Still needed:

  • More tests. I have no idea if half this stuff still works.
  • Delete unused code.
  • MacOS and Windows installation instructions should be updated
  • More tests.

Appears to address #25 , #30 , #38 , #39 , #40 , #41

Add Dockerfile
Update README
Begin splitting main file out to more manageable chunks
Add a couple of new tests
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

1 participant