Metadata-Version: 2.1
Name: mockser
Version: 0.1.3
Summary: Mock HTTP server that asks you for a JSON response everytime you visit a path for the first time.
Home-page: https://github.com/klausweiss/mockser
Author: Mikołaj Biel
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: Werkzeug (==0.14.1)

# mockser

[![PyPI](https://img.shields.io/pypi/v/mockser.svg)](https://pypi.org/project/mockser/)

Mock HTTP server. Asks you for a JSON response everytime you visit a path for the first time.

## Installation

```
pip install mockser
```

## Command line interface

```
usage: mockser [-h] [-p PORT]

Mock HTTP server. Asks you for a JSON response everytime you visit a path for the first time.

optional arguments:
  -h, --help            show this help message and exit
  -p PORT, --port PORT  Port to run the server on. Defaults to 8080.
```


