Metadata-Version: 1.1
Name: hornet
Version: 0.1.1
Summary: An approach to stacking configurations made up of nested dictionaries
Home-page: https://github.com/bheklilr/hornet
Author: Aaron Stevens
Author-email: bheklilr2@gmail.com
License: MIT
Description: ``hornet``
        ==========
        
        **WARNING** This library is currently under development and is not functional.
        
        The hornet library aims to provide a relatively simple interface for working
        with stacking nested configurations from multiple sources.  These sources may be
        JSON files, YAML files, specially formatted environment variables, databases, or
        anything else that you can dream up.
        
        Basic Usage
        ===========
        
        TODO
        
        Features
        ========
        
        TODO
        
        Documentation
        =============
        
        TODO
        
        Installation
        ============
        
        The recommended way to install is using ``pip`` or ``conda``::
        
            pip install hornet
            conda install hornet
        
        Or it can be installed from source using ``setuptools``::
        
            python setup.py install
        
        Bugs and issues
        ===============
        
        If you find a bug, let me know at https://github.com/bheklilr/hornet/issues.  Or
        if you feel really motivated, write the fix and submit a pull request.
        
        License
        =======
        
        I'm using MIT because that's what I'm most familiar with, but really I don't
        care who uses this software or for what reason.  I make no claim to its accuracy
        or reliability, use at your own risk.  This is just a side project for me, so
        don't expect too much.  If you need it under a different license, just shoot me
        an email and I'll work with you on how to make that happen.
        
Keywords: config configuration nested stacked json yaml dict dictionary
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
