Metadata-Version: 2.1
Name: mockintosh
Version: 0.8.1
Summary: The API mocking server for microservice environments
Home-page: https://github.com/up9inc/mockintosh
Author: UP9 Inc.
Author-email: support@up9.com
License: MIT
Description: # Mockintosh
        
        <p align="center">
            <a href="https://github.com/up9inc/mockintosh/releases/latest">
                <img alt="GitHub Latest Release" src="https://img.shields.io/github/v/release/up9inc/mockintosh?logo=GitHub&style=flat-square">
            </a>
            <a href="https://github.com/up9inc/mockintosh/blob/master/LICENSE">
                <img alt="GitHub License" src="https://img.shields.io/github/license/up9inc/mockintosh?logo=GitHub&style=flat-square">
            </a>
            <a href="https://travis-ci.com/github/up9inc/mockintosh/builds/">
                <img alt="Travis" src="https://img.shields.io/travis/up9inc/mockintosh?logo=Travis&style=flat-square">
            </a>
            <a href="https://hub.docker.com/r/up9inc/mockintosh">
                <img alt="Docker Build Status" src="https://img.shields.io/docker/cloud/build/up9inc/mockintosh?logo=Docker&style=flat-square">
            </a>
            <a href="https://codecov.io/gh/up9inc/mockintosh">
                <img alt="Code Coverage (Codecov)" src="https://img.shields.io/codecov/c/github/up9inc/mockintosh?logo=Codecov&style=flat-square">
            </a>
        </p>
        
        Mockintosh aims to provide usual HTTP mock service functionality with small resource footprint, making it friendly for
        microservice applications. You can have tens of mocks at once, inside moderate laptop or single Docker container. Also,
        we have some additional ideas on how to make mocks simple and useful.
        
        Go to [official documentation site =>](https://mockintosh.io/)
        
        
Keywords: mock api json restful automatic web server generator configuration
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
Provides-Extra: dev
