agileconfig-python 0.1.1__tar.gz → 0.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agileconfig-python
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: Python client for AgileConfig with WebSocket updates and environment fallback
5
5
  Author: Wei Zheng
6
6
  License: MIT License
@@ -46,6 +46,11 @@ Dynamic: license-file
46
46
 
47
47
  # agileconfig-python
48
48
 
49
+ [![CI](https://github.com/IshootLaser/agileconfig-python/actions/workflows/ci.yml/badge.svg)](https://github.com/IshootLaser/agileconfig-python/actions/workflows/ci.yml)
50
+ [![Publish](https://github.com/IshootLaser/agileconfig-python/actions/workflows/publish.yml/badge.svg)](https://github.com/IshootLaser/agileconfig-python/actions/workflows/publish.yml)
51
+ [![PyPI version](https://img.shields.io/pypi/v/agileconfig-python.svg)](https://pypi.org/project/agileconfig-python/)
52
+ [![Python versions](https://img.shields.io/pypi/pyversions/agileconfig-python.svg)](https://pypi.org/project/agileconfig-python/)
53
+
49
54
  Python client for [AgileConfig](https://github.com/dotnetcore/AgileConfig). The client loads configuration over HTTP, listens for reload notifications over WebSocket, and falls back to `os.environ` when the server is unavailable.
50
55
 
51
56
  ## Installation
@@ -1,5 +1,10 @@
1
1
  # agileconfig-python
2
2
 
3
+ [![CI](https://github.com/IshootLaser/agileconfig-python/actions/workflows/ci.yml/badge.svg)](https://github.com/IshootLaser/agileconfig-python/actions/workflows/ci.yml)
4
+ [![Publish](https://github.com/IshootLaser/agileconfig-python/actions/workflows/publish.yml/badge.svg)](https://github.com/IshootLaser/agileconfig-python/actions/workflows/publish.yml)
5
+ [![PyPI version](https://img.shields.io/pypi/v/agileconfig-python.svg)](https://pypi.org/project/agileconfig-python/)
6
+ [![Python versions](https://img.shields.io/pypi/pyversions/agileconfig-python.svg)](https://pypi.org/project/agileconfig-python/)
7
+
3
8
  Python client for [AgileConfig](https://github.com/dotnetcore/AgileConfig). The client loads configuration over HTTP, listens for reload notifications over WebSocket, and falls back to `os.environ` when the server is unavailable.
4
9
 
5
10
  ## Installation
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agileconfig-python
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: Python client for AgileConfig with WebSocket updates and environment fallback
5
5
  Author: Wei Zheng
6
6
  License: MIT License
@@ -46,6 +46,11 @@ Dynamic: license-file
46
46
 
47
47
  # agileconfig-python
48
48
 
49
+ [![CI](https://github.com/IshootLaser/agileconfig-python/actions/workflows/ci.yml/badge.svg)](https://github.com/IshootLaser/agileconfig-python/actions/workflows/ci.yml)
50
+ [![Publish](https://github.com/IshootLaser/agileconfig-python/actions/workflows/publish.yml/badge.svg)](https://github.com/IshootLaser/agileconfig-python/actions/workflows/publish.yml)
51
+ [![PyPI version](https://img.shields.io/pypi/v/agileconfig-python.svg)](https://pypi.org/project/agileconfig-python/)
52
+ [![Python versions](https://img.shields.io/pypi/pyversions/agileconfig-python.svg)](https://pypi.org/project/agileconfig-python/)
53
+
49
54
  Python client for [AgileConfig](https://github.com/dotnetcore/AgileConfig). The client loads configuration over HTTP, listens for reload notifications over WebSocket, and falls back to `os.environ` when the server is unavailable.
50
55
 
51
56
  ## Installation
@@ -4,7 +4,7 @@
4
4
 
5
5
  [project]
6
6
  name = "agileconfig-python"
7
- version = "0.1.1"
7
+ version = "0.1.3"
8
8
  description = "Python client for AgileConfig with WebSocket updates and environment fallback"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"