Metadata-Version: 2.1
Name: poetry-core
Version: 1.0.0a9
Summary: Core utilities for Poetry
Home-page: https://github.com/python-poetry/core
License: MIT
Keywords: packaging,dependency,poetry
Author: Sébastien Eustace
Author-email: sebastien@eustace.io
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
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: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: enum34 (>=1.1.10,<2.0.0); python_version >= "2.7" and python_version < "2.8"
Requires-Dist: functools32 (>=3.2.3-2,<4.0.0); python_version >= "2.7" and python_version < "2.8"
Requires-Dist: importlib-metadata (>=1.7.0,<2.0.0); python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.8"
Requires-Dist: pathlib2 (>=2.3.5,<3.0.0); python_version >= "2.7" and python_version < "2.8"
Requires-Dist: typing (>=3.7.4.1,<4.0.0.0); python_version >= "2.7" and python_version < "2.8"
Project-URL: Repository, https://github.com/python-poetry/core
Description-Content-Type: text/markdown


