Metadata-Version: 2.1
Name: drive-events
Version: 0.0.1.dev2
Summary: Build event-driven applications with python functions
Home-page: https://github.com/gusye1234/drive-events
Author: JianbaiYe
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openai
Requires-Dist: tiktoken
Requires-Dist: networkx
Requires-Dist: graspologic
Requires-Dist: nano-vectordb
Requires-Dist: hnswlib
Requires-Dist: xxhash
Requires-Dist: tenacity

<div align="center">
  <h1>drive-events</h1>
  <p><strong>Build event-driven applications with python functions</strong></p>
  <p>
    <img src="https://img.shields.io/badge/python->=3.9.11-blue">
    <a href="https://pypi.org/project/drive-events/">
      <img src="https://img.shields.io/pypi/v/drive-events.svg">
    </a>
  </p>
</div>




## Install

**Install from PyPi**

```shell
pip install drive-events
```

**Install from source**

```shell
# clone this repo first
cd drive-events
pip install -e .
```

## Quick Start

TODO
