Grammar Parser Library for Python

Edit Package python-happybase

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.

Refresh
Refresh
Source Files
Filename Size Changed
happybase-0.6.tar.gz 0000054849 53.6 KB
python-happybase.changes 0000001723 1.68 KB
python-happybase.spec 0000001859 1.82 KB
Revision 3 (latest revision is 17)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 182842 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 3)
- update to 0.6:
* Rewrote exception handling in connection pool. Exception handling is now a lot
  cleaner and does not introduce cyclic references anymore. (`issue #25
  <https://github.com/wbolster/happybase/issues/25>`_).
* Regenerated bundled Thrift code using Thrift 0.9.0 with the new-style classes
  flag (`issue #27 <https://github.com/wbolster/happybase/issues/27>`_).

- update to 0.5:
* Added a thread-safe connection pool (:py:class:`ConnectionPool`)
* The :py:meth:`Connection.delete_table` method now features an optional
  `disable` parameter to make deleting enabled tables easier.
* The debug log message emitted by :py:meth:`Table.scan` when closing a scanner
* Increased Thrift dependency to at least 0.8.
* The :py:class:`Connection` constructor now features an optional `timeout`
  parameter
* The `timestamp` argument to various methods now also accepts `long` values
* In some corner cases exceptions were raised during interpreter shutdown (forwarded request 182829 from dirkmueller)
Comments 0
openSUSE Build Service is sponsored by