METADATA 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Metadata-Version: 2.1
  2. Name: moto
  3. Version: 1.3.7
  4. Summary: A library that allows your python tests to easily mock out the boto library
  5. Home-page: https://github.com/spulec/moto
  6. Author: Steve Pulec
  7. Author-email: spulec@gmail.com
  8. License: Apache
  9. Platform: UNKNOWN
  10. Classifier: Programming Language :: Python :: 2
  11. Classifier: Programming Language :: Python :: 2.7
  12. Classifier: Programming Language :: Python :: 3
  13. Classifier: Programming Language :: Python :: 3.3
  14. Classifier: Programming Language :: Python :: 3.4
  15. Classifier: Programming Language :: Python :: 3.5
  16. Classifier: Programming Language :: Python :: 3.6
  17. Classifier: License :: OSI Approved :: Apache Software License
  18. Classifier: Topic :: Software Development :: Testing
  19. Provides-Extra: server
  20. Requires-Dist: Jinja2 (>=2.7.3)
  21. Requires-Dist: boto (>=2.36.0)
  22. Requires-Dist: boto3 (>=1.6.16)
  23. Requires-Dist: botocore (>=1.12.13)
  24. Requires-Dist: cryptography (>=2.3.0)
  25. Requires-Dist: requests (>=2.5)
  26. Requires-Dist: xmltodict
  27. Requires-Dist: six (>1.9)
  28. Requires-Dist: werkzeug
  29. Requires-Dist: pyaml
  30. Requires-Dist: pytz
  31. Requires-Dist: python-dateutil (<3.0.0,>=2.1)
  32. Requires-Dist: python-jose (<3.0.0)
  33. Requires-Dist: mock
  34. Requires-Dist: docker (>=2.5.1)
  35. Requires-Dist: jsondiff (==1.1.1)
  36. Requires-Dist: aws-xray-sdk (<0.96,>=0.93)
  37. Requires-Dist: responses (>=0.9.0)
  38. Requires-Dist: backports.tempfile; python_version<'3.3'
  39. Provides-Extra: server
  40. Requires-Dist: flask; extra == 'server'
  41. UNKNOWN