Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This sphinx extension redirects non-existent pages to working pages. Rediraffe can also check that deleted/renamed files in your git repo are redirected.
This package provides a sphinx extension for designing beautiful, view size responsive web components.
sphinxcontrib-jsmath is a Sphinx extension which renders display math in HTML via JavaScript.
Create a Sphinx documentation shell for your project and include the README file as the documentation index. It handles extracting the required meta data such as the project name, author and version from your project for use in your Sphinx docs.
This package provides a Sphinx directive to add unselectable prompt.
A Sphinx extension to generate multiversion and multilanguage sitemaps.org compliant sitemaps for the HTML version of your Sphinx documentation.
This Sphinx extension, sphinxcontrib.autoprogram, provides an automated way to document command-line programs. It scans argparse.ArgumentParser object, and then expands it into a set of .. program:: and .. option:: directives.
This package lets you link to GitHub issues, pull requests, commits and users from Sphinx docs.
This package provides a Python API to easily integrate Sphinx documentation into your web application. It provides tools to integrate Sphinx documents in web templates and to handle searches.
sphinxcontrib-applehelp is a Sphinx extension which outputs Apple help books.
This package provides a Sphinx plugin to add inline tabbed content to your Sphinx documentation.
Sphinx is a tool that makes it easy to create documentation for Python projects or other documents consisting of multiple reStructuredText sources.
This package provides a Sphinx Extension to generate OG metadata.
Jupyter-sphinx is a Sphinx extension that executes embedded code in a Jupyter kernel, and embeds outputs of that code in the document. It has support for rich output such as images, LaTeX math and even JavaScript widgets, and supports thebelab for live code execution with minimal effort.
This Pytest extension mainly provides some Pytest fixtures to simulate converting some source text to Docutils AST at different stages: before transforms, after transforms, etc.
This package provides Sphinx extension for running sphinx-apidoc on each build.
Sphinx AutoAPI is a Sphinx extension for generating complete API documentation without needing to load, run, or import the project being documented. In contrast to the traditional Sphinx autodoc, which requires manual authoring and uses code imports, AutoAPI finds and generates documentation by parsing source code.
This package provides a Bootstrap-based Sphinx theme from the PyData community.
sphinxcontrib-qthelp is a Sphinx extension which outputs QtHelp documents.
A Sphinx extension to convert SVG images to PDF in case the builder does not support SVG images natively (e.g. LaTeX).
This package provides guzzle_sphinx_theme, a theme for the Sphinx documentation system, used by Guzzle and several other projects.
Create tabbed content in Sphinx documentation when building HTML.
Sphinx is a tool that makes it easy to create documentation for Python projects or other documents consisting of multiple reStructuredText sources.
This package provides a small sphinx extension to add "copy" buttons to code blocks.