Contents

ihatemoney 6.1.5

0

A simple shared budget manager web application.

A simple shared budget manager web application.

Stars: 1086, Watchers: 1086, Forks: 260, Open Issues: 85

The spiral-project/ihatemoney repo was created 13 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 1086 github stars!

How to Install ihatemoney

You can install ihatemoney using pip

pip install ihatemoney

or add it to a project with poetry

poetry add ihatemoney

Package Details

Author
Alexis Métaireau & contributors
License
Custom BSD Beerware
Homepage
https://github.com/spiral-project/ihatemoney
PyPi:
https://pypi.org/project/ihatemoney/
GitHub Repo:
https://github.com/spiral-project/ihatemoney

Classifiers

  • Internet/WWW/HTTP
  • Internet/WWW/HTTP/WSGI/Application
No  ihatemoney  pypi packages just yet.

Errors

A list of common ihatemoney errors.

Code Examples

Here are some ihatemoney code examples and snippets.

GitHub Issues

The ihatemoney package has 85 open issues on GitHub

  • Add a tooltip to advertize the computation trick on bills
  • Make "how much" field a number type
  • Docker Master: CSV bills import (cospend compatible) not working
  • Docker latest and master: admin-dashboard only reachable under localhost and with reverse proxy CSRF-Error
  • Docker latest and master: deleting a project in admin-dashboard
  • Some small cleanups
  • Simplify utils.list_ofdicts_to_csv because we don't support python2 anymore.
  • Update cachetools requirement from <5,>=4.1 to >=4.1,<6
  • Add a command to show the number of projects
  • Add functionality to new project creation
  • Display admin email in error message for password reminder
  • Prepare next release
  • Added Length validator
  • History from previous project is shown
  • Hide project code from user

See more issues on GitHub

Related Packages & Articles

Flask-Sockets 0.2.1

The Flask-Sockets package is a Python library that extends the Flask web framework with support for WebSockets, a protocol that allows for real-time, bidirectional communication between the server and the client. It provides a simple and elegant way to integrate WebSockets into your Flask applications, with support for Flask's routing mechanism and session handling. The library also supports the use of Flask blueprints and AJAX/XHR endpoints, offering a flexible and powerful tool for building interactive web applications.