dbzero-pro 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.
@@ -0,0 +1,24 @@
1
+ Metadata-Version: 2.4
2
+ Name: dbzero-pro
3
+ Version: 0.0.1
4
+ Summary: Placeholder package for the private DBZero Pro distribution.
5
+ Author-email: "DBZero Software sp. z o.o" <info@dbzero.io>
6
+ License: Proprietary
7
+ Project-URL: Homepage, https://dbzero.io/
8
+ Project-URL: Documentation, https://docs.dbzero.io/
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Programming Language :: Python :: 3 :: Only
11
+ Requires-Python: >=3.9
12
+ Description-Content-Type: text/markdown
13
+
14
+ # dbzero-pro
15
+
16
+ This package is a placeholder for the `dbzero-pro` name on PyPI.
17
+
18
+ DBZero Pro is distributed to customers through a private package repository, not
19
+ through the public PyPI package index.
20
+
21
+ For more information about DBZero, visit https://dbzero.io/ or the
22
+ documentation at https://docs.dbzero.io/.
23
+
24
+ If you are interested in DBZero Pro, please contact us at info@dbzero.io.
@@ -0,0 +1,11 @@
1
+ # dbzero-pro
2
+
3
+ This package is a placeholder for the `dbzero-pro` name on PyPI.
4
+
5
+ DBZero Pro is distributed to customers through a private package repository, not
6
+ through the public PyPI package index.
7
+
8
+ For more information about DBZero, visit https://dbzero.io/ or the
9
+ documentation at https://docs.dbzero.io/.
10
+
11
+ If you are interested in DBZero Pro, please contact us at info@dbzero.io.
@@ -0,0 +1,25 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "dbzero-pro"
7
+ version = "0.0.1"
8
+ description = "Placeholder package for the private DBZero Pro distribution."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ license = {text = "Proprietary"}
12
+ authors = [
13
+ {name = "DBZero Software sp. z o.o", email = "info@dbzero.io"},
14
+ ]
15
+ classifiers = [
16
+ "Programming Language :: Python :: 3",
17
+ "Programming Language :: Python :: 3 :: Only",
18
+ ]
19
+
20
+ [project.urls]
21
+ Homepage = "https://dbzero.io/"
22
+ Documentation = "https://docs.dbzero.io/"
23
+
24
+ [tool.setuptools.packages.find]
25
+ where = ["src"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,7 @@
1
+ """Placeholder module for the private DBZero Pro package."""
2
+
3
+ raise RuntimeError(
4
+ "dbzero-pro is a placeholder package on PyPI. "
5
+ "DBZero Pro is distributed through a private package repository. "
6
+ "See https://dbzero.io/ or contact info@dbzero.io for access."
7
+ )
@@ -0,0 +1,24 @@
1
+ Metadata-Version: 2.4
2
+ Name: dbzero-pro
3
+ Version: 0.0.1
4
+ Summary: Placeholder package for the private DBZero Pro distribution.
5
+ Author-email: "DBZero Software sp. z o.o" <info@dbzero.io>
6
+ License: Proprietary
7
+ Project-URL: Homepage, https://dbzero.io/
8
+ Project-URL: Documentation, https://docs.dbzero.io/
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Programming Language :: Python :: 3 :: Only
11
+ Requires-Python: >=3.9
12
+ Description-Content-Type: text/markdown
13
+
14
+ # dbzero-pro
15
+
16
+ This package is a placeholder for the `dbzero-pro` name on PyPI.
17
+
18
+ DBZero Pro is distributed to customers through a private package repository, not
19
+ through the public PyPI package index.
20
+
21
+ For more information about DBZero, visit https://dbzero.io/ or the
22
+ documentation at https://docs.dbzero.io/.
23
+
24
+ If you are interested in DBZero Pro, please contact us at info@dbzero.io.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/dbzero/__init__.py
4
+ src/dbzero_pro.egg-info/PKG-INFO
5
+ src/dbzero_pro.egg-info/SOURCES.txt
6
+ src/dbzero_pro.egg-info/dependency_links.txt
7
+ src/dbzero_pro.egg-info/top_level.txt