{ "info": { "author": "Emilio Sebastian Rios,Ruben Sospedra", "author_email": "emilioriosvz@gmail.com,hello@sospedra.me", "bugtrack_url": null, "classifiers": [], "description": "GuacamoleBank\n============\n\nThis code is for academic purpose. It's supposed to be a very simple simulation of a Bank system. It's developed over Python3. To install it: simply clone it and run it with `python3 main.py`\n\n### The features of the app are: ###\n* Manage clients\n* Manage accounts\n* Manage bank logs\n* Get account info by client\n* Get account info by date\n* Login\n* Send and receive money\n\n### The dependencies ###\nThis product it's developed over Python3, so need that version of.\nWe use our own module to convert the currencies, you can find it at the `assets/vendor/` directory.\n\nThe data is stored at documents disk-based JSON system. You can find that files at `data/` directory. \n\nThis code should follow the PYPI standards.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/edravis/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/edravis/GuacamoleBank/", "keywords": "academic,bank,management", "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "guacamoleBank", "package_url": "https://pypi.org/project/guacamoleBank/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/guacamoleBank/", "project_urls": { "Download": "https://github.com/edravis/archive/master.zip", "Homepage": "https://github.com/edravis/GuacamoleBank/" }, "release_url": "https://pypi.org/project/guacamoleBank/0.1dev/", "requires_dist": null, "requires_python": null, "summary": "Easy simulation of a bank software. For academic purpose.", "version": "0.1dev" }, "last_serial": 1085567, "releases": { "0.1dev": [] }, "urls": [] }