Metadata-Version: 1.1
Name: beancount-fava
Version: 1.1
Summary: A rich web interface for the CL-accounting tool beancount.
Home-page: https://beancount.github.io/fava/
Author: Dominik Aumayr
Author-email: dominik@aumayr.name
License: MIT
Description: .. image:: https://badges.gitter.im/beancount/fava.svg
           :alt: Join the chat at https://gitter.im/beancount/fava
           :target: https://gitter.im/beancount/fava
        .. image:: https://img.shields.io/pypi/l/beancount-fava.svg
           :target: https://pypi.python.org/pypi/beancount-fava
        .. image:: https://img.shields.io/pypi/v/beancount-fava.svg
           :target: https://pypi.python.org/pypi/beancount-fava
        .. image:: https://img.shields.io/travis/beancount/fava.svg
           :target: https://travis-ci.org/beancount/fava?branch=master
        
        Fava is a web interface for the double-entry bookkeeping software `beancount
        <http://furius.ca/beancount/>`__ with a focus on features and usability.
        
        Check out the online `demo <http://fava.pythonanywhere.com>`__ and learn more
        about Fava on the `Web Site <https://beancount.github.io/fava/>`__.
        
        The `Getting Started
        <https://beancount.github.io/fava/usage.html>`__ guide details the installation
        and how to get started with beancount.  If you are already familiar with
        beancount, you can get started with Fava::
        
            pip3 install beancount-fava
            fava ledger.beancount
        
        and visit the web interface at `http://localhost:5000
        <http://localhost:5000>`__.
        
        If you want to hack on Fava or run a development version, see the
        `Development <https://beancount.github.io/fava/development.html>`__ page on the
        website for details. Contributions are very welcome!
        
Keywords: fava beancount beancount-fava beancount-webledger ledger-cli cl-accounting
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Office/Business :: Financial :: Investment
