{ "info": { "author": "Philipp Metzner", "author_email": "beth.aleph@yahoo.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: End Users/Desktop", "Intended Audience :: Other Audience", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: Unix", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Topic :: Database", "Topic :: Office/Business :: Financial", "Topic :: Utilities" ], "description": "[](https://pypi.org/project/flake8-pytest-style)\n[](https://pypi.org/project/financeager)\n[](https://pypistats.org/packages/flake8-pytest-style)\n\n[](https://coveralls.io/github/pylipp/financeager?branch=master)\n[](https://en.wikipedia.org/wiki/GNU_General_Public_License#Version_3)\n[](https://github.com/ambv/black)\n\n
\n
Organize your finances from the command line
\n\n\nAn application that helps you administering your daily expenses and earnings using single-entry book-keeping. Interact via the command line interface `fina`.\n\nThe `financeager` backend holds databases (internally referred to as 'pockets', stored in `~/.local/share/financeager`). A pocket contains entries for a certain project.\n\n## Quickstart\n\n\n\nWho is this for?\n----------------\nYou might be someone who wants to organize finances with a simple software because you're tired of Excel and the like. And you like the command line. And Python.\n\n## Installation\n\n`financeager` requires Python 3.6 or higher.\n\n### From PyPI package\n\n pip install --user --upgrade financeager\n\n### Using pipx\n\nIf you have [`pipx`](https://pipxproject.github.io/pipx/) installed, install `financeager` into an isolated environment via\n\n pipx install financeager\n\n## Usage\n\nYou can use `financeager` as a client-server or a serverless application (default). The user interacts via the command line interface (CLI).\n\n