Metadata-Version: 2.4
Name: protoprimer
Version: 0.6.1
Summary: Escape the fragile mess of pre-venv shell scripts with a pure Python bootstrap wrapper: 🚀 ⏩ single-touch, zero-args, self-contained, no-deps, cross-platform, testable init logic using standard tools to run apps in a custom environment isolated per repository
Author-email: uvsmtid <uvsmtid@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/uvsmtid/protoprimer
Project-URL: Repository, https://github.com/uvsmtid/protoprimer
Keywords: venv,virtual environment,env,environment,dev,development,boot,bootstrap,bootstrapper,init,initialize,initializer,check,checker
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: freezegun; extra == "test"
Provides-Extra: extra
