Metadata-Version: 1.1
Name: fake-ubersmith
Version: 0.6.0
Summary: Fake Ubersmith python web server
Home-page: https://github.com/internap/fake-ubersmith
Author: Internap Hosting
Author-email: opensource@internap.com
License: Apache Software License
Description: [![Build Status](https://travis-ci.org/internap/fake-ubersmith.svg?branch=master)](https://travis-ci.org/internap/fake-ubersmith)
        
        Fake-ubersmith
        =============
        This library is a web server representing a fake Übersmith where you can register api calls and response that can be used
        for integration test purposes.
        
        # Command line usage
        ```
        pip install fake-ubersmith
        fake-ubersmith
        ```
        
        # Docker usage
        ```
        docker pull internap/fake-ubersmith:latest
        docker run -d -p 8000:9131 fake-ubersmith
        ```
        
        # License
        
        fake-ubersmith is distributed under [Apache License Version 2.0](LICENSE).
        
        # Contributing
        
        Feel free to raise issues and send some pull request, we'll be happy to look at them!
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Emulators
