You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage python3-shapely-1.8.5.post1-1.lbn36.x86_64
Shapely |github-actions| |coveralls|.. |github-action .. |coverall Manipulation and analysis of geometric objects in the Cartesian plane. :width: 800 :height: 378Shapely is a BSD-licensed Python package for manipulation and analysis of
RPMPackage python3-sgmllib3k-1.0.0-7.lbn36.noarch
sgmllib3k -- Py3k port of the old stdlib module sgmllib was dropped in Python 3. For those depending on it, that's somewhat infortunate. This is a quick and dirty port of this old module. I just ran 2to3 on it and published it. I don't indend to maintain it, so it might be a good idea to eventually think about finding another module to use.
RPMPackage python3-setuptools_rust-1.3.0-2.lbn36.noarch
Setuptools plugin for Rust extensions[![github actions]( [![pypi package]( [![readthedocs]( [![code style: black]( is a plugin for setuptools to build Rust Python extensions implemented with [PyO3]( or [rust-cpython](
RPMPackage python3-setuptools_lint-0.6.0-1.lbn36.noarch
Setuptools lint command This package expose pylint_ as a lint command into setup.py. Installation This package is published on pypi. You can use pip to install it.:: pip install setuptools-lint--:: python setup.py lint For a full list of options, do:: python setup.py lint --help.. _pylint : *Release date: 14-Sept-2018** make python 2 & 3 explicit, thanks @cclauss * fixed pylint > 1.9...
RPMPackage python3-setuptools_hg-0.4-1.lbn36.noarch
setuptools_hg setuptools_hg is a plugin for setuptools/distribute to enable it to find files under the Mercurial version control system.It uses the Mercurial Python library by default and falls back to use the command line programm hg(1)_. That's especially useful inside virtualenvs that don't have access to the system wide installed Mercurial lib (e.g. when created with --no-site-...
RPMPackage python3-setuptools-78.1.0-1.lbn36.noarch
Setuptools is a collection of enhancements to the Python 3 distutils that allow you to more easily build and distribute Python 3 packages, especially ones that have dependencies on other packages. This package also contains the runtime components of setuptools, necessary to execute the software that requires pkg_resources.
RPMPackage python3-setupmeta-3.3.2-1.lbn36.noarch
Simplify your setup.py :alt: Python versions tested (link to github project)