A simple shared budget manager web application
Find a file
Luc Didry abfaa9647c conf: systemd: Add ihatemoney.service file
* Allow to use systemd services instead of supervisord

Signed-off-by: nailyk-fr <nailyk_git@nailyk.fr>
2019-05-21 10:46:41 +02:00
conf conf: systemd: Add ihatemoney.service file 2019-05-21 10:46:41 +02:00
docs Update contributing.rst 2019-02-20 15:52:52 +01:00
ihatemoney Added Dutch translation 2019-03-12 11:52:11 +01:00
.gitignore Add python 3.6 support (#259) 2017-08-20 12:21:59 +02:00
.travis.yml Fix requirements.txt file. 2019-02-20 10:01:59 +01:00
CHANGELOG.rst Back to development: 4.1 2019-01-24 13:20:07 +01:00
CONTRIBUTORS Add missing contributors 2018-11-25 19:00:02 +01:00
dev-requirements.txt Fix requirements.txt file. 2019-02-20 10:01:59 +01:00
Dockerfile update apk before installing dependencies (#398) 2018-12-25 16:58:15 +01:00
LICENSE Re-organize the documentation (#223) 2017-06-21 14:03:16 +02:00
Makefile Document database migrations 2018-12-25 17:40:06 +01:00
MANIFEST.in Include all .j2 files in the packaged version. 2018-01-05 22:06:11 +01:00
README.rst Add Python 3.7 to the tox matrix. 2019-02-20 10:02:45 +01:00
requirements.txt Fix requirements.txt file. 2019-02-20 10:01:59 +01:00
setup.py Fix requirements.txt file. 2019-02-20 10:01:59 +01:00
tox.ini Fix requirements.txt file. 2019-02-20 10:01:59 +01:00

I hate money
############

.. image:: https://travis-ci.org/spiral-project/ihatemoney.svg?branch=master
   :target: https://travis-ci.org/spiral-project/ihatemoney
   :alt: Travis CI Build Status

«I hate money» is a web application made to ease shared budget management.
It keeps track of who bought what, when, and for whom; and helps to settle the
bills.

* `Online documentation <https://ihatemoney.readthedocs.org>`_
* `Hosted version <https://ihatemoney.org>`_
* `Mailing list <https://mailman.alwaysdata.com/postorius/lists/info.ihatemoney.org/>`_ (to get updates when needed)

The code is distributed under a BSD *beerware* derivative: if you meet the people
in person and you want to pay them a craft beer, you are highly encouraged to do
so.

Requirements
============

* **Python**: 2.7, 3.4, 3.5, 3.6, 3.7.
* **Backends**: MySQL, PostgreSQL, SQLite, Memory.

Contributing
============

Do you wish to contribute to IHateMoney? Fantastic! There's a lot of very
useful help on the official `contributing
<https://ihatemoney.readthedocs.io/en/latest/contributing.html>`_ page.