Metadata-Version: 1.0
Name: mock_http
Version: 1.0
Summary: A mock http server for unit testing code that uses web services.
Home-page: https://github.com/oreillymedia/pymockhttpserver
Author: Nick Pilon
Author-email: npilon@oreilly.com
License: Apache 2
Description: mock_http lets you start an HTTP server in a separate
              thread, tell it to respond to specific requests, make requests against it,
              shut it down cleanly, and verify that appropriate calls were made.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
