Metadata-Version: 1.1
Name: ihatemoney
Version: 2.1
Summary: A simple shared budget manager web application.
Home-page: https://github.com/spiral-project/ihatemoney
Author: Alexis Métaireau & contributors
Author-email: alexis@notmyidea.org
License: Custom BSD Beerware
Description-Content-Type: UNKNOWN
Description: b'I hate money\n############\n\n.. image:: https://travis-ci.org/spiral-project/ihatemoney.svg?branch=master\n   :target: https://travis-ci.org/spiral-project/ihatemoney\n   :alt: Travis CI Build Status\n\n\xc2\xabI hate money\xc2\xbb is a web application made to ease shared budget management.\nIt keeps track of who bought what, when, and for whom; and helps to settle the\nbills.\n\n* `Online documentation <https://ihatemoney.readthedocs.org>`_\n* `Hosted version <https://ihatemoney.org>`_\n\nThe code is distributed under a BSD *beerware* derivative: if you meet the people\nin person and you want to pay them a craft beer, you are highly encouraged to do\nso.\n\nRequirements\n============\n\n* **Python**: 2.7, 3.4, 3.5, 3.6.\n* **Backends**: MySQL, PostgreSQL, SQLite, Memory.\n'
        
        b'Changelog\n=========\n\nThis document describes changes between each past release.\n\n2.1 (2018-02-16)\n----------------\n\nChanged\n=======\n\n- Use flask-restful instead of deprecated flask-rest for the REST API (#315)\n- Make sidebar scrollable. Usefull for large groups (#316)\n\nFixed\n=====\n\n- Fix the "IOError" crash when running `ihatemoney generate-config` (#308)\n- Made the left-hand sidebar scrollable (#318)\n- Fix and enhanche Docker support (#320, #321)\n\nAdded\n=====\n\n- Statistics API (#343)\n- Allow to disable/enable member via API (#301)\n- Enable basic Apache auth passthrough for API (#303)\n\n\n2.0 (2017-12-27)\n----------------\n\nBreaking changes\n================\n\n- ``ADMIN_PASSWORD`` is now stored hashed. The ``ihatemoney generate_password_hash`` command can now be used to generate a proper password HASH (#236)\n- Turn the WSGI file into a python module, renamed from budget/ihatemoney.wsgi to ihatemoney/wsgi.py. Please update your Apache/Gunicorn configuration! (#218)\n- Admin privileges are now required to access the dashboard (#262)\n- `password` field has been removed from project API GET views (#289)\n\nChanged\n=======\n\n- Logged admin can see any project (#262)\n- Simpler and safer authentication logic (#270)\n- Use token based auth to reset passwords (#269)\n- Better install doc (#275)\n- Use token based auth in invitation e-mails (#280)\n- Use hashed passwords for projects (#286)\n\nAdded\n=====\n\n- ``ihatemoney generate-config`` to give working examples of config files (#275)\n- Statistics tab (#257)\n- Python3.6 support (#259)\n- ALLOW_PUBLIC_PROJECT_CREATION setting (#262)\n- Projects can be edited/deleted from the dashboard (#262)\n- ACTIVATE_ADMIN_DASHBOARD setting (#262)\n- Link to the dashboard in the navigation bar (#262)\n- Dockerfile\n- Documentation explaining the upgrade process\n\nFixed\n=====\n\n- Fix `PUT api/project/:code/members/:id` API endpoint (#295)\n- Fix member name uniqueness validation on API (#299)\n\nRemoved\n=======\n\n- Remove unused option in the setup script\n\n1.0 (2017-06-20)\n----------------\n\nAdded\n=====\n\n- Apache WSGI Support (#191)\n- Brush up the Makefile (#207, #201)\n- Externalize the settings from source folder (#193)\n- Makefile: Add new rule to compile translations (#207)\n- Project creation can be restricted to admin (#210)\n- More responsive layout (#213)\n\nChanged\n=======\n\n- Some README enhancements\n- Move tests to budget.tests (#205)\n- The demo project can be disabled (#209)\n\nFixed\n=====\n\n- Fix sphinx integration (#208)\n\n0.9 (2017-04-04)\n----------------\n\n- First release of the project.\n'
Keywords: web budget
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
