{"id":18517664,"url":"https://github.com/opennti/sphinxcontrib-programoutput","last_synced_at":"2025-09-03T13:06:56.762Z","repository":{"id":15485324,"uuid":"78244880","full_name":"OpenNTI/sphinxcontrib-programoutput","owner":"OpenNTI","description":"Sphinx extension for capturing program output","archived":false,"fork":false,"pushed_at":"2024-12-06T20:39:49.000Z","size":198,"stargazers_count":41,"open_issues_count":6,"forks_count":21,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-13T21:44:18.465Z","etag":null,"topics":["python","sphinx","sphinx-extension"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenNTI.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-01-06T22:52:39.000Z","updated_at":"2025-02-02T16:21:31.000Z","dependencies_parsed_at":"2025-04-13T04:30:04.088Z","dependency_job_id":"7d87b433-4314-476d-91bb-2fa837068d60","html_url":"https://github.com/OpenNTI/sphinxcontrib-programoutput","commit_stats":null,"previous_names":["nextthought/sphinxcontrib-programoutput"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/OpenNTI/sphinxcontrib-programoutput","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenNTI%2Fsphinxcontrib-programoutput","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenNTI%2Fsphinxcontrib-programoutput/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenNTI%2Fsphinxcontrib-programoutput/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenNTI%2Fsphinxcontrib-programoutput/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenNTI","download_url":"https://codeload.github.com/OpenNTI/sphinxcontrib-programoutput/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenNTI%2Fsphinxcontrib-programoutput/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265437170,"owners_count":23765116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","sphinx","sphinx-extension"],"created_at":"2024-11-06T17:06:38.695Z","updated_at":"2025-07-15T12:39:45.542Z","avatar_url":"https://github.com/OpenNTI.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=============================\n sphinxcontrib-programoutput\n=============================\n\n.. image:: https://github.com/NextThought/sphinxcontrib-programoutput/workflows/tests/badge.svg\n   :target: https://github.com/NextThought/sphinxcontrib-programoutput/actions?query=workflow%3Atests\n\n.. image:: https://coveralls.io/repos/github/NextThought/sphinxcontrib-programoutput/badge.svg\n   :target: https://coveralls.io/github/NextThought/sphinxcontrib-programoutput\n\n\nhttps://sphinxcontrib-programoutput.readthedocs.org\n\nA Sphinx_ extension to literally insert the output of arbitrary commands into\ndocuments, helping you to keep your command examples up to date.\n\n\nInstallation\n============\n\nInstall this extension from PyPI_::\n\n   pip install sphinxcontrib-programoutput\n\nThe extension requires Sphinx 1.7.0 and Python 2.7 or Python 3 (Python\n3.6+ is tested) at least.\n\nUsage\n=====\n\nJust add this extension to ``extensions``::\n\n   extensions = ['sphinxcontrib.programoutput']\n\nNow you've two new directives ``program-output`` and ``command-output`` to\ninsert the output of programs.  The former just inserts the output::\n\n   .. program-output:: python -V\n\nOutput::\n\n   Python 2.7.1\n\nThe latter directive mimics a shell session, and is intended to show examples::\n\n   .. command-output:: python -V\n\nOutput::\n\n   $ python -V\n   Python 2.7.1\n\n\nPlease refer to the documentation_ for comprehensive information about usage and\nconfiguration of this extension.\n\n\nDevelopment and Support\n=======================\n\nPlease refer to the documentation_ for information on support and the\ndevelopment process.\n\n\n.. _Sphinx: http://www.sphinx-doc.org/en/stable/\n.. _PyPI: http://pypi.python.org/pypi/sphinxcontrib-programoutput\n.. _documentation: http://sphinxcontrib-programoutput.readthedocs.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopennti%2Fsphinxcontrib-programoutput","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopennti%2Fsphinxcontrib-programoutput","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopennti%2Fsphinxcontrib-programoutput/lists"}