docs | |
---|---|
tests | |
package |
Parse a more general search syntax to conform with a particular SQL dialect.
Currently, this is implemented using ply with a general lexer and a parser for generating PostgreSQL-specific search queries.
- Free software: BSD license
pip install searchstringparser
https://searchstringparser.readthedocs.org/
To run the all tests run:
tox