Metadata-Version: 2.1
Name: starmerx-apollo-client
Version: 0.0.6
Summary: starmerx apollo client
Author: Wilson
Author-email: chengwenxian@starmerx.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

# Starmerx Apollo Client


## Description

Client for Apollo Server.The following are provided by it:

- heartbeat once every ten minutes
- polling once every two seconds(it means that your config would be update in tow seconds)
- Disaster Tolerance(it reads your config in order of memory cache, requesting apollo server by http and cache file)


## Demo

The demo is in ./test/client_test.py



