{ "info": { "author": "Endre Bakken Stovner", "author_email": "endrebak85@gmail.com", "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 :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "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@github.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.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/endrebak/sphinx-autorun-ebs", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "sphinx-autorun-ebs", "package_url": "https://pypi.org/project/sphinx-autorun-ebs/", "platform": "any", "project_url": "https://pypi.org/project/sphinx-autorun-ebs/", "project_urls": { "Homepage": "https://github.com/endrebak/sphinx-autorun-ebs" }, "release_url": "https://pypi.org/project/sphinx-autorun-ebs/0.0.0/", "requires_dist": null, "requires_python": "", "summary": "Sphinx extension autorun", "version": "0.0.0" }, "last_serial": 3867789, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "84c7d9d5f3e2fc0397c3e51eda098d96", "sha256": "5a01cf15a4b6a2035937725f6b1b06de45e7b06af5d1500e7f7f8835f570ebc3" }, "downloads": -1, "filename": "sphinx-autorun-ebs-0.0.0.tar.gz", "has_sig": false, "md5_digest": "84c7d9d5f3e2fc0397c3e51eda098d96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3488, "upload_time": "2018-05-16T08:30:44", "url": "https://files.pythonhosted.org/packages/7f/a1/a17591261f388a97b7837bdda45410b28840402e0a7eeee0575d10a40b37/sphinx-autorun-ebs-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "84c7d9d5f3e2fc0397c3e51eda098d96", "sha256": "5a01cf15a4b6a2035937725f6b1b06de45e7b06af5d1500e7f7f8835f570ebc3" }, "downloads": -1, "filename": "sphinx-autorun-ebs-0.0.0.tar.gz", "has_sig": false, "md5_digest": "84c7d9d5f3e2fc0397c3e51eda098d96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3488, "upload_time": "2018-05-16T08:30:44", "url": "https://files.pythonhosted.org/packages/7f/a1/a17591261f388a97b7837bdda45410b28840402e0a7eeee0575d10a40b37/sphinx-autorun-ebs-0.0.0.tar.gz" } ] }