Metadata-Version: 2.1
Name: piny
Version: 0.1.0
Summary: Load YAML configs with environment variables interpolation
Home-page: https://github.com/pilosus/piny/
Author: Vitaly R. Samigullin
Author-email: vrs@pilosus.org
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: PyYAML (>=5.1)

.. image:: https://travis-ci.org/pilosus/piny.svg?branch=master
    :target: https://travis-ci.org/pilosus/piny
.. image:: https://api.codeclimate.com/v1/badges/54c55a30e7dc457358b1/maintainability
   :target: https://codeclimate.com/github/pilosus/piny/maintainability
   :alt: Maintainability
.. image:: https://api.codeclimate.com/v1/badges/54c55a30e7dc457358b1/test_coverage
   :target: https://codeclimate.com/github/pilosus/piny/test_coverage
   :alt: Test Coverage


piny
====

Load YAML configs with environment variables interpolation in Python

Piny is an acronym for *Piny Is Not YAML*





CHANGELOG
=========

v0.1.0 (2019-06-7)
..................
* YamlLoader added
* Makefile added
* CI/CD minimal pipeline added
*


v0.0.1 (2019-06-7)
..................

* Start the project


