boundlessgeo/python-buildpack

Name: python-buildpack

Owner: Boundless

Description: Cloud Foundry buildpack for the Python Language

Forked from: cloudfoundry/python-buildpack

Created: 2016-12-06 02:02:34.0

Updated: 2016-12-06 02:02:35.0

Pushed: 2016-12-06 07:07:59.0

Homepage: http://docs.cloudfoundry.org/buildpacks/

Size: 58239

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Cloud Foundry Python Buildpack

CF Slack

A Cloud Foundry buildpack for Python based apps.

This is based on the Heroku buildpack.

This buildpack supports running Django and Flask apps.

Buildpack User Documentation

Official buildpack documentation can be found at http://docs.cloudfoundry.org/buildpacks/python/index.html.

Building the Buildpack
  1. Make sure you have fetched submodules

    submodule update --init
    
  2. Get latest buildpack dependencies

    LE_GEMFILE=cf.Gemfile bundle
    
  3. Build the buildpack

    LE_GEMFILE=cf.Gemfile bundle exec buildpack-packager [ --uncached | --cached ]
    
  4. Use in Cloud Foundry

    Upload the buildpack to your Cloud Foundry and optionally specify it by name

    reate-buildpack custom_python_buildpack python_buildpack-cached-custom.zip 1
    ush my_app -b custom_python_buildpack
    
Testing

Buildpacks use the Machete framework for running integration tests.

To test a buildpack, run the following command from the buildpack's directory:

LE_GEMFILE=cf.Gemfile bundle exec buildpack-build

More options can be found on Machete's Github page.

Contributing

Find our guidelines here.

Help and Support

Join the #buildpacks channel in our Slack community if you need any further assistance.

Reporting Issues

Open a GitHub issue on this project here

Active Development

The project backlog is on Pivotal Tracker


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.