Metadata-Version: 2.1
Name: rockset-v2-alpha
Version: 0.1.5
Summary: The python client for the Rockset API.
Home-page: https://github.com/rockset/rockset-python-client
Author: Rockset
Author-email: support@rockset.com
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: geojson (>=2.5.0,<3.0.0)
Requires-Dist: python_dateutil (>=2.5.3,<3.0.0)
Requires-Dist: urllib3 (>=1.25.3,<2.0.0)
Project-URL: Documentation, https://rockset.com/docs/client/python
Project-URL: Repository, https://github.com/rockset/rockset-python-client
Description-Content-Type: text/x-rst

Official Rockset Python Client
==============================

A Python library for Rockset's API.


Setup
-----

You can install this package by using the pip tool and installing:

    $ pip install rockset-v2-alpha


Using the Rockset API
---------------------

Documentation for this library can be found here:

- https://rockset.com/docs/client/python/ (these docs are still the old ones)

