Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-pygmars-0.8.0-1.fc37 RPM for noarch

From Fedora 37 updates for aarch64 / Packages / p

Name: python3-pygmars Distribution: Fedora Project
Version: 0.8.0 Vendor: Fedora Project
Release: 1.fc37 Build date: Mon Oct 30 20:05:03 2023
Group: Unspecified Build host: buildvm-s390x-27.s390.fedoraproject.org
Size: 152283 Source RPM: python-pygmars-0.8.0-1.fc37.src.rpm
Packager: Fedora Project
Url: https://github.com/nexB/pygmars
Summary: Craft simple regex-based small language lexers and parser
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.

Provides

Requires

License

Apache-2.0

Changelog

* Mon Oct 30 2023 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.0-1
  - Initial import

Files

/usr/lib/python3.11/site-packages/pygmars
/usr/lib/python3.11/site-packages/pygmars-0.8.0.dist-info
/usr/lib/python3.11/site-packages/pygmars-0.8.0.dist-info/AUTHORS.rst
/usr/lib/python3.11/site-packages/pygmars-0.8.0.dist-info/CHANGELOG.rst
/usr/lib/python3.11/site-packages/pygmars-0.8.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/pygmars-0.8.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/pygmars-0.8.0.dist-info/NOTICE
/usr/lib/python3.11/site-packages/pygmars-0.8.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/pygmars-0.8.0.dist-info/apache-2.0.LICENSE
/usr/lib/python3.11/site-packages/pygmars-0.8.0.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/pygmars/__init__.py
/usr/lib/python3.11/site-packages/pygmars/__pycache__
/usr/lib/python3.11/site-packages/pygmars/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pygmars/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pygmars/__pycache__/lex.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pygmars/__pycache__/lex.cpython-311.pyc
/usr/lib/python3.11/site-packages/pygmars/__pycache__/parse.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pygmars/__pycache__/parse.cpython-311.pyc
/usr/lib/python3.11/site-packages/pygmars/__pycache__/tree.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pygmars/__pycache__/tree.cpython-311.pyc
/usr/lib/python3.11/site-packages/pygmars/lex.py
/usr/lib/python3.11/site-packages/pygmars/parse.py
/usr/lib/python3.11/site-packages/pygmars/tree.py
/usr/share/doc/python3-pygmars
/usr/share/doc/python3-pygmars/CODE_OF_CONDUCT.rst
/usr/share/doc/python3-pygmars/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 19:05:07 2024