{ "info": { "author": "Hugo Osvaldo Barrera", "author_email": "hugo@barrera.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Documentation", "Topic :: Utilities" ], "description": "==============\nsphinx-autorun\n==============\n\nsphinx-autorun is an extension for Sphinx_ that can execute the code from a\nrunblock directive and attach the output of the execution to the document. \n\n.. _Sphinx: https://sphinx.readthedocs.io/\n\nFor example::\n\n .. runblock:: pycon\n \n >>> for i in range(5):\n ... print i\n\nProduces::\n\n >>> for i in range(5):\n ... print i\n 1\n 2\n 3\n 4\n 5\n\n\nAnother example::\n\n .. runblock:: console\n\n $ date\n\nProduces::\n\n $ date \n Thu 4 Mar 2010 22:56:49 EST\n\nCurrently autorun supports ``pycon`` and ``console`` languages. It's also\npossible to configure autorun (from `conf.py`) to run other languages.\n\n\nInstallation\n------------\n\nInstalling via pip (recommended)::\n\n $ pip install sphinx-autorun\n\nInstall from source::\n\n $ git clone git@gitlab.com:hobarrera/sphinx-autorun.git\n $ python setup.py install\n\nTo enable autorun add 'sphinx_autorun' to the ``extension`` list in\n`conf.py`::\n\n extensions.append('sphinx_autorun')\n\nThe documentation is in the doc/ folder.\n\nAbout this fork\n---------------\n\nsphinx-contrib/autorun was abandoned and broken for several months. Since it\ndid not even work, this fork was created as a continuation of it with mostly\ncritical fixes.\n", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/sphinx-autorun", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/hobarrera/sphinx-autorun", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "sphinx-autorun-ng", "package_url": "https://pypi.org/project/sphinx-autorun-ng/", "platform": "any", "project_url": "https://pypi.org/project/sphinx-autorun-ng/", "project_urls": { "Download": "http://pypi.python.org/pypi/sphinx-autorun", "Homepage": "https://gitlab.com/hobarrera/sphinx-autorun" }, "release_url": "https://pypi.org/project/sphinx-autorun-ng/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Sphinx extension autorun", "version": "1.0.0" }, "last_serial": 3232064, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "f9dacbbbee14d2c137a95e0edcdda91c", "sha256": "33a0217aa4b783f21c283b4d99f0b0d978ae16f1c6286fb8ced82f22fe91a183" }, "downloads": -1, "filename": "sphinx_autorun_ng-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f9dacbbbee14d2c137a95e0edcdda91c", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 7913, "upload_time": "2017-01-11T03:06:35", "url": "https://files.pythonhosted.org/packages/68/a0/5bfa1eab69424d474ae2994247b4723c3fd99c8949e49f9b2fa8a9d7de0d/sphinx_autorun_ng-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e2a26857dc9f2c30a27c09424bf41567", "sha256": "ff132a5903b172fe03663d9ad2dd5753b751beed78be77c6072cd7fddd50a19b" }, "downloads": -1, "filename": "sphinx-autorun-ng-1.0.0.tar.gz", "has_sig": false, "md5_digest": "e2a26857dc9f2c30a27c09424bf41567", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7991, "upload_time": "2017-01-11T03:06:32", "url": "https://files.pythonhosted.org/packages/3d/c0/cff7805efb02d80643e0f27846e1d12905fb3590560d98d3dbfbb782fbdd/sphinx-autorun-ng-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f9dacbbbee14d2c137a95e0edcdda91c", "sha256": "33a0217aa4b783f21c283b4d99f0b0d978ae16f1c6286fb8ced82f22fe91a183" }, "downloads": -1, "filename": "sphinx_autorun_ng-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f9dacbbbee14d2c137a95e0edcdda91c", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 7913, "upload_time": "2017-01-11T03:06:35", "url": "https://files.pythonhosted.org/packages/68/a0/5bfa1eab69424d474ae2994247b4723c3fd99c8949e49f9b2fa8a9d7de0d/sphinx_autorun_ng-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e2a26857dc9f2c30a27c09424bf41567", "sha256": "ff132a5903b172fe03663d9ad2dd5753b751beed78be77c6072cd7fddd50a19b" }, "downloads": -1, "filename": "sphinx-autorun-ng-1.0.0.tar.gz", "has_sig": false, "md5_digest": "e2a26857dc9f2c30a27c09424bf41567", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7991, "upload_time": "2017-01-11T03:06:32", "url": "https://files.pythonhosted.org/packages/3d/c0/cff7805efb02d80643e0f27846e1d12905fb3590560d98d3dbfbb782fbdd/sphinx-autorun-ng-1.0.0.tar.gz" } ] }