{ "info": { "author": "thautwarm", "author_email": "twshere@outlook.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython" ], "description": ".. image:: https://img.shields.io/pypi/v/wisepy2.svg\n :target: https://pypi.python.org/pypi/wisepy2\n\nWisepy2\n==================\n\nSince we found that the capabilities/features doesn't attract people into using `wisepy `_, thus\nwe go to an extreme, making the simplest command line tool for Python, but also capable of covering the regular use cases.\n\nTwo examples are given in the root directory of this project.\n\n\n.. image:: https://raw.githubusercontent.com/Xython/wisepy2/master/example-add2.png\n :width: 90%\n :align: center\n\n.. code-block :: Python\n\n from wisepy2 import *\n import sys\n\n\n @wise\n def add(left: int, right: int):\n \"\"\"\n add up two numbers.\n \"\"\"\n print(left + right)\n return 0\n\n\n if __name__ == '__main__':\n add(sys.argv[1:])\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Xython/wisepy2", "keywords": "CLI solution", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "wisepy2", "package_url": "https://pypi.org/project/wisepy2/", "platform": "any", "project_url": "https://pypi.org/project/wisepy2/", "project_urls": { "Homepage": "https://github.com/Xython/wisepy2" }, "release_url": "https://pypi.org/project/wisepy2/1.0.3/", "requires_dist": null, "requires_python": "", "summary": "simple CLI framework", "version": "1.0.3" }, "last_serial": 5183596, "releases": { "1.0.3": [ { "comment_text": "", "digests": { "md5": "dcedeb6a4a8ea5be27e47e8d6d032709", "sha256": "ad5fae59e0eef6b4ba0d340b4bf777c457b8ec179ce70da8e09c8ea4e8b3a6d8" }, "downloads": -1, "filename": "wisepy2-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "dcedeb6a4a8ea5be27e47e8d6d032709", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2671, "upload_time": "2019-04-24T17:39:57", "url": "https://files.pythonhosted.org/packages/a0/64/cb8bd8ea7cc23a34b2188af706cbf4f4e89742b909f6090d1b026186b446/wisepy2-1.0.3-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dcedeb6a4a8ea5be27e47e8d6d032709", "sha256": "ad5fae59e0eef6b4ba0d340b4bf777c457b8ec179ce70da8e09c8ea4e8b3a6d8" }, "downloads": -1, "filename": "wisepy2-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "dcedeb6a4a8ea5be27e47e8d6d032709", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2671, "upload_time": "2019-04-24T17:39:57", "url": "https://files.pythonhosted.org/packages/a0/64/cb8bd8ea7cc23a34b2188af706cbf4f4e89742b909f6090d1b026186b446/wisepy2-1.0.3-py3-none-any.whl" } ] }