Metadata-Version: 2.1
Name: poetry-data-manager
Version: 0.0.1
Summary: A library for accessing software poetry metadata in pyproject.toml
Home-page: https://gitlab.com/python-dev-tools/poetry-data-manager
Author: BeatLink
Author-email: beatlink@protonmail.com
Requires-Python: >=3.6

Poetry is a data manager that provides a python based programmatic way to access all the data in pyproject.toml files
for projects that use the poetry build system. In other words, its a library that allows you to access metadata about
your software.
