Metadata-Version: 2.1
Name: fiql-parser
Version: 1.0
Summary: Python parser for the Feed Item Query Language (FIQL).
Home-page: https://github.com/sergedomk/fiql_parser
Author: Serge Domkowski
Author-email: sergedomk@gmail.com
License: BSD
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
License-File: LICENSE

FIQL Parser
===========

A Python parser for the Feed Item Query Language (FIQL).

Documentation
-------------

Complete documentation can be found at http://fiql-parser.readthedocs.org/

CHANGES
-------

**Version 1.0**

Release on October 9th, 2022

* Added `from_python_to_expression` method.
* Added support for >, <, <=, and >= when building `Constraint`.
* Cleaned up some typos and clarified documentation.
* Added support for "AND" and "OR" when building `Operator`.

**Version 0.15**

Release on July 2nd, 2016

* Got rid of pkg_resources for fiql_parser version.
* Added Version 0.14 changes and release date to README.
* Removed unnecessary versioning logic in docs/conf.py.

**Version 0.14**

Release on November 15th, 2015

* Added missing date for 0.13 release in README.
* Fixed packaging bug in version 0.13.

**Version 0.13**

Release on October 17th, 2015

* Added Sphinx documentation.
* Split code into multiple files.
* Add exception classes to better distinguish between errors.

**Version 0.12**

Release on August 27th, 2015

* Added pylint to tox.
* Added Python3.4 support.

**Version 0.11**

Released on August 27th, 2015

* Update documentation to reflect new structure.
* BREAKS COMPATIBILITY WITH VERSIONS <= 0.10.

  * Adopt prefix format over inline for internal structure, ``to_python()``
    output, and fluent expression build method.

* Add missing ``py_modules`` required to actually end up with a working
  package.

**Version 0.10**

Released on December 18th, 2014

* Updated documentation for compatibility pypi and github.
* Fixed some stuff in setup.py pre upload to pypi.

**Version 0.9**

Released on December 3rd, 2014

* First public release.


