sphinx-exec-code


Namesphinx-exec-code JSON
Version 0.9 PyPI version JSON
download
home_pagehttps://github.com/spacemanspiff2007/sphinx-exec-code
SummaryExecute code blocks in Sphinx and display the output
upload_time2023-02-08 09:38:42
maintainer
docs_urlNone
authorspaceman_spiff
requires_python
license
keywords sphinx execute exec code
VCS
bugtrack_url
requirements pytest pre-commit sphinx sphinx-rtd-theme
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sphinx-exec-code
![Tests Status](https://github.com/spacemanspiff2007/sphinx-exec-code/workflows/Tests/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/sphinx-exec-code/badge/?version=latest)](https://sphinx-exec-code.readthedocs.io/en/latest/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sphinx-exec-code)
![PyPI](https://img.shields.io/pypi/v/sphinx-exec-code)
[![Downloads](https://pepy.tech/badge/sphinx-exec-code/month)](https://pepy.tech/project/sphinx-exec-code)

_A Sphinx extension to run python code in the documentation_

## About
Sphinx-exec-code allows execution of any python code during the documentation build.
It's also possible to display the output of the code execution.

With this extension it's easy to ensure that the provided code samples are always working.
Additionally, it's possible to show the output of the documented code.

Each code snippet runs in a fresh interpreter so changes to not leak between executions.

## Documentation
[The full documentation can be found at here](https://sphinx-exec-code.readthedocs.io)


## Quick Example

````text
.. exec-code::

   print('This code will be executed')
````
generates
```python
print('This code will be executed')
```
```
This code will be executed
```

# Changelog
#### 0.9 (2023-02-08)
- If the whole shown code block is indented the indention is removed

#### 0.8 (2022-07-18)
- Renamed ``exec_code_folders`` to ``exec_code_source_folders``
- Changed type of parameter to specify stdout to a flag
- Changed default for config parameter that sets encoding
- Dropped support for Python 3.7

#### 0.7 (2022-07-15)
- Added config parameter to specify stdout encoding
- Only empty lines of the output get trimmed

#### 0.6 (2022-04-04)
- Fixed an issue where the line numbers for error messages were not correct

#### 0.5 (2022-03-10)
- Marked as safe for parallel reading

#### 0.4 (2022-03-09)
- Added option to run code from example files

#### 0.3 (2021-09-24)
- Added some more documentation and fixed some false path warnings

#### 0.2 (2021-09-21)
- Initial Release

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/spacemanspiff2007/sphinx-exec-code",
    "name": "sphinx-exec-code",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sphinx,execute,exec,code",
    "author": "spaceman_spiff",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/af/98/e6de8fc1fc6de5d2057089f14865df08c61ba473becfdfd1f8c0ea113516/sphinx-exec-code-0.9.tar.gz",
    "platform": null,
    "description": "# sphinx-exec-code\n![Tests Status](https://github.com/spacemanspiff2007/sphinx-exec-code/workflows/Tests/badge.svg)\n[![Documentation Status](https://readthedocs.org/projects/sphinx-exec-code/badge/?version=latest)](https://sphinx-exec-code.readthedocs.io/en/latest/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sphinx-exec-code)\n![PyPI](https://img.shields.io/pypi/v/sphinx-exec-code)\n[![Downloads](https://pepy.tech/badge/sphinx-exec-code/month)](https://pepy.tech/project/sphinx-exec-code)\n\n_A Sphinx extension to run python code in the documentation_\n\n## About\nSphinx-exec-code allows execution of any python code during the documentation build.\nIt's also possible to display the output of the code execution.\n\nWith this extension it's easy to ensure that the provided code samples are always working.\nAdditionally, it's possible to show the output of the documented code.\n\nEach code snippet runs in a fresh interpreter so changes to not leak between executions.\n\n## Documentation\n[The full documentation can be found at here](https://sphinx-exec-code.readthedocs.io)\n\n\n## Quick Example\n\n````text\n.. exec-code::\n\n   print('This code will be executed')\n````\ngenerates\n```python\nprint('This code will be executed')\n```\n```\nThis code will be executed\n```\n\n# Changelog\n#### 0.9 (2023-02-08)\n- If the whole shown code block is indented the indention is removed\n\n#### 0.8 (2022-07-18)\n- Renamed ``exec_code_folders`` to ``exec_code_source_folders``\n- Changed type of parameter to specify stdout to a flag\n- Changed default for config parameter that sets encoding\n- Dropped support for Python 3.7\n\n#### 0.7 (2022-07-15)\n- Added config parameter to specify stdout encoding\n- Only empty lines of the output get trimmed\n\n#### 0.6 (2022-04-04)\n- Fixed an issue where the line numbers for error messages were not correct\n\n#### 0.5 (2022-03-10)\n- Marked as safe for parallel reading\n\n#### 0.4 (2022-03-09)\n- Added option to run code from example files\n\n#### 0.3 (2021-09-24)\n- Added some more documentation and fixed some false path warnings\n\n#### 0.2 (2021-09-21)\n- Initial Release\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Execute code blocks in Sphinx and display the output",
    "version": "0.9",
    "split_keywords": [
        "sphinx",
        "execute",
        "exec",
        "code"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b5843d3827d624980304cacc0d6981e3014ab2195bd03cde4fd28df07e4a492",
                "md5": "b38057931e108846a397e57271fc2f57",
                "sha256": "dbbafe5e37541b30c2ba9959e62500ebbaf56cb3174e44cb2abd39fbaacc26d7"
            },
            "downloads": -1,
            "filename": "sphinx_exec_code-0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b38057931e108846a397e57271fc2f57",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15773,
            "upload_time": "2023-02-08T09:38:40",
            "upload_time_iso_8601": "2023-02-08T09:38:40.972455Z",
            "url": "https://files.pythonhosted.org/packages/3b/58/43d3827d624980304cacc0d6981e3014ab2195bd03cde4fd28df07e4a492/sphinx_exec_code-0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af98e6de8fc1fc6de5d2057089f14865df08c61ba473becfdfd1f8c0ea113516",
                "md5": "f45fd1d0d9411b058be57a66c234528c",
                "sha256": "3fde4d389f3714abc56050a4c1fb91f8044cbb94b5ea37d58a6fa473edab94b3"
            },
            "downloads": -1,
            "filename": "sphinx-exec-code-0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "f45fd1d0d9411b058be57a66c234528c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14766,
            "upload_time": "2023-02-08T09:38:42",
            "upload_time_iso_8601": "2023-02-08T09:38:42.016160Z",
            "url": "https://files.pythonhosted.org/packages/af/98/e6de8fc1fc6de5d2057089f14865df08c61ba473becfdfd1f8c0ea113516/sphinx-exec-code-0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-08 09:38:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "spacemanspiff2007",
    "github_project": "sphinx-exec-code",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pytest",
            "specs": [
                [
                    ">=",
                    "7.2"
                ],
                [
                    "<",
                    "7.3"
                ]
            ]
        },
        {
            "name": "pre-commit",
            "specs": [
                [
                    "<",
                    "3.1"
                ],
                [
                    ">=",
                    "3.0"
                ]
            ]
        },
        {
            "name": "sphinx",
            "specs": [
                [
                    "<",
                    "6.2"
                ],
                [
                    ">=",
                    "6.1"
                ]
            ]
        },
        {
            "name": "sphinx-rtd-theme",
            "specs": [
                [
                    ">=",
                    "1.2"
                ],
                [
                    "<",
                    "1.3"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "sphinx-exec-code"
}
        
Elapsed time: 0.04853s