Metadata-Version: 1.1
Name: split-query
Version: 0.2.0
Summary: Tools for breaking up queries for caching, processing, etc.
Home-page: https://github.com/simonbowly/split-query
Author: Simon Bowly
Author-email: simon.bowly@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: 
        
        SplitQuery
        ==========
        
        SplitQuery is a collection of tools designed to work with queries and datasets.
        The core module provides a language for describing, manipulating, and logically reducing queries.
        Other modules provide interface components for querying remote datasets, caching retrieved data, and generating nicer interfaces.
        
        .. |pypi| image:: https://img.shields.io/pypi/v/split-query.svg
        .. |conda| image:: https://anaconda.org/simonbowly/split-query/badges/version.svg
        .. |status| image:: https://img.shields.io/pypi/status/split-query.svg
        .. |license| image:: https://img.shields.io/pypi/l/split-query.svg
        
        +-----------+-----------+
        | Version   | |pypi|    |
        +-----------+-----------+
        |           | |conda|   |
        +-----------+-----------+
        | Status    | |status|  |
        +-----------+-----------+
        | License   | |license| |
        +-----------+-----------+
        
        Installation
        ~~~~~~~~~~~~
        
        Install from PyPI using::
        
            $ pip install split-query
        
        Install from Conda channel using::
        
            $ conda install -c defaults -c conda-forge -c simonbowly split-query
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
