Metadata-Version: 2.0
Name: django-hordak
Version: 1.6.1
Summary: Double entry book keeping in Django
Home-page: https://github.com/adamcharnock/django-hordak
Author: Adam Charnock
Author-email: adam@adamcharnock.com
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Requires-Dist: django (<2.0,>=1.9)
Requires-Dist: django-mptt (>=0.8)
Requires-Dist: django-model-utils (>=2.5.0)
Requires-Dist: dj-database-url (>=0.4.1)
Requires-Dist: psycopg2 (>=2.6.2)
Requires-Dist: django-extensions (>=1.7.3)
Requires-Dist: django-smalluuid (>=1.1.1)
Requires-Dist: requests (>=2)
Requires-Dist: py-moneyed (>=0.6.0)
Requires-Dist: django-money (>=0.9.1)
Requires-Dist: django-import-export (>=0.5.0)
Requires-Dist: babel (==2.5.1)

django-hordak
=============

**Double entry bookkeeping in Django.**

Django Hordak provides a `simple model layer`_ for a double-entry accounting
system. The intention is not to provide a full-featured app, but rather
to provide a reliable foundation on which to build such apps.

.. image:: https://img.shields.io/pypi/v/django-hordak.svg
    :target: https://badge.fury.io/py/django-hordak

.. image:: https://img.shields.io/github/license/adamcharnock/django-hordak.svg
    :target: https://pypi.python.org/pypi/django-hordak/

.. image:: https://travis-ci.org/adamcharnock/django-hordak.svg?branch=master
    :target: https://travis-ci.org/adamcharnock/django-hordak/

.. image:: https://coveralls.io/repos/github/adamcharnock/django-hordak/badge.svg?branch=master
    :target: https://coveralls.io/github/adamcharnock/django-hordak?branch=master

Documentation
-------------

Documentation can be found at: http://django-hordak.readthedocs.io/

Related Projects
----------------

Django Hordak is the core functionality of a double entry accounting system.
It provides thoroughly tested core models with relational integrity constrains
to ensure consistency.

Interfaces which build on Hordak include:

 * `battlecat`_ – General purpose accounting interface (work in progress)
 * `swiftwind`_ – Accounting for communal households (work in progress)


django-hordak is packaged using seed_.

.. _seed: https://github.com/adamcharnock/seed/
.. _swiftwind: https://github.com/adamcharnock/swiftwind/
.. _simple model layer: https://github.com/adamcharnock/django-hordak/blob/master/hordak/models.py
.. _battlecat: https://github.com/adamcharnock/battlecat


