SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-pygmars-doc rpm build for : Fedora Other. For other distributions click python-pygmars-doc.

Name : python-pygmars-doc
Version : 0.8.0 Vendor : Fedora Project
Release : 5.fc41 Date : 2024-07-20 04:47:57
Group : Unspecified Source RPM : python-pygmars-0.8.0-5.fc41.src.rpm
Size : 0.37 MB
Packager : Fedora Project
Summary : Documentation for python-pygmars
Description :

pygmars is a simple lexing and parsing library designed to craft lightweight
lexers and parsers using regular expressions.

pygmars allows you to craft simple lexers that recognizes words based on regular
expressions and identify sequences of words using lightweight grammars to obtain
a parse tree.

The lexing task transforms a sequence of words or strings (e.g. already split in
words) in a sequence of Token objects, assigning a label to each word and
tracking their position and line number.

In particular, the lexing output is designed to be compatible with the output of
Pygments lexers. It becomes possible to build simple grammars on top of existing
Pygments lexers to perform lightweight parsing of the many (130+) programming
languages supported by Pygments.

The parsing task transforms a sequence of Tokens in a parse Tree where each node
in the tree is recognized and assigned a label. Parsing is using regular
expression-based grammar rules applied to recognize Token sequences.

These rules are evaluated sequentially and not recursively: this keeps things
simple and works very well in practice. This approach and the rules syntax has
been battle-tested with NLTK from which pygmars is derived.

This package is providing the documentation for pygmars.

RPM found in directory: /vol/rzm3/linux-fedora-buffet/fedora-secondary/development/41/Everything/ppc64le/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python-pygmars-doc-0.8.0-5.fc41.noarch.rpm
ftp.icm.edu.pl  python-pygmars-doc-0.8.0-5.fc41.noarch.rpm
ftp.icm.edu.pl  python-pygmars-doc-0.8.0-5.fc41.noarch.rpm
ftp.icm.edu.pl  python-pygmars-doc-0.8.0-5.fc41.noarch.rpm
ftp.icm.edu.pl  python-pygmars-doc-0.8.0-5.fc41.noarch.rpm
ftp.icm.edu.pl  python-pygmars-doc-0.8.0-5.fc41.noarch.rpm
ftp.icm.edu.pl  python-pygmars-doc-0.8.0-5.fc41.noarch.rpm
ftp.icm.edu.pl  python-pygmars-doc-0.8.0-5.fc41.noarch.rpm
     

Provides :
bundled(js-doctools)
bundled(js-jquery)
bundled(js-language_data)
bundled(js-searchtools)
bundled(js-sphinx_javascript_frameworks_compat)
python-pygmars-doc

Requires :
python3-pygmars = 0.8.0-5.fc41
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/python-pygmars-doc
/usr/share/doc/python-pygmars-doc/html
/usr/share/doc/python-pygmars-doc/html/_sources
/usr/share/doc/python-pygmars-doc/html/_sources/contribute
/usr/share/doc/python-pygmars-doc/html/_sources/contribute/contrib_doc.rst.txt
/usr/share/doc/python-pygmars-doc/html/_sources/index.rst.txt
/usr/share/doc/python-pygmars-doc/html/_sources/skeleton-usage.rst.txt
/usr/share/doc/python-pygmars-doc/html/_static
/usr/share/doc/python-pygmars-doc/html/_static/_sphinx_javascript_frameworks_compat.js
/usr/share/doc/python-pygmars-doc/html/_static/basic.css
/usr/share/doc/python-pygmars-doc/html/_static/css
/usr/share/doc/python-pygmars-doc/html/_static/css/badge_only.css
/usr/share/doc/python-pygmars-doc/html/_static/css/theme.css
/usr/share/doc/python-pygmars-doc/html/_static/doctools.js
/usr/share/doc/python-pygmars-doc/html/_static/documentation_options.js
/usr/share/doc/python-pygmars-doc/html/_static/file.png
/usr/share/doc/python-pygmars-doc/html/_static/jquery.js
/usr/share/doc/python-pygmars-doc/html/_static/js
/usr/share/doc/python-pygmars-doc/html/_static/js/badge_only.js
/usr/share/doc/python-pygmars-doc/html/_static/js/theme.js
/usr/share/doc/python-pygmars-doc/html/_static/language_data.js
/usr/share/doc/python-pygmars-doc/html/_static/minus.png
/usr/share/doc/python-pygmars-doc/html/_static/plus.png
/usr/share/doc/python-pygmars-doc/html/_static/pygments.css
/usr/share/doc/python-pygmars-doc/html/_static/searchtools.js
/usr/share/doc/python-pygmars-doc/html/_static/sphinx_highlight.js
/usr/share/doc/python-pygmars-doc/html/_static/theme_overrides.css
/usr/share/doc/python-pygmars-doc/html/contribute
/usr/share/doc/python-pygmars-doc/html/contribute/contrib_doc.html
/usr/share/doc/python-pygmars-doc/html/genindex.html
There is 5 files more in these RPM.

 
ICM