Metadata-Version: 2.1
Name: hoser
Version: 0.0.5
Summary: Build data pipelines fast
Home-page: https://github.com/hoser-io/hoser-py
Author: Mark Asp
Author-email: masp <masp@github.com>
Project-URL: Homepage, https://github.com/hoser-io/hoser-py
Project-URL: Bug Tracker, https://github.com/hoser-io/hoser-py/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Hoser-py

Hoser-py is a Python interface for describing Hoser pipelines. The goal is to make it as simple as writing a few lines of Python
to create a scalable data pipeline.

## Getting Started

Must have installed:
- Python 3
- Golang
- Hoser Runtime

## Developing Locally

Install with pip locally to run examples

```
python -m pip install -e .
```
