Metadata-Version: 2.1
Name: bytehub
Version: 0.0.2b0
Summary: Python SDK for ByteHub timeseries feature store
Home-page: https://bytehub.ai
Author: ByteHub AI Limited
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pandas (<2,>=1.0)
Requires-Dist: python-varname (<1,>=0.4)
Requires-Dist: requests (<3,>=2.24)
Requires-Dist: requests-oauthlib (<2,>=1.1.0)
Requires-Dist: dill (<1,>=0.3.0)
Requires-Dist: pytest
Requires-Dist: autopep8

# ByteHub Python SDK

[ByteHub](https://bytehub.ai) is high-level library to help load and query ByteHub data feeds in the ByteHub feature store.

## Table of Contents

- [Why ByteHub?](#why-bytehub)
- [Installation](#installation)
- [Getting Started](#getting-started)

### Why ByteHub?

ByteHub develops a [Feature Store](https://medium.com/data-for-ai/time-series-chaos-use-a-feature-store-4cb37734ce83) for storing/querying time-series datasets. It features:

- A simple API to load and query data feeds and configure metadata; and
- Fast queries, optimised for time series.

### Installation

Using `pip`:

    pip install bytehub

### Getting Started

See the [examples](examples/) folder for notebooks showing how to get started.


