Metadata-Version: 2.1
Name: poetrip
Version: 0.1.0
Summary: Generate Pipfile from pyproject.toml
Home-page: https://github.com/joffreybvn/poetrip
License: MIT
Keywords: packaging,poetry,pipenv,pipfile
Author: Joffrey Bienvenu
Author-email: joffreybvn@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: toml (>=0.9,<0.10)
Requires-Dist: typer (>=0.6.1,<0.7.0)
Project-URL: Repository, https://github.com/joffreybvn/poetrip
Description-Content-Type: text/markdown


# Poetrip

[![image](https://img.shields.io/pypi/v/poetrip.svg)](https://pypi.org/project/poetrip/)
[![image](https://img.shields.io/pypi/l/poetrip.svg)](https://pypi.org/project/poetrip/)
[![image](https://img.shields.io/pypi/pyversions/poetrip.svg)](https://pypi.org/project/poetrip/)

Generate Pipfile from pyproject.toml.

## TODO:
- [x] Basic PyProject to Pipfile conversion
- [x] Fix scripts appearing in Pipfile
- [ ] Refactor structure and implement Pipfile to pyproject

