Giter Site home page Giter Site logo

buildpack-python-cloudcontrol's Introduction

Python buildpack

This is a buildpack for Python apps, powered by pip.

Usage

This is our default buildpack for Python applications. In case you want to introduce some changes, fork our buildpack, apply changes and test it via custom buildpack feature:

$ cctrlapp APP_NAME create custom --buildpack https://github.com/cloudControl/buildpack-python.git

The buildpack will use Pip to install your dependencies, vendoring a copy of the Python runtime into your web container.

Choose your Python version

You can also specify arbitrary Python release with a runtime.txt file in the application repository root, otherwise python-2.7.3 will be choosen as a default one:

$ cat runtime.txt
python-3.3.2

List of supported versions:

  • python-2.7.2
  • python-2.7.3
  • python-2.7.4
  • python-2.7.5
  • python-3.1.1
  • python-3.1.2
  • python-3.1.3
  • python-3.1.4
  • python-3.1.5
  • python-3.2.0
  • python-3.2.1
  • python-3.2.2
  • python-3.2.3
  • python-3.2.4
  • python-3.2.5
  • python-3.3.0
  • python-3.3.1
  • python-3.3.2

buildpack-python-cloudcontrol's People

Contributors

aljosa avatar alpe avatar andres-torres-marroquin avatar craigkerstiens avatar dcrosta avatar dpaola2 avatar gulopine avatar kencochrane avatar lstoll avatar manojlds avatar mjtamlyn avatar mkorszun avatar ojno avatar saulshanabrook avatar sfriesel avatar skoczen avatar streeter avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.