{ "info": { "author": "Mathieu Agopian", "author_email": "mathieu.agopian@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "###################\ndjango-runcommands\n###################\n\n.. image:: https://secure.travis-ci.org/magopian/django-runcommands.png?branch=master\n :alt: Build Status\n :target: https://travis-ci.org/magopian/django-runcommands\n\nruncommands: execute system commands from urls.\n\n* Authors: Mathieu Agopian and `contributors\n `_\n* Licence: BSD\n* Compatibility: Django 1.4+, python2.7 and python3.3\n* Project URL: https://github.com/magopian/django-runcommands\n* Documentation: http://django-runcommands.rtfd.org/\n\n\nQuickstart\n==========\n\nInstall the application:\n\n.. code-block:: sh\n\n pip install django-runcommands\n\nAnd then add an entry for the runcommand's view in your URLCONF, for each\ncommand you wish to make accessible:\n\n.. code-block:: python\n\n # urls.py\n from runcommands.views import RunCommandView\n\n\n urlpatterns = patterns(\n '',\n url(r'^hello-world/$',\n RunCommandView.as_view(command='echo Hello World')),\n )\n\nYour command output is now available at the url ``/hello-world/``.\n\n\nHacking\n=======\n\nSetup your environment:\n\n::\n\n git clone https://github.com/magopian/django-runcommands.git\n cd django-runcommands\n\nHack and run the tests using `Tox `_ to test\non all the supported python and Django versions:\n\n::\n\n make test\n\r\n\r\nChangelog\n=========\n\n0.1 (2013-06-18)\n----------------\n\n - first version", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/magopian/django-runcommands", "keywords": "system commands", "license": "BSD Licence", "maintainer": null, "maintainer_email": null, "name": "django-runcommands", "package_url": "https://pypi.org/project/django-runcommands/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-runcommands/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/magopian/django-runcommands" }, "release_url": "https://pypi.org/project/django-runcommands/0.1/", "requires_dist": null, "requires_python": null, "summary": "runcommands: execute system commands from views", "version": "0.1" }, "last_serial": 919153, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3c47e50af73ebd52f9e89a210baf1311", "sha256": "c90eca1f59f8a047ff99398df35a885c01a6206bee7995474316788101f0c6b6" }, "downloads": -1, "filename": "django_runcommands-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3c47e50af73ebd52f9e89a210baf1311", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5739, "upload_time": "2013-11-14T08:25:34", "url": "https://files.pythonhosted.org/packages/5b/b5/bff49ce0b526652e755c867bda7e5265fe70568843f9a1e0c64d4a9f8490/django_runcommands-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ef0ef93ed1784ce47970aeaa260c13d", "sha256": "8f943c568e6640d94014c98584c713058063f1a22b17f256898feea7d4f55b4e" }, "downloads": -1, "filename": "django-runcommands-0.1.tar.gz", "has_sig": false, "md5_digest": "3ef0ef93ed1784ce47970aeaa260c13d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6488, "upload_time": "2013-06-18T19:03:07", "url": "https://files.pythonhosted.org/packages/54/bf/6df9ae2d544c03f1995835e8ca59c6bd706c73c92130186760a1b30585ae/django-runcommands-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3c47e50af73ebd52f9e89a210baf1311", "sha256": "c90eca1f59f8a047ff99398df35a885c01a6206bee7995474316788101f0c6b6" }, "downloads": -1, "filename": "django_runcommands-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3c47e50af73ebd52f9e89a210baf1311", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5739, "upload_time": "2013-11-14T08:25:34", "url": "https://files.pythonhosted.org/packages/5b/b5/bff49ce0b526652e755c867bda7e5265fe70568843f9a1e0c64d4a9f8490/django_runcommands-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ef0ef93ed1784ce47970aeaa260c13d", "sha256": "8f943c568e6640d94014c98584c713058063f1a22b17f256898feea7d4f55b4e" }, "downloads": -1, "filename": "django-runcommands-0.1.tar.gz", "has_sig": false, "md5_digest": "3ef0ef93ed1784ce47970aeaa260c13d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6488, "upload_time": "2013-06-18T19:03:07", "url": "https://files.pythonhosted.org/packages/54/bf/6df9ae2d544c03f1995835e8ca59c6bd706c73c92130186760a1b30585ae/django-runcommands-0.1.tar.gz" } ] }