Metadata-Version: 1.1
Name: evarify
Version: 0.1.0
Summary: Environment variable validation and coercion.
Home-page: https://github.com/gtaylor/evarify
Author: Greg Taylor
Author-email: gtaylor@gc-taylor.com
License: MIT License
Description: evarify
        =======
        
        .. image:: https://img.shields.io/pypi/v/evarify.svg
            :target: https://pypi.python.org/pypi/evarify
        
        .. image:: https://img.shields.io/pypi/dm/evarify.svg
            :target: https://pypi.python.org/pypi/evarify
        
        This package contains helpers to validate and perform type coercion on
        environment variables.
        
        Documentation
        -------------
        
        We have some of that! See our `Documentation site`_ for the full usage
        walkthrough and API reference.
        
        .. _Documentation site: http://evarify.readthedocs.org/
        
        Current Status
        --------------
        
        Very early goings! Zero guarantees on backwards compatibility for now.
        Input and feedback is encouraged and sought after.
        
        License
        -------
        
        drone-python is licensed under the MIT License.
        
Keywords: environment variable
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
