Metadata-Version: 2.1
Name: pepp
Version: 0.0.1
Summary: Simpler pipenv without the virtualenv
Home-page: https://github.com/jeremylow/pepp
Author: Jeremy Low
Author-email: jeremy@iseverythingstilltheworst.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: test
Provides-Extra: dev
Requires-Dist: toml
Requires-Dist: pipfile
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

WIP to mimic some of the functionality of pipenv, but without all the virtualenv stuff.

I like my workflow, so I want something that's going to be as unintrusive as possible.


