experimental-accounting-api
Find a file
Joar Wandborg 9656c39e91 Added client, other fixes
- Switched from int to decimal.Decimal
- Moved models to accounting.models
2013-12-11 09:25:55 +01:00
accounting Added client, other fixes 2013-12-11 09:25:55 +01:00
bin Added client, other fixes 2013-12-11 09:25:55 +01:00
non-profit-test-data.ledger Initial commit 2013-12-09 17:54:00 +01:00
README.rst Updated README 2013-12-09 21:59:36 +01:00
requirements.txt Added requirements.txt 2013-12-09 21:59:19 +01:00

====================
 The Accounting API
====================

--------------
 Dependencies
--------------

-   ledger-cli version 3 (I have not tried with version 2.x)
-   Flask (install by running ``pip install -r requirements.txt``).


-------
 Usage
-------

.. code-block:: bash

    # Run the web service
    LEDGER_FILE=../path/to/your.ledger ./bin/serve

    # Run a simple example
    python3 accounting/__init__.py