Kenneth Reitz fb5ac4aa6d it works!
2014-05-30 15:58:20 -04:00
2014-05-30 15:58:20 -04:00
2013-03-20 04:41:22 -07:00
MIT
2013-03-20 03:51:44 -07:00
2013-03-20 14:03:43 +01:00

Conda Buildpack

This is a Heroku Buildpack for Conda, the Python distribution for scientific computing by Continuum Analytics.

Warning: this buildpack is still a work in progress.

Usage

Example usage:

$ ls
Procfile  conda-requirements.txt  numbercrunch.py

$ heroku create --buildpack https://github.com/kennethreitz/anaconda-buildpack.git

$ git push heroku master
...
-----> Fetching custom git buildpack... done
-----> Python/Anaconda app detected
-----> Preparing Python runtime (python-2.7.3)
-----> Installing dependencies using Conda (1.4.6)
        Downloading/unpacking bitarray-0.8.0-py27_0.tar.bz2

You can also add it to upcoming builds of an existing application:

$ heroku config:add BUILDPACK_URL=https://github.com/kennethreitz/anaconda-buildpack.git

Simple test:

>>> bitarray.test()
bitarray is installed in: /app/.heroku/anaconda/lib/python2.7/site-packages/bitarray
bitarray version: 0.8.0
2.7.3 |Continuum Analytics, Inc.| (default, Feb 25 2013, 18:46:31)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-52)]
.................................................................................................................................
----------------------------------------------------------------------
Ran 129 tests in 1.375s

OK
<unittest.runner.TextTestResult run=129 errors=0 failures=0>
S
Description
No description provided
Readme MIT 26 MiB
Languages
Shell 100%