Metadata-Version: 2.1
Name: pylegacy
Version: 0.1.0a4
Summary: Backports for abandoned Python versions
Home-page: https://github.com/pylegacy/pylegacy
Maintainer: Víctor Molina García
Maintainer-email: molinav@users.noreply.github.com
License: Python Software Foundation License
Project-URL: Bug Tracker, https://github.com/pylegacy/pylegacy/issues
Project-URL: Source, https://github.com/pylegacy/pylegacy
Keywords: compatibility,backports,legacy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.6, !=3.0.*, !=3.1.*, <3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: lint
Requires-Dist: unittest2 ; (python_version <= "3.9") and extra == 'lint'
Requires-Dist: flake8 (<3.0,>=2.6) ; (python_version == "2.6") and extra == 'lint'
Requires-Dist: flake8 (<4.0,>=2.6) ; (python_version == "2.7") and extra == 'lint'
Requires-Dist: astroid (<2.0,>=1.6) ; (python_version == "2.7") and extra == 'lint'
Requires-Dist: pylint (<2.0,>=1.9) ; (python_version == "2.7") and extra == 'lint'
Requires-Dist: flake8 (<3.0,>=2.6) ; (python_version == "3.2") and extra == 'lint'
Requires-Dist: flake8 (<3.0,>=2.6) ; (python_version == "3.3") and extra == 'lint'
Requires-Dist: flake8 (<3.9,>=2.6) ; (python_version == "3.4") and extra == 'lint'
Requires-Dist: flake8 (<4.1,>=2.6) ; (python_version >= "3.5") and extra == 'lint'
Requires-Dist: astroid (<3.0,>=2.4) ; (python_version >= "3.5") and extra == 'lint'
Requires-Dist: pylint (<3.0,>=2.6) ; (python_version >= "3.5") and extra == 'lint'
Provides-Extra: test
Requires-Dist: unittest2 ; (python_version <= "3.9") and extra == 'test'
Requires-Dist: pytest (<3.3,>=3.2) ; (python_version == "2.6") and extra == 'test'
Requires-Dist: pytest-cov (<2.6,>=2.5) ; (python_version == "2.6") and extra == 'test'
Requires-Dist: pytest (<5.0,>=3.2) ; (python_version == "2.7") and extra == 'test'
Requires-Dist: pytest-cov (<3.0,>=2.5) ; (python_version == "2.7") and extra == 'test'
Requires-Dist: pytest (<3.0,>=2.9) ; (python_version == "3.2") and extra == 'test'
Requires-Dist: coverage (<4.0,>=3.7) ; (python_version == "3.2") and extra == 'test'
Requires-Dist: pytest-cov (<2.6,>=2.5) ; (python_version == "3.2") and extra == 'test'
Requires-Dist: pytest (<3.3,>=3.2) ; (python_version == "3.3") and extra == 'test'
Requires-Dist: pytest-cov (<2.6,>=2.5) ; (python_version == "3.3") and extra == 'test'
Requires-Dist: typing (<3.11,>=3.5) ; (python_version == "3.4") and extra == 'test'
Requires-Dist: pytest (<5.0,>=3.2) ; (python_version == "3.4") and extra == 'test'
Requires-Dist: pytest-cov (<2.9,>=2.5) ; (python_version == "3.4") and extra == 'test'
Requires-Dist: pytest (<6.2,>=3.2) ; (python_version == "3.5") and extra == 'test'
Requires-Dist: pytest-cov (<3.1,>=2.5) ; (python_version >= "3.5") and extra == 'test'
Requires-Dist: pytest (<6.3,>=6.2.5) ; (python_version >= "3.6") and extra == 'test'

# pylegacy


