moto¶
Summary¶
A library that allows your python tests to easily mock out the boto library
Versions¶
- 0.4.14
License¶
Apache Software License
Meta¶
package:
name: moto
version: "0.4.14"
source:
fn: moto-0.4.14.tar.gz
url: https://pypi.python.org/packages/source/m/moto/moto-0.4.14.tar.gz
md5: ce791928c59c67d699aba6eb58b9e253
build:
entry_points:
- moto_server = moto.server:main
requirements:
build:
- python
- setuptools
- jinja2
- boto >=2.20.0
- flask
- httpretty >=0.6.1
- requests
- xmltodict
- six
- werkzeug
run:
- python
- jinja2
- boto >=2.20.0
- flask
- httpretty >=0.6.1
- requests
- xmltodict
- six
- werkzeug
test:
# Python imports
imports:
- moto
- moto.autoscaling
- moto.cloudformation
- moto.cloudwatch
- moto.core
- moto.datapipeline
- moto.dynamodb
- moto.dynamodb2
- moto.ec2
- moto.ec2.responses
- moto.elb
- moto.emr
- moto.glacier
- moto.iam
- moto.kinesis
- moto.kms
- moto.rds
- moto.rds2
- moto.redshift
- moto.route53
- moto.s3
- moto.s3bucket_path
- moto.ses
- moto.sns
- moto.sqs
- moto.sts
commands:
- moto_server --help
about:
home: https://github.com/spulec/moto
license: Apache Software License
summary: 'A library that allows your python tests to easily mock out the boto library'