Grammar Parser Library for Python
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.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / python-happybase
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-happybase && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
happybase-0.8.tar.gz | 0000060943 59.5 KB | |
python-happybase.changes | 0000003343 3.26 KB | |
python-happybase.spec | 0000002023 1.98 KB |
Revision 12 (latest revision is 31)
Denisart Benjamin (posophe)
accepted
request 230267
from
Dirk Mueller (dirkmueller)
(revision 12)
- update to 0.8: * Add (and default to) '0.96' compatibility mode in :py:class:`Connection`. * Add support for retrieving sorted columns, which is possible with the HBase 0.96 Thrift API * The `batch_size` argument to :py:meth:`Table.scan` is no longer propagated to `Scan.setBatching()` at the Java side (inside the Thrift server).
Comments 0