Metadata-Version: 1.2
Name: rql
Version: 0.36.0
Summary: relationship query language (RQL) utilities
Home-page: http://www.logilab.org/project/rql
Author: Logilab
Author-email: contact@logilab.fr
License: LGPL
Description: This package provides base library for the Relationship Query Language
        
        INSTALL
        -------
        
        the standard way:
        
        python setup.py install
        
        building rql binary extension in place:
        
        python setup.py build_ext --inplace
        
        DOCUMENTATION
        -------------
        
        Documentation is available at https://rql.readthedocs.io
        
        BUILD
        -----
        
        To build a manylinux package for rql we use quay.io/pypa/manylinux1_x86_64
        docker image and a custom script `build_wheel.sh` so you just have to execute
        it and it will pull docker image and execute script in this image :
        
          sh build_wheel.sh
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.4
