This package is displayed as only compatible with Python2 according https://pypi.org/project/usaddress/ but for what I have seen, there are many developers submitting issues using Python3 so I suppose it is compatible.
If that is actually the case, would be great to update the following section from setup.py adding python3 to the Programming Language list to avoid misunderstandings:
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 2 :: Only',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Information Analysis'],
This package is displayed as only compatible with Python2 according https://pypi.org/project/usaddress/ but for what I have seen, there are many developers submitting issues using Python3 so I suppose it is compatible.
If that is actually the case, would be great to update the following section from
setup.py
adding python3 to the Programming Language list to avoid misunderstandings: