Skip to main content

A library to setup and deploy Apps to Pollination!

Project description

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

  1. Clone this repo locally

    git clone git@github.com:ladybug-tools/pollination-apps
    

    or

    git clone https://github.com/ladybug-tools/pollination-apps
    
  2. Install dependencies:

    cd pollination-apps
    pip install -r dev-requirements.txt
    pip install -r requirements.txt
    
  3. Run Tests:

    python -m pytest tests/
    
  4. Generate Documentation:

    sphinx-apidoc -f -e -d 4 -o ./docs/modules ./pollination-apps
    sphinx-build -b html ./docs ./docs/_build
    
  5. Preview Documentation:

    python -m http.server --directory ./docs/_build/
    

    Now you can see the documentation preview at http://localhost:8000

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pollination-apps-0.12.0.tar.gz (220.9 kB view hashes)

Uploaded Source

Built Distribution

pollination_apps-0.12.0-py2.py3-none-any.whl (232.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page