Metadata-Version: 1.1
Name: diamond-accounting
Version: 0.1.0
Summary: Diamond-Accounting helps you manage your books.
Home-page: http://diamond-accounting.readthedocs.io
Author: Ian Dennis Miller
Author-email: iandennismiller@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: diamond-accounting
        ==================
        
        Diamond-Accounting helps you manage your books.
        
        .. image:: https://img.shields.io/github/stars/iandennismiller/diamond-accounting.svg?style=social&label=GitHub
            :target: https://github.com/iandennismiller/diamond-accounting
        
        .. image:: https://img.shields.io/pypi/v/diamond-accounting.svg
            :target: https://pypi.python.org/pypi/diamond-accounting
        
        .. image:: https://readthedocs.org/projects/diamond-accounting/badge/?version=latest
            :target: http://diamond-accounting.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://travis-ci.org/iandennismiller/diamond-accounting.svg?branch=master
            :target: https://travis-ci.org/iandennismiller/diamond-accounting
        
        .. image:: https://coveralls.io/repos/github/iandennismiller/diamond-accounting/badge.svg?branch=master
            :target: https://coveralls.io/github/iandennismiller/diamond-accounting?branch=master
        
        Overview
        --------
        
        Installation
        ^^^^^^^^^^^^
        
        Install diamond-accounting with Python pip.
        
        ::
        
            pip install diamond-accounting
        
        Usage
        ^^^^^
        
        Create an accounting file structure in the current folder.
        
        ::
        
            diamond-accounting scaffold
        
        Documentation
        ^^^^^^^^^^^^^
        
        http://diamond-accounting.readthedocs.io
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Office/Business :: Financial :: Accounting
