You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-sphinxcontrib-apidoc-0.3.0-1.lbn36.noarch
sphinxcontrib-apidoc A Sphinx extension for running sphinx-apidoc_ on each build.Overview *sphinx-apidoc* is a tool for automatic generation of Sphinx sources that, using the autodoc <sphinx_autodoc>_ extension, documents a whole package in the style of other automatic API documentation tools. *sphinx- apidoc* does not actually build documentation - rather it simply generates it. As a result,...
RPMPackage python3-sphinx_tabs-3.4.1-1.lbn36.noarch
sphinx-tabs[![Github-CI][github-ci]][github-link] [![Coverage Status][codecov- badge]][codecov-link] [![PyPI][pypi-badge]][pypi-link]Create tabbed content in [Sphinx documentation]() when building HTML.For example, see the [Raw] code of [docs/index.rst](docs/index.rst) which generates the following:A live demo can be found here: <>![Tabs](/images/tabs.gif) Installationbash pip install sphinx-...
RPMPackage python3-sphinx_rtd_theme-2.0.0-6.lbn36.noarch
This is a prototype mobile-friendly sphinx theme for readthedocs.org. It's currently in development and includes some rtd variable checks that can be ignored if you're just trying to use it on your project outside of that site.
RPMPackage python3-sphinx-theme-alabaster-0.7.16-5.lbn36.noarch
Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It began as a third-party theme, and is still maintained separately, but as of Sphinx 1.3, Alabaster is an install-time dependency of Sphinx and is selected as the default theme.
RPMPackage python3-sphinx-testing-1.0.1-1.lbn36.noarch
testing utility classes and functions for Sphinx extensions
RPMPackage python3-sphinx-rtd-theme-1.0.0-1.lbn36.noarch
This Sphinx theme was designed to provide a great reader experience for documentation users on both desktop and mobile devices. This theme is used primarily on Read the Docs but can work with any Sphinx project. You can find a working demo of the theme in the theme documentation
RPMPackage python3-sphinx-latex-7.4.7-1.lbn36.noarch
Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects. This package pulls in the TeX dependencies needed by Sphinx's LaTeX builder.
RPMPackage python3-sphinx-bootstrap-theme-0.8.1-6.lbn36.noarch
This sphinx theme integrates the Booststrap CSS / Javascript framework with various layout options, hierarchical menu navigation, and mobile-friendly responsive design. It is configurable, extensible and can use any number of different Bootswatch CSS themes.
RPMPackage python3-sphinx-argparse-0.4.0-4.lbn36.noarch
Sphinx extension that automatically documents argparse commands and options
RPMPackage python3-sphinx-7.4.7-1.lbn36.noarch
Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects. Sphinx uses reStructuredText as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the Docutils. Although it is still under constant development, the following features are already present, work fine and can be seen "in action" in the Python docs: * Output formats: HTML (including Windows HTML Help) and LaTeX, for printable PDF versions * Extensive cross-references: semantic markup and automatic links for functions, classes, glossary terms and similar pieces of information * Hierarchical structure: easy definition of a document tree, with automatic links to siblings, parents and children * Automatic indices: general index as well as a module index * Code handling: automatic highlighting using the Pygments highlighter * Various extensions are available, e.g. for automatic testing of snippets and inclusion of appropriately formatted docstrings.
RPMPackage python3-speechrecognition-3.8.1-1.lbn36.x86_64
SpeechRecognition Library for performing speech recognition, with support for several engines and APIs, online and offline.Speech recognition engine/API support:* CMU Sphinx < (works offline) * Google Speech Recognition * Google Cloud Speech API < * Wit.ai < * Microsoft Bing Voice Recognition < * Houndify API < * IBM Speech to Text < * Snowboy Hotword Detection < (works offline)**Quickstart:**...
RPMPackage python3-speechd-0.11.5-1.lbn36.x86_64
Python 3 module for speech-dispatcher
RPMPackage python3-soupsieve-2.6-1.lbn36.noarch
Soup Sieve Overview Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. It aims to provide selecting, matching, and filtering using modern CSS selectors. Soup Sieve currently provides selectors from the CSS level 1 specifications up through the latest CSS level 4 drafts and beyond (though some are not yet implemented). Soup Sieve was written with the intent to replace Beautiful Soup's builtin select feature, and as of Beautiful Soup version 4.7.0, it now is :confetti_ball:. Soup Sieve can also be imported in order to use its API directly for more controlled, specialized parsing. Soup Sieve has implemented most of the CSS selectors up through the latest CSS draft specifications, though there are a number that don't make sense in a non-browser environment. Selectors that cannot provide meaningful functionality simply do not match anything. Some of the supported selectors are: .classes [attributes=value] parent child parent > child sibling ~ sibling sibli
RPMPackage python3-souper-1.1.1-1.lbn36.noarch
ZODB Storage for lots of (light weight) data.Utilizes:- ZODB < and its BTrees < - node < (and node.ext.zodb < - repoze.catalog < Souper is a tool for programmers. It offers an integrated storage tied together with indexes in a catalog.
RPMPackage python3-social-auth-core-4.5.4-1.lbn36.noarch
> THIS PROJECT IS OPEN FOR MAINTAINERS > Development on the python-social-auth projects has been stagnated for a while, > 445 was open a long time ago to discuss this matter and a plan (failed) was > presented to fix the situation. For that reason, I'm opening the organization to > new maintainers that will have the proper permissions to unstuck development.> Those willing to join, contact me...
RPMPackage python3-social-auth-app-django-5.4.1-1.lbn36.noarch
Python Social Auth - Django![Build Status]( ![Build Status]( [![PyPI version]( [![Donate]( Social Auth is an easy to setup social authentication/registration
RPMPackage python3-snowballstemmer-2.2.0-1.lbn36.noarch
Snowball stemming library collection for Python Python 3 (> 3.3) is supported. We no longer actively support Python 2 as the Python developers stopped supporting it at the start of 2020. Snowball 2.1.0 was the last release to officially support Python 2.What is Stemming? --Stemming maps different forms of the same word to a common "stem" - for example, the English stemmer maps *connection*,...
RPMPackage python3-snapshottest-0.6.0-1.lbn36.noarch
SnapshotTest [![travis][travis-image]][travis-url] [![pypi][pypi-image]][pypi- url][travis-image]: [travis-url]: [pypi-image]: [pypi-url]: Snapshot testing is a way to test your APIs without writing actual test cases.1. A snapshot is a single state of your API, saved in a file. 2. You have a set of snapshots for your API endpoints. 3. Once you add a new feature, you can generate...
RPMPackage python3-smmap2-3.0.1-1.lbn36.noarch
This is a mirror package for smmap < Consider installing it directly instead.
RPMPackage python3-smmap-3.0.5-1.lbn36.noarch
MotivationWhen reading from many possibly large files in a fashion similar to random access, it is usually the fastest and most efficient to use memory maps.Although memory maps have many advantages, they represent a very limited system resource as every map uses one file descriptor, whose amount is limited per process. On 32 bit systems, the amount of memory you can have mapped at a time is...