fw-rulesets 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,5 @@
1
+ Metadata-Version: 2.4
2
+ Name: fw-rulesets
3
+ Version: 0.0.0
4
+ Summary: Name placeholder. Not a usable package.
5
+ Requires-Python: >=3.8
@@ -0,0 +1,6 @@
1
+ # fw-rulesets
2
+
3
+ Placeholder holding this name on PyPI. It contains no code and does nothing.
4
+
5
+ The real `fw-rulesets` is a private package and is not distributed here. If you
6
+ installed this expecting it, you have the wrong index configured.
@@ -0,0 +1,13 @@
1
+ [project]
2
+ name = "fw-rulesets"
3
+ version = "0.0.0"
4
+ description = "Name placeholder. Not a usable package."
5
+ requires-python = ">=3.8"
6
+ dependencies = []
7
+
8
+ [build-system]
9
+ requires = ["setuptools>=68"]
10
+ build-backend = "setuptools.build_meta"
11
+
12
+ [tool.setuptools.packages.find]
13
+ where = ["src"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,5 @@
1
+ raise ImportError(
2
+ "This is the public PyPI placeholder for fw-rulesets, not the real package. "
3
+ "The real one is private and served from an internal index. If you reached "
4
+ "this, your index configuration resolved to PyPI instead."
5
+ )
@@ -0,0 +1,5 @@
1
+ Metadata-Version: 2.4
2
+ Name: fw-rulesets
3
+ Version: 0.0.0
4
+ Summary: Name placeholder. Not a usable package.
5
+ Requires-Python: >=3.8
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/fw_rulesets/__init__.py
4
+ src/fw_rulesets.egg-info/PKG-INFO
5
+ src/fw_rulesets.egg-info/SOURCES.txt
6
+ src/fw_rulesets.egg-info/dependency_links.txt
7
+ src/fw_rulesets.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ fw_rulesets