# This file created by conda-build 2.0.0beta # meta.yaml template originally from: # /home/ilan/anaconda/packages/werkzeug, last modified Mon Jun 13 15:32:21 2016 # ------------------------------------------------ package: name: werkzeug version: 0.11.10 source: fn: Werkzeug-0.11.10.tar.gz md5: 780967186f9157e88f2bfbfa6f07a893 url: https://pypi.python.org/packages/b7/7f/44d3cfe5a12ba002b253f6985a4477edfa66da53787a2a838a40f6415263/Werkzeug-0.11.10.tar.gz build: {} requirements: build: - python run: - python test: imports: - werkzeug about: description: 'Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full-featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community-contributed addon modules. ' dev_url: https://github.com/pallets/werkzeug doc_url: http://werkzeug.pocoo.org/docs/0.11/ home: http://werkzeug.pocoo.org/ license: BSD license_file: LICENSE summary: A WSGI utility library for Python