Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1882

searchstringparser 0.2.3 released

Date 2015-09-29 21:37 +0200
Subject searchstringparser 0.2.3 released
From Moritz Beber <moritz.beber@gmail.com>
Newsgroups comp.lang.python.announce
Message-ID <mailman.262.1443598153.28679.python-announce-list@python.org> (permalink)

Show all headers | View raw


Dear all,

It is my pleasure to announce the first version of the *searchstringparser*
package (0.2.3) on pypi. It currently contains a PLY (Python Lex-Yacc) based
implementation of a general lexer and PostgreSQL specific parser. The parser
translates general search queries that users might expect to be able to
enter
in a search form into strings that implement the correct logic for the
PostgreSQL full text search functions tsquery and to_tsquery.

The package is BSD licensed and you can get a full overview of the package
at
https://searchstringparser.readthedocs.org/

It is hosted on github and is fully integrated with Travis, AppVeyor, and
Coveralls using py.test and tox. Feedback, bug reports, parser suggestions,
and
forks of the project are welcome!

Best,
Moritz Beber

moritz.beber@gmail.com


<p><a href="https://github.com/AGHerwig/searchstringparser
">searchstringparser
0.2.3</a> - Parse a more general search syntax to conform with a particular
SQL dialect. (29-Sep-15)</p>

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

searchstringparser 0.2.3 released Moritz Beber <moritz.beber@gmail.com> - 2015-09-29 21:37 +0200

csiph-web