{ "info": { "author": "Priyam Singh", "author_email": "priyamsingh.22296@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3.5" ], "description": "######################################################################################\nNatural Language Mathematical Calculator\n######################################################################################\n\n\n.. inclusion-marker-introduction-start\n\n**************************************************************************\nIntroduction\n**************************************************************************\n\n.. image:: https://badge.fury.io/py/nlcalc.svg\n :target: https://badge.fury.io/py/nlcalc\n\n.. image:: https://api.codacy.com/project/badge/Grade/0ad006a377474ddcb251dc94418d48a2 \n :target: https://www.codacy.com/app/pri22296/nlcalc?utm_source=github.com&utm_medium=referral&utm_content=pri22296/nlcalc&utm_campaign=Badge_Grade\n\n.. image:: https://landscape.io/github/pri22296/nlcalc/master/landscape.svg?style=flat\n :target: https://landscape.io/github/pri22296/nlcalc/master\n :alt: Code Health\n \n.. image:: https://readthedocs.org/projects/nlcalc/badge/?version=latest\n :target: http://nlcalc.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\nThis Package is an example project for the\n`botify `_ framework. It can be\nused to parse mathematical expressions expressed in natural language\nand evaluate the result.\n\n.. inclusion-marker-introduction-end\n\n.. inclusion-marker-usage-start\n\n**************************************************************************\nUsage\n**************************************************************************\n\n.. code:: python\n\n >>> from nlcalc import NLCalculator\n >>> my_calc = NLCalculator()\n >>> result = my_calc.calculate(\"what is two plus twenty five\")\n >>> print(result)\n 27\n >>> result = my_calc.calculate(\"3 square plus four square\")\n >>> print(result)\n 25\n\n.. inclusion-marker-usage-end\n\n\n.. inclusion-marker-install-start\n\n**************************************************************************\nInstallation\n**************************************************************************\n\n::\n\n pip install nlcalc\n\n\n.. inclusion-marker-install-end\n\n\n.. inclusion-marker-links-start\n\n**************************************************************************\nLinks\n**************************************************************************\n\n* `Documentation `_\n\n* `Source `_\n\n* `API Reference `_\n\n\n.. inclusion-marker-links-end\n\n\n.. inclusion-marker-license-start\n\n**************************************************************************\nLicense\n**************************************************************************\n\nThis project is licensed under the MIT License - see the `LICENSE.txt `_ file for details.\n\n\n.. inclusion-marker-license-end", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/pri22296/nlcalc/tarball/0.1.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pri22296/nlcalc", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "nlcalc", "package_url": "https://pypi.org/project/nlcalc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nlcalc/", "project_urls": { "Download": "https://github.com/pri22296/nlcalc/tarball/0.1.1", "Homepage": "https://github.com/pri22296/nlcalc" }, "release_url": "https://pypi.org/project/nlcalc/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Natural Language Mathematical Calculator", "version": "0.1.1" }, "last_serial": 2749703, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3d7cd8f283db589663fd7e7bad285633", "sha256": "4363724e4b154f2d60d5ef8d9194612f10b3d5107bfa99ec4f14c49dc08c67d7" }, "downloads": -1, "filename": "nlcalc-0.1.0.zip", "has_sig": false, "md5_digest": "3d7cd8f283db589663fd7e7bad285633", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8274, "upload_time": "2017-04-02T11:34:53", "url": "https://files.pythonhosted.org/packages/c7/e0/419be95f34ffe117f9d125f9f8f0725499232fa1a8a269687f506ffadaf0/nlcalc-0.1.0.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e36541b58af18d19cd840a9b327e38d8", "sha256": "4938081af553be188479aff9593a5d8032c00ac12014312e8b51371b7588749c" }, "downloads": -1, "filename": "nlcalc-0.1.1.zip", "has_sig": false, "md5_digest": "e36541b58af18d19cd840a9b327e38d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8057, "upload_time": "2017-04-03T14:57:27", "url": "https://files.pythonhosted.org/packages/f3/23/0d52456cef54542b312af2d8e99b597f64dfa51a142a9ea2ed5d26d4ac59/nlcalc-0.1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e36541b58af18d19cd840a9b327e38d8", "sha256": "4938081af553be188479aff9593a5d8032c00ac12014312e8b51371b7588749c" }, "downloads": -1, "filename": "nlcalc-0.1.1.zip", "has_sig": false, "md5_digest": "e36541b58af18d19cd840a9b327e38d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8057, "upload_time": "2017-04-03T14:57:27", "url": "https://files.pythonhosted.org/packages/f3/23/0d52456cef54542b312af2d8e99b597f64dfa51a142a9ea2ed5d26d4ac59/nlcalc-0.1.1.zip" } ] }