Metadata-Version: 1.1
Name: appconf
Version: 0.1.11
Summary: library
Home-page: https://github.com/novopl/appconf
Author: Mateusz Klos
Author-email: novopl@gmail.com
License: Apache 2.0
Description: ###########
        appconf
        ###########
        
        .. readme_inclusion_marker
        
        
        Running tests
        -------------
        
        .. code-block:: bash
        
            $ pytest -c ops/tools/pytest.ini tests/unit
        
        
        Running linters
        ---------------
        
        .. code-block:: bash
        
            $ pep8 -c ops/tools/pep8.ini src/appconf test/appconf
            $ pylint -c ops/tools/pylint.ini src/appconf test/appconf
        
        
        Building docs
        -------------
        
        .. code-block:: bash
        
            $ sphinx-build -b html -d .build/docs docs docs/html
        
Keywords: library
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
