Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amenezes/config-client
config-client package for spring cloud config and cloud foundry
https://github.com/amenezes/config-client
app-config cloud-foundry config configuration java pivotal python spring spring-boot spring-cloud spring-cloud-config
Last synced: 2 days ago
JSON representation
config-client package for spring cloud config and cloud foundry
- Host: GitHub
- URL: https://github.com/amenezes/config-client
- Owner: amenezes
- License: apache-2.0
- Created: 2019-02-12T04:30:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T15:06:57.000Z (6 months ago)
- Last Synced: 2025-01-15T07:47:19.353Z (9 days ago)
- Topics: app-config, cloud-foundry, config, configuration, java, pivotal, python, spring, spring-boot, spring-cloud, spring-cloud-config
- Language: Python
- Homepage: https://config-client.amenezes.net/
- Size: 394 KB
- Stars: 24
- Watchers: 4
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![ci](https://github.com/amenezes/config-client/actions/workflows/ci.yml/badge.svg)](https://github.com/amenezes/config-client/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/amenezes/config-client/branch/master/graph/badge.svg)](https://codecov.io/gh/amenezes/config-client)
[![PyPI version](https://badge.fury.io/py/config-client.svg)](https://badge.fury.io/py/config-client)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/config-client)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)# config-client
config-client for [spring cloud config server](https://spring.io/projects/spring-cloud-config) and [cloud foundry](https://www.cloudfoundry.org).
## Installing
Install and update using pip:
````bash
pip install config-client
````## Links
- License: [Apache License](https://choosealicense.com/licenses/apache-2.0/)
- Code: [https://github.com/amenezes/config-client](https://github.com/amenezes/config-client)
- Issue tracker: [https://github.com/amenezes/config-client/issues](https://github.com/amenezes/config-client/issues)
- Docs: [https://config-client.amenezes.net](https://config-client.amenezes.net)