criteo / py-consul

Python client for Consul (http://www.consul.io/)
MIT License
45 stars 14 forks source link

code-style: reorganize the repository #62

Closed mbrulatout closed 7 months ago

mbrulatout commented 7 months ago

While the diff is pretty large, this commit is just about splitting the base.py and its associated test file into various scope-restricted files. The api folder is also introduced.

This will ease the development/reviews