A simple shared budget manager web application
Find a file
Benjamin Bouvier 9a889f61c7 [docker] Download IHM from Pypy or reference git repo;
This creates two modes to run the Docker image:
- either in non-NIGHTLY mode, the latest version will be installed from
pypy.
- or in Nightly mode, it will clone the repository and update it every
time the instance is restarted.

It also updates Python to 3.7, for additional goodness.
2019-07-31 13:02:03 +02:00
conf [docker] Download IHM from Pypy or reference git repo; 2019-07-31 13:02:03 +02:00
docs Systemd doc fixes + update CONTRIBUTORS 2019-05-21 10:46:41 +02:00
ihatemoney Remove Added on column from bill list. 2019-07-27 03:44:42 +02: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 Systemd doc fixes + update CONTRIBUTORS 2019-05-21 10:46:41 +02:00
dev-requirements.txt Fix requirements.txt file. 2019-02-20 10:01:59 +01:00
Dockerfile [docker] Download IHM from Pypy or reference git repo; 2019-07-31 13:02:03 +02: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.