datamade / usaddress

:us: a python library for parsing unstructured United States address strings into address components
https://parserator.datamade.us/usaddress
MIT License
1.5k stars 302 forks source link

Update Programming Languages at setup.py #260

Open AnderUstarroz opened 5 years ago

AnderUstarroz commented 5 years ago

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'],
peterschwarzdev commented 5 years ago

We were planning to use it in production but was left on hold for same reason. Any update on this?