{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Pyramid", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "pyramid_command\n===========\n\nConsole commands manager for Pyramid framework\n\nusage\n======\n\ninstall package\n\nWrite your console commands.\nFor example in myproject/console.py:\n\n from pyramid_command import Command\n \n class MyCmd(Command):\n\n name = \"my_cmd\"\n description = \"My usefull command\"\n\n args = (\n (\"echo\", {\"help\":\"echo the string you use here\"}),\n ((\"-f\", \"--file\"), {\"help\":\"file\"}),\n )\n\n def run(self, echo='dd', file=None):\n print self.name, \"runs\", echo, file\n\n\nThen configure where to search your commands.\nFor example in development.ini:\n\n [app:main]\n use = egg:myproject\n ...\n ...\n console_commands = myproject.console\n\n\nNow run:\n\n >>>pcommand development.ini my_cmd echoval\n\n\n\n\nCHANGES.txt", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "web pyramid console", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pyramid_command", "package_url": "https://pypi.org/project/pyramid_command/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyramid_command/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/pyramid_command/0.1/", "requires_dist": null, "requires_python": null, "summary": "Console commands manager for Pyramid framework", "version": "0.1" }, "last_serial": 797608, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6d43166286b6422d955600c79916895b", "sha256": "7622b1e9383e48c05f700d5c5d6444a39cccd608cf92e80410054ec13ca52306" }, "downloads": -1, "filename": "pyramid_command-0.1.tar.gz", "has_sig": false, "md5_digest": "6d43166286b6422d955600c79916895b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2939, "upload_time": "2012-08-02T12:54:03", "url": "https://files.pythonhosted.org/packages/e6/0f/60034a4af3eb11efd3e5b0b2d4d55ad26e8d7c46797a25a7cddc5e382ef5/pyramid_command-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d43166286b6422d955600c79916895b", "sha256": "7622b1e9383e48c05f700d5c5d6444a39cccd608cf92e80410054ec13ca52306" }, "downloads": -1, "filename": "pyramid_command-0.1.tar.gz", "has_sig": false, "md5_digest": "6d43166286b6422d955600c79916895b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2939, "upload_time": "2012-08-02T12:54:03", "url": "https://files.pythonhosted.org/packages/e6/0f/60034a4af3eb11efd3e5b0b2d4d55ad26e8d7c46797a25a7cddc5e382ef5/pyramid_command-0.1.tar.gz" } ] }