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

Remove future, __future__ imports, fix bug with Python > 3.6, update setup.py, update readme #26

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

Conversation

jjakob
Copy link

@jjakob jjakob commented Jun 10, 2023

  • future imports are no longer necessary with all still maintained Python versions
  • past import is not necessary
  • open "universal newlines" mode is no longer supported (is now default)
  • update setup.py:
    • only support Python >=3.7
    • add extras_require postgresql psycopg2
  • update readme:
    • make dependencies clearer
    • add instruction to install from OS packages if available
    • add note about possibly using a virtualenv
    • add Repology badge
    • add link to Gentoo overlay
    • python-crypto is pycryptodome in Python 3
  • add myself to copyright notices
  • bump version to 0.2

@jjakob jjakob mentioned this pull request Jun 10, 2023
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