Skip to content

mcspring/consul-discovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python client for Consul.io

This is service register/discovery for Python based on the python-consul library.

Usage is the same as the standard API except that it auto fills service info.

Example

registry = Registry()
registry.register('my-service-name', 8080)

Installation

pip install consul-discovery

About

Python service register and discovery with consul.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages