Metadata-Version: 2.1
Name: apputils
Version: 0.1.3.dev26
Summary: Application modules swiss-knife
Home-page: https://github.com/hapylestat/apputils
Author: Dmitry Grinenko
Author-email: hapy.lestat@gmail.com
License: lGPL v3
Description: # appcore  [![Build Status](https://travis-ci.org/hapylestat/apputils.svg?branch=master)](https://travis-ci.org/hapylestat/apputils) [![Build status](https://ci.appveyor.com/api/projects/status/b05q135hu7tq4v68/branch/master?svg=true)](https://ci.appveyor.com/project/hapylestat/apputils/branch/master) [![Documentation Status](https://readthedocs.org/projects/appcore/badge/?version=latest)](http://appcore.readthedocs.io/en/latest/?badge=latest) [![Coverage Status](https://coveralls.io/repos/github/hapylestat/apputils/badge.svg?branch=master)](https://coveralls.io/github/hapylestat/apputils?branch=master)
        Core modules for python application.
        
        Provides possibility to:
        - Working with configuration file
        - Split one configuration file, to several (via modules feature)
        - Change any configuration item from command line
        - Working "In Memory" mode, without parsing configuration
        - Logging
        
        
        Even more come !
        
        
        # How to connect to your Project
        
        pip install apputils
        
        # How to use
        
        ToDo: would be available soon
        
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
