Lector de Feeds
python-rapidfuzz-3.9.3-1.mga10.src.rpm
In Mageia/cauldron/i586:
RapidFuzz is a fast string matching library for Python and C++, which is using
the string similarity calculations from FuzzyWuzzy.
Categorías: RPMs
python-rapidfuzz-3.9.3-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
RapidFuzz is a fast string matching library for Python and C++, which is using
the string similarity calculations from FuzzyWuzzy.
Categorías: RPMs
puddletag-2.4.0-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
puddletag is an audio tag editor for GNU/Linux similar to Windows program
Mp3tag (https://www.mp3tag.de/). Unlike most taggers for GNU/Linux, it uses a
spreadsheet-like layout so that all the tags you want to edit by hand are
visible and easily editable.
The usual tag editor features are supported like extracting tag information
from filenames, renaming files based on their tags by using patterns (that you
define, not crappy, uneditable ones).
Then there're functions, which can do things like replace text, trim, change
the case of tags, etc. Actions can automate repetitive tasks. You can import
your QuodLibet library, lookup tags using MusicBrainz, FreeDB or Amazon
(though it's only good for cover art) and more, but I've reached my comma
quota.
Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments
(ogg, flac), Musepack (mpc), Monkey's Audio (.ape) and WavPack (wv).
Categorías: RPMs
puddletag-2.4.0-1.mga10.src.rpm
In Mageia/cauldron/i586:
puddletag is an audio tag editor for GNU/Linux similar to Windows program
Mp3tag (https://www.mp3tag.de/). Unlike most taggers for GNU/Linux, it uses a
spreadsheet-like layout so that all the tags you want to edit by hand are
visible and easily editable.
The usual tag editor features are supported like extracting tag information
from filenames, renaming files based on their tags by using patterns (that you
define, not crappy, uneditable ones).
Then there're functions, which can do things like replace text, trim, change
the case of tags, etc. Actions can automate repetitive tasks. You can import
your QuodLibet library, lookup tags using MusicBrainz, FreeDB or Amazon
(though it's only good for cover art) and more, but I've reached my comma
quota.
Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments
(ogg, flac), Musepack (mpc), Monkey's Audio (.ape) and WavPack (wv).
Categorías: RPMs
python-levenshtein-0.25.1-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
The Levenshtein Python C extension module contains functions for fast
computation of
- Levenshtein (edit) distance, and edit operations
- string similarity
- approximate median strings, and generally string averaging
- string sequence and set similarity
It supports both normal and Unicode strings.
Categorías: RPMs
python-levenshtein-0.25.1-1.mga10.src.rpm
In Mageia/cauldron/i586:
The Levenshtein Python C extension module contains functions for fast
computation of
- Levenshtein (edit) distance, and edit operations
- string similarity
- approximate median strings, and generally string averaging
- string sequence and set similarity
It supports both normal and Unicode strings.
Categorías: RPMs
python-pygame-2.6.0-1.mga10.src.rpm
In Mageia/cauldron/i586:
pygame is a Python wrapper module for the SDL multimedia library,
written by Pete Shinners. It contains python functions and classes that
will allow you to use SDL's support for playing cdroms, audio and video
output, and keyboard, mouse and joystick input. pygame also includes
support for the Numerical Python extension. pygame is the successor to
the pySDL wrapper project, written by Mark Baker.
Install pygame if you would like to write or play SDL games written in
the python language.
Categorías: RPMs
python-pygame-2.6.0-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
pygame is a Python wrapper module for the SDL multimedia library,
written by Pete Shinners. It contains python functions and classes that
will allow you to use SDL's support for playing cdroms, audio and video
output, and keyboard, mouse and joystick input. pygame also includes
support for the Numerical Python extension. pygame is the successor to
the pySDL wrapper project, written by Mark Baker.
Install pygame if you would like to write or play SDL games written in
the python language.
Categorías: RPMs
openfst-1.8.3-1.mga10.src.rpm
In Mageia/cauldron/i586:
OpenFst is a library for constructing, combining, optimizing, and searching
weighted finite-state transducers (FSTs).
This version is adapted by alphacep for kaldi project.
Categorías: RPMs
openfst-1.8.3-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
OpenFst is a library for constructing, combining, optimizing, and searching
weighted finite-state transducers (FSTs).
This version is adapted by alphacep for kaldi project.
Categorías: RPMs
python-lxml-5.2.2-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
lxml is a Pythonic binding for the libxml2 and libxslt libraries. It follows
the ElementTree API as much as possible, building it on top of the native
libxml2 tree. It also extends this API to expose libxml2 and libxslt specific
functionality, such as XPath, Relax NG, XML Schema, XSLT, and c14n.
Categorías: RPMs
python-lxml-5.2.2-1.mga10.src.rpm
In Mageia/cauldron/i586:
lxml is a Pythonic binding for the libxml2 and libxslt libraries. It follows
the ElementTree API as much as possible, building it on top of the native
libxml2 tree. It also extends this API to expose libxml2 and libxslt specific
functionality, such as XPath, Relax NG, XML Schema, XSLT, and c14n.
Categorías: RPMs
libxslt-1.1.41-2.mga10.src.rpm
In Mageia/cauldron/i586:
This C library allows to transform XML files into other XML files
(or HTML, text, ...) using the standard XSLT stylesheet transformation
mechanism.
Categorías: RPMs
libxslt-1.1.41-2.mga10.src.rpm
In Mageia/cauldron/x86_64:
This C library allows to transform XML files into other XML files
(or HTML, text, ...) using the standard XSLT stylesheet transformation
mechanism.
Categorías: RPMs
python-pyparsing-3.1.2-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
The pyparsing module is an alternative approach to creating and executing
simple grammars, vs. the traditional lex/yacc approach, or the use of regular
expressions. The pyparsing module provides a library of classes that client
code uses to construct the grammar directly in Python code.
Categorías: RPMs
python-pyparsing-3.1.2-1.mga10.src.rpm
In Mageia/cauldron/i586:
The pyparsing module is an alternative approach to creating and executing
simple grammars, vs. the traditional lex/yacc approach, or the use of regular
expressions. The pyparsing module provides a library of classes that client
code uses to construct the grammar directly in Python code.
Categorías: RPMs
perl-Padre-Plugin-Swarm-0.200.0-14.mga10.src.rpm
In Mageia/cauldron/x86_64:
This is Swarm!
Swarm is a Padre plugin for experimenting with remote inspection, peer
programming and collaborative editing functionality.
Within this plugin all rules are suspended. No security, no efficiency, no
scalability, no standards compliance, remote code execution, everything is
allowed. The only goal is things that work, and things that look shiny in a
demo :)
Categorías: RPMs
perl-Padre-Plugin-Swarm-0.200.0-14.mga10.src.rpm
In Mageia/cauldron/i586:
This is Swarm!
Swarm is a Padre plugin for experimenting with remote inspection, peer
programming and collaborative editing functionality.
Within this plugin all rules are suspended. No security, no efficiency, no
scalability, no standards compliance, remote code execution, everything is
allowed. The only goal is things that work, and things that look shiny in a
demo :)
Categorías: RPMs