Skip to content
Jean-Luc Stevens edited this page Sep 30, 2016 · 9 revisions

Coverage Status

Welcome to the param wiki!

Release instructions: How to prepare for a PyPI release.

conda install -c ioam param

build.sh

#!/bin/bash
$PYTHON setup.py install

meta.yaml:

package:
  name: param
  version: 1.4.1

source:
  path: .

requirements:
  build:
    - python
    - setuptools
  run:
    - python

test:
  imports:
    - param

about:
  home: http://ioam.github.io/param/
  summary: Make your Python code clearer and more reliable by declaring Parameters
  license: BSD
Clone this wiki locally