Metadata-Version: 1.1
Name: beancount-fava
Version: 0.2.2
Summary: A rich web interface for the CL-accounting tool beancount.
Home-page: http://github.com/aumayr/fava
Author: Dominik Aumayr
Author-email: dominik@aumayr.name
License: MIT
Description: fava
        ====
        
        Web interface for the double-entry bookkeeping software
        `beancount <http://furius.ca/beancount/>`__ with a focus on features and
        usability.
        
        You can try out a demo here:
        `fava.pythonanywhere.com <http://fava.pythonanywhere.com>`__
        
        |fava| (More Screenshots here:
        `github.com/aumayr/fava/tree/master/util/screenshots <https://github.com/aumayr/fava/tree/master/util/screenshots>`__)
        
        Installation
        ------------
        
        1. Prerequisites: An installed version of
           `beancount <http://furius.ca/beancount/>`__ and Python >= 3.5
        2. Install it from PyPI by running ``pip3 install beancount-fava``
        
        Usage
        -----
        
        1. Start ``fava`` by running ``fava    /Volumes/Ledger/example.ledger``
           (substitute with the path to your own beancount-file) to run the
           included web server.
        2. Point your browser at ``http://localhost:5000`` to view the web
           interface.
        
        ``fava`` comes with Gmail-style keyboard shortcuts: Press ? to show an
        overview of the keyboard shortcuts.
        
        Development
        -----------
        
        If you want to hack on ``fava``, this will get you up and running:
        
        ::
        
            git clone https://github.com/aumayr/fava.git
            cd fava
            # using a virtual environment is optional, but recommended
            virtualenv -p python3 venv
            . venv/bin/activate
            make build-js
            pip install --editable .
        
        Note that you'll need to have ``npm`` installed to build the Javascript
        UI.
        
        --------------
        
        **Caution**: Consider this *beta*-software. Contributions are very
        welcome :-)
        
        .. |fava| image:: https://raw.githubusercontent.com/aumayr/fava/master/util/screenshots/screenshot-01.png
           :target: #screenshot
        
Keywords: fava beancount beancount-fava beancount-web ledger ledger-cli cl-accounting
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.3
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
