bolog 0.0.0__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.
- bolog/__init__.py +3 -0
- bolog-0.0.0.dist-info/METADATA +17 -0
- bolog-0.0.0.dist-info/RECORD +4 -0
- bolog-0.0.0.dist-info/WHEEL +4 -0
bolog/__init__.py
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: bolog
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Name reservation placeholder. Real project coming soon.
|
|
5
|
+
Author-email: David Augros <anthropic@augros.org>
|
|
6
|
+
License: MIT
|
|
7
|
+
Keywords: placeholder
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Requires-Python: >=3.8
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
|
|
14
|
+
# bolog
|
|
15
|
+
|
|
16
|
+
Name reservation placeholder. The real project is not ready yet — this release
|
|
17
|
+
only reserves the `bolog` name on PyPI. Watch this space.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
bolog/__init__.py,sha256=hl8yj2F4IKF08pybowFL_VbEdxf6weFIvNLsADWIn2Q,95
|
|
2
|
+
bolog-0.0.0.dist-info/METADATA,sha256=WlaqkKfTtBa36VjQ54SqpUx7afam3nJHLfvcOLL-o6I,557
|
|
3
|
+
bolog-0.0.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
4
|
+
bolog-0.0.0.dist-info/RECORD,,
|