Metadata-Version: 2.1
Name: pymako
Version: 0.0.1
Summary: A Service Discovery and Dynamic Load Balancing Package for Python.
Home-page: https://github.com/clivern/pymako
Author: clivern
Author-email: hello@clivern.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pytz

PyMako
======

A Service Discovery and Dynamic Load Balancing Package for Python.

[![Build Status](https://travis-ci.org/clivern/pymako.svg?branch=master)](https://travis-ci.org/clivern/pymako)
[![PyPI version](https://badge.fury.io/py/pymako.svg)](https://badge.fury.io/py/pymako)

Installation
------------
To install PyMako run this command:
```
$ pip3 install pymako
```

Usage
-----
After installing the library, Read the following usage criteria:

```python
#
```

Misc
====

Changelog
---------

Version 0.0.1:
```
Initial Release.
```

Acknowledgements
----------------

© 2019, Clivern. Released under [MIT License](https://opensource.org/licenses/mit-license.php).

**PyMako** is authored and maintained by [@clivern](http://github.com/clivern).

