{ "info": { "author": "Di Xu", "author_email": "xudifsd@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7" ], "description": "# Utility for quick test python script\n\n[![Build Status](https://travis-ci.org/xudifsd/cmdcall.svg?branch=master)](https://travis-ci.org/xudifsd/cmdcall)\n\nAfter you finished coding your script just call cmdcall like `cmdcall.handle(sys.modules[__name__])`,\nthen, your script is callable immediately. Call your script like `python script.py foo 1 2 --c 3 --d 4`\nand cmdcall will parse cmdline args and provide them to `foo` function of your module.\n\nSee [entry script](test/entry.py) and [test case](test/test_cmdcall.py) for more info.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/xudifsd/cmdcall", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "cmdcall", "package_url": "https://pypi.org/project/cmdcall/", "platform": "", "project_url": "https://pypi.org/project/cmdcall/", "project_urls": { "Homepage": "https://github.com/xudifsd/cmdcall" }, "release_url": "https://pypi.org/project/cmdcall/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Utility for quick test python script", "version": "0.0.1" }, "last_serial": 4388885, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "018bdd0e7068900acc7f2f0e00085a5b", "sha256": "bb3798e0287f8a948473f560fcf2ad8380e917f83a5ebc4a1cd1d3f778808fe8" }, "downloads": -1, "filename": "cmdcall-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "018bdd0e7068900acc7f2f0e00085a5b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2945, "upload_time": "2018-10-18T04:29:36", "url": "https://files.pythonhosted.org/packages/1d/4a/6de63186829d4708befaff82d40b01a0a68380461b2d6dff61163531f9f5/cmdcall-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d0fe8de83bf0effcfa9772e5486f9238", "sha256": "e3b66a0928e9203801e5ff9a5ca9ce6a2666aed1630a0c07fe713c350b605d7f" }, "downloads": -1, "filename": "cmdcall-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d0fe8de83bf0effcfa9772e5486f9238", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2232, "upload_time": "2018-10-18T04:29:38", "url": "https://files.pythonhosted.org/packages/71/08/d2b8b4d8ce9c61750346350d152c7135c462ba2c5a52f8011fb5e586a483/cmdcall-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "018bdd0e7068900acc7f2f0e00085a5b", "sha256": "bb3798e0287f8a948473f560fcf2ad8380e917f83a5ebc4a1cd1d3f778808fe8" }, "downloads": -1, "filename": "cmdcall-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "018bdd0e7068900acc7f2f0e00085a5b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2945, "upload_time": "2018-10-18T04:29:36", "url": "https://files.pythonhosted.org/packages/1d/4a/6de63186829d4708befaff82d40b01a0a68380461b2d6dff61163531f9f5/cmdcall-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d0fe8de83bf0effcfa9772e5486f9238", "sha256": "e3b66a0928e9203801e5ff9a5ca9ce6a2666aed1630a0c07fe713c350b605d7f" }, "downloads": -1, "filename": "cmdcall-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d0fe8de83bf0effcfa9772e5486f9238", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2232, "upload_time": "2018-10-18T04:29:38", "url": "https://files.pythonhosted.org/packages/71/08/d2b8b4d8ce9c61750346350d152c7135c462ba2c5a52f8011fb5e586a483/cmdcall-0.0.1.tar.gz" } ] }