baldur-framework 0.0.0__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.
@@ -0,0 +1,31 @@
1
+ Metadata-Version: 2.4
2
+ Name: baldur-framework
3
+ Version: 0.0.0
4
+ Summary: Reserved namespace for the Baldur resilience framework
5
+ Author: Baldur Maintainers
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/pypi/support/issues/10286
8
+ Keywords: resilience,self-healing,circuit-breaker,reserved-namespace
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Requires-Python: >=3.8
13
+ Description-Content-Type: text/markdown
14
+
15
+ # baldur-framework — reserved namespace
16
+
17
+ This name is held by the Baldur project maintainers as a fallback while the
18
+ canonical `baldur` PyPI name is being processed under PEP 541
19
+ ([pypi/support#10286](https://github.com/pypi/support/issues/10286)).
20
+
21
+ This package is **intentionally empty** (version 0.0.0) and provides no functionality.
22
+ When the framework is published, this name will remain as a stub pointing to the
23
+ canonical project.
24
+
25
+ ## Status
26
+
27
+ - PEP 541 request: open since 2026-04-17
28
+ - Canonical name target: `baldur`
29
+ - Companion package: `baldur-pro` (PRO tier, separate distribution)
30
+
31
+ For updates, follow the PEP 541 issue linked above.
@@ -0,0 +1,17 @@
1
+ # baldur-framework — reserved namespace
2
+
3
+ This name is held by the Baldur project maintainers as a fallback while the
4
+ canonical `baldur` PyPI name is being processed under PEP 541
5
+ ([pypi/support#10286](https://github.com/pypi/support/issues/10286)).
6
+
7
+ This package is **intentionally empty** (version 0.0.0) and provides no functionality.
8
+ When the framework is published, this name will remain as a stub pointing to the
9
+ canonical project.
10
+
11
+ ## Status
12
+
13
+ - PEP 541 request: open since 2026-04-17
14
+ - Canonical name target: `baldur`
15
+ - Companion package: `baldur-pro` (PRO tier, separate distribution)
16
+
17
+ For updates, follow the PEP 541 issue linked above.
@@ -0,0 +1,31 @@
1
+ Metadata-Version: 2.4
2
+ Name: baldur-framework
3
+ Version: 0.0.0
4
+ Summary: Reserved namespace for the Baldur resilience framework
5
+ Author: Baldur Maintainers
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/pypi/support/issues/10286
8
+ Keywords: resilience,self-healing,circuit-breaker,reserved-namespace
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Requires-Python: >=3.8
13
+ Description-Content-Type: text/markdown
14
+
15
+ # baldur-framework — reserved namespace
16
+
17
+ This name is held by the Baldur project maintainers as a fallback while the
18
+ canonical `baldur` PyPI name is being processed under PEP 541
19
+ ([pypi/support#10286](https://github.com/pypi/support/issues/10286)).
20
+
21
+ This package is **intentionally empty** (version 0.0.0) and provides no functionality.
22
+ When the framework is published, this name will remain as a stub pointing to the
23
+ canonical project.
24
+
25
+ ## Status
26
+
27
+ - PEP 541 request: open since 2026-04-17
28
+ - Canonical name target: `baldur`
29
+ - Companion package: `baldur-pro` (PRO tier, separate distribution)
30
+
31
+ For updates, follow the PEP 541 issue linked above.
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ baldur_framework.egg-info/PKG-INFO
4
+ baldur_framework.egg-info/SOURCES.txt
5
+ baldur_framework.egg-info/dependency_links.txt
6
+ baldur_framework.egg-info/top_level.txt
@@ -0,0 +1,24 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "baldur-framework"
7
+ version = "0.0.0"
8
+ description = "Reserved namespace for the Baldur resilience framework"
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
11
+ license = { text = "Apache-2.0" }
12
+ authors = [{ name = "Baldur Maintainers" }]
13
+ keywords = ["resilience", "self-healing", "circuit-breaker", "reserved-namespace"]
14
+ classifiers = [
15
+ "Development Status :: 1 - Planning",
16
+ "License :: OSI Approved :: Apache Software License",
17
+ "Programming Language :: Python :: 3",
18
+ ]
19
+
20
+ [project.urls]
21
+ Homepage = "https://github.com/pypi/support/issues/10286"
22
+
23
+ [tool.setuptools]
24
+ packages = []
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+