Metadata-Version: 2.4
Name: pollination-io
Version: 2.0.0
Summary: A Pollination extension to facilitate working with Pollination SDK.
Home-page: https://github.com/pollination/pollination-io
Author: Pollination
Author-email: info@pollination.solutions
License: Apache-2.0 License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: queenbee==2.0.1
Requires-Dist: pandas>=1.3.5
Requires-Dist: numpy<2.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Pollination IO

A [Pollination](https://pollination.solutions) extension to facilitate working with Pollination SDK and apps.

## Installation

`python -m pip install -U pollination-io`

## Local Development
1. Clone this repo locally
```console
git clone git@github.com:pollination/pollination-io

# or

git clone https://github.com/pollination/pollination-io
```
2. Install dependencies:
```console
cd pollination-io
pip install -r dev-requirements.txt
pip install -r requirements.txt
```

3. Run Tests:
```console
python -m pytest tests/
```
