{ "info": { "author": "David_Dornseifer", "author_email": "dp.dornseifer@googlemail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha" ], "description": "# PerFin\nPerFin is a Personal Finance library for Python\n\n## What is PerFin\nIt's basically a wrapper library for Pandas and Zipline with the focus on an easy to use interface\n\n### Implemented so far:\n* Load and handle csv files \n* Calculate montly savings and outliers \n* Get aggregates for easy analytics \n\n### More to come \n* Will add a simple API for backtesting, plotting in Jupyter, monte carlo simulations ... over the next month\n\n## Examples \nTo get a PerFin playground execute the following steps\n\n1. Define a environment variable 'PERFIN_FILES' and point it to the directory with the csv files you want to work on\n * on MacOS or Linux it's `export PERFIN_FILES=/home/user/files`. \n Note: Right now, if you have on folder for all `.csv` files, they will \n all be put together into one dataframe, regardless if the filenames say 'checking' or 'saving'. \n \n2. Open the interpreter in the `PerFin` folder. Load the playground script from the examples folder. \n * Option 1: Import the playground module. The code is directly executed and is then available via `playground.data`\n * Option 2: Add the variables to the interpreters global scope e.g. `exec(open(\"/Users/admin/pythonprojects/perfin/examples/playground.py\").read(), globals())`\n\n3. Have fun", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dpdornseifer/PerFin", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "perfin", "package_url": "https://pypi.org/project/perfin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/perfin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/dpdornseifer/PerFin" }, "release_url": "https://pypi.org/project/perfin/0.0.3dev/", "requires_dist": null, "requires_python": null, "summary": "PerFin a Personal Finance library.", "version": "0.0.3dev" }, "last_serial": 2589155, "releases": { "0.0.1dev": [ { "comment_text": "", "digests": { "md5": "5754849bf47d499ae34929ee8be325b9", "sha256": "bc8df5ad4c4c35fdc3fae0f33461bf19d642489687d1b7831f397ef7e8f2088d" }, "downloads": -1, "filename": "perfin-0.0.1dev.tar.gz", "has_sig": false, "md5_digest": "5754849bf47d499ae34929ee8be325b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4966, "upload_time": "2017-01-21T06:52:53", "url": "https://files.pythonhosted.org/packages/2b/5a/f072978a119295ed434ecb5113206114dd30940d12c15a9e520caefc0e2d/perfin-0.0.1dev.tar.gz" } ], "0.0.2dev": [ { "comment_text": "", "digests": { "md5": "26c30da1e47e62dcb72066e37ae9df13", "sha256": "991b9bdf65b14f518c30442c8308fd354cc85324cb31b927990e2b66b8d30bdf" }, "downloads": -1, "filename": "perfin-0.0.2dev.tar.gz", "has_sig": false, "md5_digest": "26c30da1e47e62dcb72066e37ae9df13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4962, "upload_time": "2017-01-21T07:13:38", "url": "https://files.pythonhosted.org/packages/61/ae/10810947193912fac352e7136b42f092071b9f935bda5ac598698d584601/perfin-0.0.2dev.tar.gz" } ], "0.0.3dev": [ { "comment_text": "", "digests": { "md5": "c18cdbfc56bb4d989118345744cb5dd4", "sha256": "521e82fe9ee69b629de6c3e33017780fcd0046efbcd1dd25ebd526e3457560e9" }, "downloads": -1, "filename": "perfin-0.0.3dev.tar.gz", "has_sig": false, "md5_digest": "c18cdbfc56bb4d989118345744cb5dd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5060, "upload_time": "2017-01-21T07:26:40", "url": "https://files.pythonhosted.org/packages/75/59/66a9b91c0ed52de8bc88e9208e927843bf990b07e5ea61c0a2dfdacd5125/perfin-0.0.3dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c18cdbfc56bb4d989118345744cb5dd4", "sha256": "521e82fe9ee69b629de6c3e33017780fcd0046efbcd1dd25ebd526e3457560e9" }, "downloads": -1, "filename": "perfin-0.0.3dev.tar.gz", "has_sig": false, "md5_digest": "c18cdbfc56bb4d989118345744cb5dd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5060, "upload_time": "2017-01-21T07:26:40", "url": "https://files.pythonhosted.org/packages/75/59/66a9b91c0ed52de8bc88e9208e927843bf990b07e5ea61c0a2dfdacd5125/perfin-0.0.3dev.tar.gz" } ] }