pybudgetbook


Namepybudgetbook JSON
Version 0.2.5 PyPI version JSON
download
home_pageNone
SummaryOrganize and sort your receipts locally, use pandas power to analyze your spendings!
upload_time2023-05-31 20:01:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords expenses receipts scan shopping financial anlysis pandas
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pybudgetbook
Organize and sort your receipts locally, use pandas power to analyze your
expenses!
But why? There are tons of Apps out there scanning and even some for receipts.
Some of them might even be more general or better at parsing. Sure, but here are
the core reasons why I built this app. If they are important to you, give it a
try (and help to support more receipts)!

**Reason 1: Data Privacy**

Your receipts combined with some personal data are a pretty good estimator on
where you are and what you are doing. I prefer to keep that data locally. This
software will never *access and send* any of that data since it runs locally.

**Reason 2: Adaptability**

Receipts differ for region and even for supermarkets. Here, some of the more
common german stores are included. If something does not work, add your own
reader / parser!

**Reason 3: Data Analysis**

The data is saved in `hdf`-files for `pandas` and can be easily exported to
`csv` or any other format manually. So analysis is not limited to the few plots
available (even though the initial version has some important ones). You can
easily load all your data using a simple one-liner and run all the analysis you
want. If you find anything particular useful, let me know and I can implement
that.

Full Readme and Code on Github!

Uses some icons from [Yusuke Kamiyamane](http://p.yusukekamiyamane.com/)

Some emojis / icons designed by OpenMoji – the open-source emoji and icon
project. License: CC BY-SA 4.0
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pybudgetbook",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "expenses,receipts,scan,shopping,financial,anlysis,pandas",
    "author": null,
    "author_email": "Max Elfner <max_elfner@gmx.net>",
    "download_url": null,
    "platform": null,
    "description": "# pybudgetbook\nOrganize and sort your receipts locally, use pandas power to analyze your\nexpenses!\nBut why? There are tons of Apps out there scanning and even some for receipts.\nSome of them might even be more general or better at parsing. Sure, but here are\nthe core reasons why I built this app. If they are important to you, give it a\ntry (and help to support more receipts)!\n\n**Reason 1: Data Privacy**\n\nYour receipts combined with some personal data are a pretty good estimator on\nwhere you are and what you are doing. I prefer to keep that data locally. This\nsoftware will never *access and send* any of that data since it runs locally.\n\n**Reason 2: Adaptability**\n\nReceipts differ for region and even for supermarkets. Here, some of the more\ncommon german stores are included. If something does not work, add your own\nreader / parser!\n\n**Reason 3: Data Analysis**\n\nThe data is saved in `hdf`-files for `pandas` and can be easily exported to\n`csv` or any other format manually. So analysis is not limited to the few plots\navailable (even though the initial version has some important ones). You can\neasily load all your data using a simple one-liner and run all the analysis you\nwant. If you find anything particular useful, let me know and I can implement\nthat.\n\nFull Readme and Code on Github!\n\nUses some icons from [Yusuke Kamiyamane](http://p.yusukekamiyamane.com/)\n\nSome emojis / icons designed by OpenMoji \u2013 the open-source emoji and icon\nproject. License: CC BY-SA 4.0",
    "bugtrack_url": null,
    "license": null,
    "summary": "Organize and sort your receipts locally, use pandas power to analyze your spendings!",
    "version": "0.2.5",
    "project_urls": {
        "Documentation": "https://github.com/max3-2/pybudgetbook",
        "Source": "https://github.com/max3-2/pybudgetbook"
    },
    "split_keywords": [
        "expenses",
        "receipts",
        "scan",
        "shopping",
        "financial",
        "anlysis",
        "pandas"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7991e4ec1f6501278100ba08400c62342784c97f7f60362028918c540aee0b1c",
                "md5": "0158bf35388b40e3e479ff306334d473",
                "sha256": "db01ce96db6874b31c8ab425ad8079b614f1eec50feb3dfcebe25d41aadef3e2"
            },
            "downloads": -1,
            "filename": "pybudgetbook-0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0158bf35388b40e3e479ff306334d473",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 105298,
            "upload_time": "2023-05-31T20:01:01",
            "upload_time_iso_8601": "2023-05-31T20:01:01.680980Z",
            "url": "https://files.pythonhosted.org/packages/79/91/e4ec1f6501278100ba08400c62342784c97f7f60362028918c540aee0b1c/pybudgetbook-0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-31 20:01:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "max3-2",
    "github_project": "pybudgetbook",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pybudgetbook"
}
        
Elapsed time: 0.07104s