Metadata-Version: 2.1
Name: grist_api
Version: 0.1.0
Summary: Python client for interacting with Grist
Home-page: https://github.com/gristlabs/py_grist_api
Author: Dmitry Sagalovskiy, Grist Labs
Author-email: dmitry@getgrist.com
License: Apache 2.0
Description: grist_api
        =========
        
        .. image:: https://img.shields.io/pypi/v/grist_api.svg
            :target: https://pypi.python.org/pypi/grist_api/
        .. image:: https://img.shields.io/pypi/pyversions/grist_api.svg
            :target: https://pypi.python.org/pypi/grist_api/
        .. image:: https://travis-ci.org/gristlabs/py_grist_api.svg?branch=master
            :target: https://travis-ci.org/gristlabs/py_grist_api
        .. image:: https://readthedocs.org/projects/py_grist_api/badge/?version=latest
            :target: http://py_grist_api.readthedocs.io/en/latest/index.html
        
        .. Start of user-guide
        
        The `grist_api` is a Python client for interacting with Grist.
        
        Installation
        ------------
        grist_api is available on PyPI: https://pypi.python.org/pypi/grist_api/::
        
            pip install grist_api
        
        The code is on GitHub: https://github.com/gristlabs/py_grist_api.
        
        The API Reference is here: http://py_grist_api.readthedocs.io/en/latest/api-index.html.
        
        Usage
        -----
        TO BE DOCUMENTED.
        
        
        Tests
        -----
        Tests are in the ``tests/`` subdirectory. To run all tests, run::
        
            nosetests
        
Keywords: grist api database
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules 
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Provides-Extra: test
