https://github.com/pollination/pollination-io
Pollination extension to facilitate working with Pollination SDK and apps
https://github.com/pollination/pollination-io
Last synced: 4 months ago
JSON representation
Pollination extension to facilitate working with Pollination SDK and apps
- Host: GitHub
- URL: https://github.com/pollination/pollination-io
- Owner: pollination
- License: apache-2.0
- Created: 2023-11-07T14:07:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T17:55:32.000Z (over 1 year ago)
- Last Synced: 2025-09-29T02:26:18.695Z (9 months ago)
- Language: Python
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/
```