Metadata-Version: 2.1
Name: beneath
Version: 1.2.11
Summary: Python client and CLI for Beneath (https://beneath.dev/)
Home-page: https://gitlab.com/beneath-hq/beneath/-/tree/master/clients/python
License: MIT
Author: Beneath Systems
Author-email: hello@beneath.dev
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Cython (>=0.29.15,<0.30.0)
Requires-Dist: aiogrpc (>=1.7,<2.0)
Requires-Dist: aiohttp (>=3.6.2,<4.0.0)
Requires-Dist: argparse (>=1.4,<2.0)
Requires-Dist: fastavro (>=0.22,<0.23)
Requires-Dist: grpcio (==1.27.2)
Requires-Dist: msgpack (>=1.0.0,<2.0.0)
Requires-Dist: pandas (>=1.0.1,<2.0.0)
Requires-Dist: protobuf (>=3.11.3,<4.0.0)
Requires-Dist: six (>=1.14.0,<2.0.0)
Project-URL: Documentation, https://python.docs.beneath.dev
Project-URL: Repository, https://gitlab.com/beneath-hq/beneath/-/tree/master/clients/python
Description-Content-Type: text/markdown

# Beneath Python Client Library

[![PyPI version](https://img.shields.io/pypi/v/beneath.svg)](https://pypi.org/project/beneath)
[![Docs badge](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://python.docs.beneath.dev)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://gitlab.com/beneath-hq/beneath/-/blob/master/clients/LICENSE)
[![Netlify Status](https://api.netlify.com/api/v1/badges/e2dacc5a-486e-4043-9a42-350acb658efc/deploy-status)](https://app.netlify.com/sites/beneath-clients-python/deploys)

This folder contains the source code for the [Beneath](https://beneath.dev) Python library. Here are some useful links:

- [Beneath Docs](https://about.beneath.dev/docs/)
- [Python Client API Reference](https://python.docs.beneath.dev)
- [Reading data tutorial](https://about.beneath.dev/docs/read-data-into-jupyter-notebook/)
- [Writing data tutorial](https://about.beneath.dev/docs/write-data-from-your-app/)

### Installation

To install the Python library (requires Python 3.7 or higher), run:

```
pip3 install --upgrade beneath
```

### Providing feedback

Beneath is just entering public beta, so there's bound to be some rough edges. Bugs, feature requests, suggestions – we'd love to hear about them. [Click here](https://gitlab.com/beneath-hq/beneath/issues) to file an issue.

