Metadata-Version: 2.1
Name: local-env-vars
Version: 0.0.2
Summary: A simple environemental variable manager
Home-page: https://github.com/JMSchietekat/local-env-vars
Author: Justin Schietekat
Author-email: justinschietekat@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/JMSchietekat/local-env-vars/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Local Environment Variables

This package allows you to specify which environemental varibale you require in you application. It will creata a `.env` file, promt you to populate and add the `.env` file to your `.gitignore` file.

