Metadata-Version: 1.1
Name: r2ds-api
Version: 0.1.2
Summary: R2DS Python API
Home-page: https://github.com/tonkworks/r2ds_api
Author: Kevin Dagostino
Author-email: kevin@tonkworks.com
License: MIT license
Description-Content-Type: UNKNOWN
Description: ========
        r2ds-api
        ========
        
        
        .. image:: https://img.shields.io/pypi/v/r2ds_api.svg
                :target: https://pypi.python.org/pypi/r2ds_api
        
        .. image:: https://img.shields.io/travis/TonkWorks/r2ds_api.svg
                :target: https://travis-ci.org/TonkWorks/r2ds_api
        
        .. image:: https://readthedocs.org/projects/r2ds-api/badge/?version=latest
                :target: https://r2ds-api.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/tonkworks/r2ds_api/shield.svg
             :target: https://pyup.io/repos/github/TonkWorks/r2ds_api/
             :alt: Updates
        
        
        
        R2DS Python API
        
        
        QuickStart
        ----------
        
        * Documentation: https://r2ds-api.readthedocs.io.
        
        ::
        
            pip install r2ds_api
        
        
        Example
        -------
        
        ::
        
            import r2ds_api
        
            response = r2ds.get("EXAMPLE AUTH KEY", {
                "score__gt": 100
            })
            print(response.json())
        
        Features
        --------
        
        * R2DS Search and filtering
        * Topic Notifications
        * Streaming
        
        
        More Information
        ----------------
        * https://r2ds.tonkworks.com/
        * https://r2ds.tonkworks.com/api/
        
        =======
        History
        =======
        
        0.1.0 (2018-04-08)
        ------------------
        
        * First release on PyPI.
        
Keywords: r2ds_api
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
