Metadata-Version: 2.1
Name: httprealm
Version: 1.0.0
Summary: UNKNOWN
Home-page: https://github.com/crinny/httprealm
Author: crinny
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: flask
Requires-Dist: requests
Requires-Dist: pyOpenSSL

# httprealm
HTTP proxy for Realm of the Mad God written in Python 3.6

[![Build Status](https://travis-ci.org/crinny/httprealm.svg?branch=master)](https://travis-ci.org/crinny/httprealm)

## Installation

Before installing you need to get [Python](https://www.python.org/downloads) 3.6+

To build HTTPRealm from sources, simply use this commands:

```bash
git clone git://github.com/crinny/httprealm
cd httprealm
pip install -r requirements.txt
```
To start the proxy, execute this command:
```bash
python httprealm.py
```
That's it! No manipulations with client are required.

## Documentation
[Plugin documentation](https://github.com/crinny/httprealm/blob/master/docs/plugins.md)


