Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamcharnock/battlecat

General purpose accounting interface
https://github.com/adamcharnock/battlecat

accounting django

Last synced: 12 days ago
JSON representation

General purpose accounting interface

Awesome Lists containing this project

README

        

Battlecat
=========

.. image:: https://img.shields.io/pypi/v/battlecat.svg
:target: https://badge.fury.io/py/battlecat

.. image:: https://img.shields.io/pypi/dm/battlecat.svg
:target: https://pypi.python.org/pypi/battlecat

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

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

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

Battlecat is a general purpose double entry accounting web application.
Battlecat is based on `Hordak`_ and is currently a work in progress.

Requirements
------------

* Django >= 1.9
* Postgres >= 9.2
* Python 2.7, 3.4, 3.5
* Linux or macOS

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

Documentation TBA. However, see the `Hordak docs`_ to understand the core
mechanics.

Get involved
------------

Help is very welcome indeed. There isn't much here yet which makes it hard
to know where to start. However, we should have something rough sketched out
soon, at which point getting involved may be easier.

Of course, feel free to get in touch if you want to help out anyway. The
plan is to follow a path roughly similar to that of `Swiftwind`_, but
more general purpose.

Credits
-------

* Initial development by `Adam Charnock`_

Battlecat is packaged using `Seed`_.

.. _Hordak: https://github.com/adamcharnock/django-hordak
.. _Swiftwind: https://github.com/adamcharnock/swiftwind
.. _Seed: https://github.com/adamcharnock/seed
.. _Adam Charnock: https://adamcharnock.com
.. _Hordak docs: http://django-hordak.readthedocs.io/