Metadata-Version: 2.1
Name: penvy
Version: 1.0.4b1
Summary: Pyfony framework development environment initializer
Home-page: https://github.com/pyfony/penvy
License: MIT
Author: Jiri Koutny
Author-email: jiri.koutny@datasentics.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/pyfony/penvy
Description-Content-Type: text/markdown

# Penvy - Pyfony development environment

for the [Pyfony framework](https://github.com/pyfony/pyfony)

### What it does:

* Prepares the **Conda-based python dev environment** in the project's **.venv directory**
* Installs the [Poetry package manager](https://python-poetry.org/) into the user's home dir
* Installs all the dependencies defined in project's **poetry.lock** file
* Sets conda activation & deactivation scripts (mostly setting environment variables based on the project's **.env file**)
* Copies the project's **.env file** from the **.env.dist** template file
* Adds `poetry install --no-root` to post-merge GIT hook 

