You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-sphinx-8.1.3-2.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...
RPMPackage python3-smbios-2.4.3-15.lbn36.x86_64
This package provides a Python interface to libsmbios
RPMPackage python3-skimpygimpy-1.4-1.lbn36.noarch
Skimpy is a tool for generating HTML visual, PNG visual, and WAVE audio representations for strings which people can understand but which web robots and other computer programs will have difficulty understanding. Skimpy is an example of a Captcha: an acronym for "Completely Automated Public Turing test to tell Computers and Humans Apart".
RPMPackage python3-six-1.16.0-22.lbn36.noarch
Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions.
RPMPackage python3-singledispatch-3.7.0-1.lbn36.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. .. :target:
RPMPackage python3-simpleline-1.9.0-2.fc36.noarch
Simpleline is a Python3 library for creating text UI. It is designed to be used with line-based machines and tools (e.g. serial console) so that every new line is appended to the bottom of the screen. Printed lines are never rewritten!
RPMPackage python3-simplejson-3.19.3-1.lbn36.x86_64
simplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). simplejson is the externally maintained development version of the JSON library included with Python. It gets updated more regularly than the JSON module in the Python stdlib.
RPMPackage python3-simpleaudio-1.0.4-6.fc36.x86_64
The simpleaudio module provides asynchronous, cross-platform, dependency-free audio playback capability for Python 3.
RPMPackage python3-shutilwhich-1.1.0-1.lbn36.noarch
A copy & paste backport of Python 3.3's shutil.which function.Usage First, install the package: pip install shutilwhichImporting the package:: import shutilwhichwill monkey-patch the shutil package, so from that point on you can simply import the which function:: from shutil import whichTo keep things a little more concise, you can also import which directly from shutilwhich:: from shutilwhich...
RPMPackage python3-shiboken2-5.15.7-1.fc36.x86_64
Shiboken is the Python binding generator that Qt for Python uses to create the PySide module, in other words, is the system we use to expose the Qt C++ API to Python. The name Shiboken2 and PySide2 make reference to the Qt 5 compatibility, since the previous versions (without the 2) refer to Qt 4.