pago-bi 0.0.1__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.
pago_bi-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: pago-bi
3
+ Version: 0.0.1
4
+ Summary: Pago internal name reservation (dependency-confusion protection, audit F-27). Not for public use.
5
+ Author: Pago
6
+ License: Proprietary
7
+ Keywords: pago,internal,name-reservation
8
+ Classifier: Development Status :: 7 - Inactive
9
+ Requires-Python: >=3.8
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: pago-bi
3
+ Version: 0.0.1
4
+ Summary: Pago internal name reservation (dependency-confusion protection, audit F-27). Not for public use.
5
+ Author: Pago
6
+ License: Proprietary
7
+ Keywords: pago,internal,name-reservation
8
+ Classifier: Development Status :: 7 - Inactive
9
+ Requires-Python: >=3.8
@@ -0,0 +1,6 @@
1
+ pago_bi.py
2
+ pyproject.toml
3
+ pago_bi.egg-info/PKG-INFO
4
+ pago_bi.egg-info/SOURCES.txt
5
+ pago_bi.egg-info/dependency_links.txt
6
+ pago_bi.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ pago_bi
@@ -0,0 +1,6 @@
1
+ raise ImportError(
2
+ "'pago-bi' on public PyPI is a Pago name reservation that prevents "
3
+ "dependency-confusion attacks. The real package is internal and is NOT "
4
+ "distributed on public PyPI. If pip installed this, you pulled from the "
5
+ "wrong index - use Pago's private index."
6
+ )
@@ -0,0 +1,16 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "pago-bi"
7
+ version = "0.0.1"
8
+ description = "Pago internal name reservation (dependency-confusion protection, audit F-27). Not for public use."
9
+ requires-python = ">=3.8"
10
+ license = { text = "Proprietary" }
11
+ authors = [{ name = "Pago" }]
12
+ keywords = ["pago", "internal", "name-reservation"]
13
+ classifiers = ["Development Status :: 7 - Inactive"]
14
+
15
+ [tool.setuptools]
16
+ py-modules = ["pago_bi"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+