Metadata-Version: 2.1
Name: pygeoflow
Version: 0.0.1
Summary: A python package that helps you create geographic workflows within a cloud data warehouse. 
Home-page: https://github.com/mkeller3/pygeoflow
Author: Michael Keller
Author-email: michaelkeller03@gmail.com
License: MIT License
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: annotated-types ==0.6.0
Requires-Dist: psycopg2 ==2.9.9
Requires-Dist: pydantic ==2.6.1
Requires-Dist: pydantic-core ==2.16.2
Requires-Dist: typing-extensions ==4.9.0
Requires-Dist: pytest ==8.0.0
Requires-Dist: coverage ==7.4.1

<p align="center">
  <img width="500" src="docs/logos/GeoFlow.png"/ alt-text="main image">
  <p align="center">Cloud Native Geospatial Workflows</p>
</p>

---

[![test](https://github.com/mkeller3/pygeoflow/actions/workflows/unit_tests.yml/badge.svg?branch=main)](https://github.com/mkeller3/pygeoflow/actions/workflows/unit_tests.yml)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/f204139eedaa4d959a7df827de3118d3)](https://app.codacy.com/gh/mkeller3/pygeoflow/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/f204139eedaa4d959a7df827de3118d3)](https://app.codacy.com/gh/mkeller3/pygeoflow/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
![GitHub contributors](https://img.shields.io/github/contributors/mkeller3/pygeoflow)
![GitHub last commit](https://img.shields.io/github/last-commit/mkeller3/pygeoflow?logo=github)


`pygeoflow`, is a **Python** package that helps you create geographic workflows within a cloud data warehouse. This package can be used in isolation or paired with an api/ui to allow easier consumption.

## Install

```bash
python3 -m pip install pygeoflow
```

## Run Test Cases

```bash
coverage run -m pytest tests
```
