Metadata-Version: 2.1
Name: eurekaClientShare
Version: 0.0.3
Summary: Simple eureka client
Home-page: https://github.com/santiagoMeloMedina/eurekaClientShare
Author: Santiago Melo Medina
Author-email: santiagodevelopment001@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Requires-Python: >=3.6
Description-Content-Type: text/markdown

<h1>Eureka Connection</h1>

<h3>Info Parameter on <i>DiscoveryClient</i> constructor:</h3>
<br>
INFO_DISCOVER = {<br>
    "PROTOCOL": ...<br>
    "HOSTDISCOVER": ...<br>
    "PORTDISCOVER": ...<br>
    "SERVICENAME": ...<br>
    "HOSTINSTANCE": ...<br>
    "PORTINSTANCE": ...<br>
    "HEARTBEATDISCOVER": ...<br>
}


