masonrystack 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.
masonrystack/__init__.py
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: masonrystack
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: MasonryStack project
|
|
5
|
+
Author: Nahuel Verón
|
|
6
|
+
License: MIT
|
|
7
|
+
Classifier: Development Status :: 1 - Planning
|
|
8
|
+
Classifier: Intended Audience :: Developers
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Requires-Python: >=3.9
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
|
|
13
|
+
# MasonryStack
|
|
14
|
+
|
|
15
|
+
⚠️ **Placeholder package**
|
|
16
|
+
|
|
17
|
+
This package currently exists to reserve the PyPI name.
|
|
18
|
+
APIs are not yet stable and functionality will be added in the future.
|
|
19
|
+
|
|
20
|
+
Do not rely on this package yet.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
masonrystack/__init__.py,sha256=AfUX-JNrD7C27Csx51CbyfqIY9cOY1UONUGievH1JLg,92
|
|
2
|
+
masonrystack-0.0.1.dist-info/METADATA,sha256=8hHzhGfB2yla0a8FKHg6uOnK3wyu5OUaLTZHqy4n5EM,533
|
|
3
|
+
masonrystack-0.0.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
4
|
+
masonrystack-0.0.1.dist-info/top_level.txt,sha256=OWgkbpnrRG9rDp590Wa4pqqO-ewGR9cJ8N8OBI1hutI,13
|
|
5
|
+
masonrystack-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
masonrystack
|