Metadata-Version: 1.1
Name: gnucash-to-beancount
Version: 1.0b0
Summary: Gnucash to Beancount Converter.
Home-page: http://github.com/henriquebastos/gnucash-to-beancount/
Author: Henrique Bastos
Author-email: henrique@bastos.net
License: GNU GPLv2 only
Description: Gnucash to Beancount Converter
        ==============================
        
        Convert your Gnucash Sqlite3 file to a Beancount text ledger.
        
        Install
        -------
        
        .. code-block:: console
        
            pip install gnucash-to-beancount
        
        Usage
        -----
        
        .. code-block:: console
        
         gnucash-to-beancount my-ledger.gnucash > my-ledger.beancount
        
        Known Limitations
        =================
        
        This version supports:
        
        - Accounts
        - Transactions and it's Splits
        - Commodities
        - Prices
        
        Unsupported features:
        
        - Lots
        - Budget
        - Scheduled Transactions
        - All Business entities
        - Key Value metadata
        
        You may help improve this project by providing a sample Gnucash Sqlite3
        file that uses one or more unsupported features.
        
        License
        =======
        
        Copyright (C) 2017 Henrique Bastos.
        
        This code is distributed under the terms of the "GNU GPLv2 only". See LICENSE file for details.
        
Keywords: beancount,gnucash,convert,converter,ledger,accounting
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Utilities
