Last updated:
0 purchases
pollinationapps 0.12.0
Pollination Apps
A python library to setup and deploy Apps to Pollination!
Installation
> pip install pollination-apps
Documentation
You can access the full docs for this package and its CLI
here.
Local Development
Clone this repo locally
git clone [email protected]:ladybug-tools/pollination-apps
or
git clone https://github.com/ladybug-tools/pollination-apps
Install dependencies:
cd pollination-apps
pip install -r dev-requirements.txt
pip install -r requirements.txt
Run Tests:
python -m pytest tests/
Generate Documentation:
sphinx-apidoc -f -e -d 4 -o ./docs/modules ./pollination-apps
sphinx-build -b html ./docs ./docs/_build
Preview Documentation:
python -m http.server --directory ./docs/_build/
Now you can see the documentation preview at http://localhost:8000
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.