           SPELL=canister
         VERSION=1.5.1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://pypi.org/packages/source/c/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:48fbf18efa5ca5453b9aa375915da24c9f2e7812be19e2df8f9850b535854a18c7ef20e5ed0c58f71c8a68b1c532daaeb2e724cedd74d212813df1c6ec2bcfc0
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://github.com/dagnelies/canister
     GATHER_DOCS=off
      LICENSE[0]=MIT
         ENTERED=20170711
        KEYWORDS="bottle plugin"
           SHORT="bottle wrapper to provide logging, sessions and authentication"
cat << EOF
Canister is a simple plugin for bottle, providing:

- formatted logs
- url and form params unpacking
- sessions (server side) based on a session_id cookie
- authentication through basic auth or bearer token (OAuth2)
- CORS for cross-domain REST APIs
EOF
