probatio 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.
probatio/__init__.py ADDED
@@ -0,0 +1,10 @@
1
+ """Reserved placeholder for the probatio package.
2
+
3
+ This is not the real probatio. It reserves the name on PyPI until the actual
4
+ release is published. Importing it raises, so the name cannot be used by accident.
5
+ """
6
+
7
+ raise RuntimeError(
8
+ "probatio is not yet released. This distribution only reserves the name on "
9
+ "PyPI; the real package is on the way. See https://github.com/frenck/probatio."
10
+ )
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: probatio
3
+ Version: 0.0.1
4
+ Summary: Reserved package name. Not yet released.
5
+ Project-URL: Homepage, https://github.com/frenck/probatio
6
+ Project-URL: Repository, https://github.com/frenck/probatio
7
+ Author-email: Franck Nijhof <opensource@frenck.dev>
8
+ Maintainer-email: Franck Nijhof <opensource@frenck.dev>
9
+ License-Expression: MIT
10
+ Keywords: placeholder,reserved
11
+ Classifier: Development Status :: 1 - Planning
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Programming Language :: Python
14
+ Requires-Python: >=3.8
15
+ Description-Content-Type: text/markdown
16
+
17
+ # probatio
18
+
19
+ This name is reserved. The real `probatio` package is not yet released, and this
20
+ placeholder distribution exists only to hold the name on PyPI. Importing it raises.
21
+
22
+ Watch [github.com/frenck/probatio](https://github.com/frenck/probatio) for the
23
+ actual release.
@@ -0,0 +1,4 @@
1
+ probatio/__init__.py,sha256=ec2MuFcrScCUEcCT9530lyz10HwWXaJS1rDBIKnerFc,403
2
+ probatio-0.0.1.dist-info/METADATA,sha256=6-ug3IJe_tl_BEnAvDCfCWN1Sv3gI0QxmwTCCVAriGs,861
3
+ probatio-0.0.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ probatio-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any