Metadata-Version: 2.0
Name: bapi
Version: 0.2.2
Summary: A Beancount REST API
Home-page: https://github.com/tarioch/bapi
Author: Patrick Ruckstuhl
Author-email: patrick@ch.tario.org
License: GPLv2
Description-Content-Type: UNKNOWN
Keywords: beancount rest api
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Office/Business :: Financial :: Investment
Requires-Python: >=3
Requires-Dist: beancount
Requires-Dist: flask
Requires-Dist: flask-restplus
Requires-Dist: click
Requires-Dist: gitpython

.. image:: https://img.shields.io/pypi/l/bapi.svg
   :target: https://pypi.python.org/pypi/bapi
.. image:: https://img.shields.io/pypi/v/bapi.svg
   :target: https://pypi.python.org/pypi/bapi
.. image:: https://img.shields.io/travis/tarioch/bapi.svg
    :target: https://travis-ci.org/tarioch/bapi?branch=master

BAPI
====

Provide a REST API for the double-entry bookkeeping software `beancount
<http://furius.ca/beancount/>`__.



