Metadata-Version: 2.1
Name: serverless-env-yml-parser
Version: 0.0.1
Summary: A package to extract environmental variables from serverless.env.yml for local development
Home-page: https://github.com/endrus/sls-env-yml-parser
Author: Andrei Khrapavitski
Author-email: andrei.khrapavitski@gmail.com
License: MIT
Project-URL: Documentation, https://github.com/endrus/sls-env-yml-parser
Keywords: serverless,sls,serverless.env.yml
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# serverless.env.yml Parser

## Description

A package to extract environmental variables from serverless.env.yml for local development.

## Where to get it

The source code is currently hosted on GitHub at:
https://github.com/e-ndrus/sls-env-yml-parser


## License

[MIT][mit]


## Contributions

All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.

Issues are posted on:
https://github.com/e-ndrus/sls-env-yml-parser/issues


[pcking]: https://packaging.python.org
[mit]: https://github.com/e-ndrus/sls-env-yml-parser/LICENSE.txt

