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.
- {agileconfig_python-0.1.1 → agileconfig_python-0.1.3}/PKG-INFO +6 -1
- {agileconfig_python-0.1.1 → agileconfig_python-0.1.3}/README.md +5 -0
- {agileconfig_python-0.1.1 → agileconfig_python-0.1.3}/agileconfig_python.egg-info/PKG-INFO +6 -1
- {agileconfig_python-0.1.1 → agileconfig_python-0.1.3}/pyproject.toml +1 -1
- {agileconfig_python-0.1.1 → agileconfig_python-0.1.3}/LICENSE +0 -0
- {agileconfig_python-0.1.1 → agileconfig_python-0.1.3}/agileconfig_python/__init__.py +0 -0
- {agileconfig_python-0.1.1 → agileconfig_python-0.1.3}/agileconfig_python/config_loader.py +0 -0
- {agileconfig_python-0.1.1 → agileconfig_python-0.1.3}/agileconfig_python.egg-info/SOURCES.txt +0 -0
- {agileconfig_python-0.1.1 → agileconfig_python-0.1.3}/agileconfig_python.egg-info/dependency_links.txt +0 -0
- {agileconfig_python-0.1.1 → agileconfig_python-0.1.3}/agileconfig_python.egg-info/requires.txt +0 -0
- {agileconfig_python-0.1.1 → agileconfig_python-0.1.3}/agileconfig_python.egg-info/top_level.txt +0 -0
- {agileconfig_python-0.1.1 → agileconfig_python-0.1.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agileconfig-python
|
|
3
|
-
Version: 0.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
|
+
[](https://github.com/IshootLaser/agileconfig-python/actions/workflows/ci.yml)
|
|
50
|
+
[](https://github.com/IshootLaser/agileconfig-python/actions/workflows/publish.yml)
|
|
51
|
+
[](https://pypi.org/project/agileconfig-python/)
|
|
52
|
+
[](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
|
+
[](https://github.com/IshootLaser/agileconfig-python/actions/workflows/ci.yml)
|
|
4
|
+
[](https://github.com/IshootLaser/agileconfig-python/actions/workflows/publish.yml)
|
|
5
|
+
[](https://pypi.org/project/agileconfig-python/)
|
|
6
|
+
[](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.
|
|
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
|
+
[](https://github.com/IshootLaser/agileconfig-python/actions/workflows/ci.yml)
|
|
50
|
+
[](https://github.com/IshootLaser/agileconfig-python/actions/workflows/publish.yml)
|
|
51
|
+
[](https://pypi.org/project/agileconfig-python/)
|
|
52
|
+
[](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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agileconfig_python-0.1.1 → agileconfig_python-0.1.3}/agileconfig_python.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{agileconfig_python-0.1.1 → agileconfig_python-0.1.3}/agileconfig_python.egg-info/requires.txt
RENAMED
|
File without changes
|
{agileconfig_python-0.1.1 → agileconfig_python-0.1.3}/agileconfig_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|