Metadata-Version: 2.1
Name: pyppyn
Version: 0.2.1
Summary: Python package to dynamically read setup configurations and load dependencies.
Home-page: https://github.com/YakDriver/pyppyn
Author: YakDriver
Author-email: projects@plus3it.com
License: Apache Software License 2.0
Platform: Linux
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Dist: distlib
Requires-Dist: setuptools
Requires-Dist: click

[![License](https://img.shields.io/github/license/YakDriver/pyppyn.svg)](./LICENSE)
[![Travis CI Build Status](https://travis-ci.org/YakDriver/pyppyn.svg?branch=master)](https://travis-ci.org/YakDriver/pyppyn)
[![Latest Version](https://img.shields.io/pypi/v/pyppyn.svg?label=version)](https://pypi.python.org/pypi/pyppyn)

# pyppyn
Python package to dynamically read setup configurations and load dependencies.

### 0.2.1

**Commit Delta**: N/A

**Released**: 2018.04.13

**Summary**:

Provides these capabilities (in limited form):

* Extract package dependencies from setup.cfg file.
* Determine which dependencies will be needed on the current os/python version.
* Find a module associated with a package.
* Install (and import) dependencies.

### 0.1.0

**Commit Delta**: N/A

**Released**: 2018.04.10

**Summary**:

*   Initial release!


