dbzero-pro 0.0.1__py3-none-any.whl
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.
dbzero/__init__.py
ADDED
|
@@ -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,5 @@
|
|
|
1
|
+
dbzero/__init__.py,sha256=K1eg2EE2R-CHRsu9AjblKutxMRF1Kn7DDFbWTyzqcX8,274
|
|
2
|
+
dbzero_pro-0.0.1.dist-info/METADATA,sha256=HS1TtT-gZimGgRTWz8Pxim5i9noP3Fu4JuEXL84_pGQ,851
|
|
3
|
+
dbzero_pro-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
dbzero_pro-0.0.1.dist-info/top_level.txt,sha256=6ICzkY7PVVLqsVHPvLNcicXdl66WeiOUqJRd6GwFuWw,7
|
|
5
|
+
dbzero_pro-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
dbzero
|