Contents

ihatemoney 7.0.0

0

A simple shared budget manager web application.

A simple shared budget manager web application.

Stars: 1339, Watchers: 1339, Forks: 286, Open Issues: 79

The spiral-project/ihatemoney repo was created 14 years ago and the last code push was 6 days ago.
The project is very popular with an impressive 1339 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
None
License
Copyright (c) 2011 by Alexis Métaireau and contributors. See AUTHORS for more details. Some rights reserved. Redistribution and use in source and binary forms of the software as well as documentation, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * The names of the contributors may not be used to endorse or promote products derived from this software without specific prior written permission. * If you meet the authors of this software in person and you want to pay them a beer, you're encouraged to do so. Please, do. If you have homebrewed or a craft beer, it might be even better. THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Homepage
None
PyPi:
https://pypi.org/project/ihatemoney/
Documentation:
https://ihatemoney.readthedocs.io/en/latest/
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 79 open issues on GitHub

  • Update sqlalchemy-continuum requirement from ~=1.5.2 to >=1.5.2,<1.7.0
  • Translations update from Hosted Weblate
  • Prepare for 7.0.0 release
  • CI : detect that uv.lock is clean
  • Bump setuptools from 75.1.0 to 78.1.1
  • Bump cryptography from 43.0.1 to 44.0.1
  • Bump urllib3 from 2.2.3 to 2.6.3
  • Invite URL Change

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.