Metadata-Version: 1.1
Name: django-mbills
Version: 0.1.0
Summary: Django implementation of the Hal MBills APIs.
Home-page: https://github.com/boris-savic/django-mbills
Author: Boris Savic
Author-email: boris70@gmail.com
License: MIT License
Description: # Django MBills
        
        Django MBills library wraps around *python-mbills* in order to provide Django functionality. 
        
        The library is pretty lightweight only containing one model and a few helper functions. APIs should be implemented by the main app as most of you use different frameworks and workflows.
        
        ## Installation
        
            $ pip install django-mbills
        
        ## Quick Start
        
        TODO - include in apps, add settings, example calls...
        
            INSTALLED_APPS = [
                ...
                'mbills',
            ]
        
        
        
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
