Metadata-Version: 1.1
Name: fiql-parser
Version: 0.10
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
Description: 
        FIQL Parser
        ===========
        
        A Python parser for the Feed Item Query Language (FIQL).
        
        What is FIQL?
        -------------
        
        From the FIQL draft
        [ https://tools.ietf.org/html/draft-nottingham-atompub-fiql-00 ]:
        
            The Feed Item Query Language (FIQL, pronounced "fickle") is a simple
            but flexible, URI-friendly syntax for expressing filters across the
            entries in a syndicated feed.
        
        To Install
        ----------
        
        .. code:: bash
        
            $ pip install fiql-parser
        
        Using fiql_parser
        -----------------
        
        For detailed documentation go to the GitHub site.
        
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
