sickle¶
Summary¶
A lightweight OAI client library for Python
Versions¶
- 0.5
License¶
BSD License
Meta¶
package:
name: sickle
version: "0.5"
source:
fn: Sickle-0.5.tar.gz
url: https://pypi.python.org/packages/source/S/Sickle/Sickle-0.5.tar.gz
md5: 9c93e7f3e0db98ab1a18107dfa096082
# patches:
# List any patch files here
# - fix.patch
# build:
# noarch_python: True
# preserve_egg_dir: True
# entry_points:
# Put any entry points (scripts to be generated automatically) here. The
# syntax is module:function. For example
#
# - sickle = sickle:main
#
# Would create an entry point called sickle that calls sickle.main()
# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
# number: 1
requirements:
build:
- python
- setuptools
- requests >=1.1.0
- lxml >=3.2.3
run:
- python
- requests >=1.1.0
- lxml >=3.2.3
test:
# Python imports
imports:
- sickle
# commands:
# You can put test commands to be run here. Use this to test that the
# entry points work.
# You can also put a file called run_test.py in the recipe that will be run
# at test time.
requires:
- mock >=1.0.1
- nose >=1.0
# Put any additional test requirements here. For example
# - nose
about:
home: http://github.com/mloesch/sickle
license: BSD License
summary: 'A lightweight OAI client library for Python'
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml