{ "info": { "author": "Julian Gethmann", "author_email": "smartsammler@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "Programming Language :: Python", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Interpreters", "Topic :: System :: Shells" ], "description": "========\nrpnparse\n========\n\n\nsimple reverse polish notation parser to learn how to write parsers.\n\n\nDescription\n===========\n\nThis reverse polish notation (RPN) parser parses RPN strings in Python and returns the calculated value.\nIt also provides a basic shell and command line interface.\nThough it is basically a project for me to play a little bit around you might find it usefull or also want to hack around.\n\nNote\n====\n\nIt has been highly inspired by the great example of (Learn you some Erlang)[http://learnyousomeerlang.com/functionally-solving-problems#rpn-calculator] and secondly by (pyrpn)[https://github.com/archman/pyrpn].\n\nThis project has been set up using PyScaffold 2.5.7. For details and usage\ninformation on PyScaffold see http://pyscaffold.readthedocs.org/.\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/smartsammler/rpnparse", "keywords": "", "license": "new-bsd", "maintainer": "", "maintainer_email": "", "name": "rpnparse", "package_url": "https://pypi.org/project/rpnparse/", "platform": "", "project_url": "https://pypi.org/project/rpnparse/", "project_urls": { "Homepage": "https://github.com/smartsammler/rpnparse" }, "release_url": "https://pypi.org/project/rpnparse/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "simple reverse polish notation parser to learn how to write parsers", "version": "0.0.1" }, "last_serial": 3145811, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "efbb130279cd9480dfce8b059a1a9c10", "sha256": "76d02389f3cb5bec6e6fd19621bae9973e24cb6fe035b674eec2888bb1fa12ec" }, "downloads": -1, "filename": "rpnparse-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "efbb130279cd9480dfce8b059a1a9c10", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5401, "upload_time": "2017-09-03T18:23:51", "url": "https://files.pythonhosted.org/packages/1f/a0/34fa507bb49b6dff54516df99b15e824951a6c8fa87ce6f71c440f85f071/rpnparse-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cac6263c1d8d8da2181af1c606d86833", "sha256": "4a64b9bf8216bac19f07f586663f512d3c85ce9a7ba0e29c8e44fb3e1306b0fe" }, "downloads": -1, "filename": "rpnparse-0.0.1.tar.gz", "has_sig": false, "md5_digest": "cac6263c1d8d8da2181af1c606d86833", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12403, "upload_time": "2017-09-03T18:23:53", "url": "https://files.pythonhosted.org/packages/c5/61/20c78f36b8cc156a3ffe82c1014b612985a054feacde65895a9138c1f3ac/rpnparse-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "efbb130279cd9480dfce8b059a1a9c10", "sha256": "76d02389f3cb5bec6e6fd19621bae9973e24cb6fe035b674eec2888bb1fa12ec" }, "downloads": -1, "filename": "rpnparse-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "efbb130279cd9480dfce8b059a1a9c10", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5401, "upload_time": "2017-09-03T18:23:51", "url": "https://files.pythonhosted.org/packages/1f/a0/34fa507bb49b6dff54516df99b15e824951a6c8fa87ce6f71c440f85f071/rpnparse-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cac6263c1d8d8da2181af1c606d86833", "sha256": "4a64b9bf8216bac19f07f586663f512d3c85ce9a7ba0e29c8e44fb3e1306b0fe" }, "downloads": -1, "filename": "rpnparse-0.0.1.tar.gz", "has_sig": false, "md5_digest": "cac6263c1d8d8da2181af1c606d86833", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12403, "upload_time": "2017-09-03T18:23:53", "url": "https://files.pythonhosted.org/packages/c5/61/20c78f36b8cc156a3ffe82c1014b612985a054feacde65895a9138c1f3ac/rpnparse-0.0.1.tar.gz" } ] }