aerarium
============
A simple command line tool for tracking my finances.
Features
--------
- Check account balance
Use the ``--balance`` or ``-b`` flag to print the current account balance.
- Withdraw amount
Use the ``--withdraw <amount>`` or ``-w <amount>`` option to withdraw money, along with a description and category prompt.
Prints new account balance.
- Deposit amount
Use the ``--deposit <amount>`` or ``-d <amount>`` option to deposit money, along with a description and category prompt.
Prints new account balance.
- List transactions
Use the ``--transactions`` or ``-t`` flag to print a list of all transactions.
- Predict spending
Use the ``--predict <number_of_days>`` or ``-p <number_of_days>`` flag to print a prediction of spending for next n days.
- Help information
Use ``--help`` to print usage help.
Usage
-----
Some examples:
.. code-block::
$ aerarium --balance
Current balance: $1000
$ aerarium --withdraw 100
Enter withdrawal description: Groceries
Enter withdrawal category: Food
Balance: 900
$ aerarium --deposit 500
Enter deposit description: Salary
Enter deposit category: Income
Balance: 1400
The configuration file contains the account name and starting balance.
**Note**: This project is under active development.
Raw data
{
"_id": null,
"home_page": "https://github.com/virajsazzala/aerarium",
"name": "aerarium",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "SNG Viraj Reddy",
"author_email": "vir200319@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/ae/2e/ee312dad1ab184a828b4095726e5639cbcecff0cd7d003a18a3c42800629/aerarium-1.0.0.tar.gz",
"platform": null,
"description": "aerarium\n============\n\nA simple command line tool for tracking my finances.\n\n\nFeatures\n--------\n\n- Check account balance\n\n Use the ``--balance`` or ``-b`` flag to print the current account balance.\n\n- Withdraw amount\n\n Use the ``--withdraw <amount>`` or ``-w <amount>`` option to withdraw money, along with a description and category prompt.\n Prints new account balance.\n\n- Deposit amount\n \n Use the ``--deposit <amount>`` or ``-d <amount>`` option to deposit money, along with a description and category prompt.\n Prints new account balance. \n\n- List transactions\n \n Use the ``--transactions`` or ``-t`` flag to print a list of all transactions.\n\n- Predict spending\n \n Use the ``--predict <number_of_days>`` or ``-p <number_of_days>`` flag to print a prediction of spending for next n days.\n\n- Help information\n\n Use ``--help`` to print usage help.\n\nUsage\n-----\n\nSome examples:\n\n.. code-block::\n\n $ aerarium --balance\n Current balance: $1000\n \n $ aerarium --withdraw 100\n Enter withdrawal description: Groceries \n Enter withdrawal category: Food\n Balance: 900\n \n $ aerarium --deposit 500\n Enter deposit description: Salary\n Enter deposit category: Income\n Balance: 1400\n \nThe configuration file contains the account name and starting balance.\n\n**Note**: This project is under active development.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A CLI tool to track finances",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/virajsazzala/aerarium"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "14503e165043b4e81f69eaaad403a4f82d6192e033a0b0b96d8d8ae5a82dee9d",
"md5": "c1b6d5e815de28b9bcf410495523647a",
"sha256": "44bfa13964075d682f99aa86055a7eae3c4058a014e9458b770f6ba4087f6c15"
},
"downloads": -1,
"filename": "aerarium-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c1b6d5e815de28b9bcf410495523647a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 6769,
"upload_time": "2023-12-04T15:13:24",
"upload_time_iso_8601": "2023-12-04T15:13:24.978080Z",
"url": "https://files.pythonhosted.org/packages/14/50/3e165043b4e81f69eaaad403a4f82d6192e033a0b0b96d8d8ae5a82dee9d/aerarium-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ae2eee312dad1ab184a828b4095726e5639cbcecff0cd7d003a18a3c42800629",
"md5": "8e4b47d088f82b649c5d111b15039c13",
"sha256": "646673543d0280ecb978db8f774f897bd257efa6fdbf57cec224722e3bc2788e"
},
"downloads": -1,
"filename": "aerarium-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "8e4b47d088f82b649c5d111b15039c13",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5404,
"upload_time": "2023-12-04T15:13:26",
"upload_time_iso_8601": "2023-12-04T15:13:26.936017Z",
"url": "https://files.pythonhosted.org/packages/ae/2e/ee312dad1ab184a828b4095726e5639cbcecff0cd7d003a18a3c42800629/aerarium-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-04 15:13:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "virajsazzala",
"github_project": "aerarium",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "aerarium"
}