masonrystack-sdk 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,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: masonrystack-sdk
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,8 @@
1
+ # MasonryStack
2
+
3
+ ⚠️ **Placeholder package**
4
+
5
+ This package currently exists to reserve the PyPI name.
6
+ APIs are not yet stable and functionality will be added in the future.
7
+
8
+ Do not rely on this package yet.
@@ -0,0 +1,21 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "masonrystack-sdk"
7
+ version = "0.0.1"
8
+ description = "MasonryStack project"
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ license = { text = "MIT" }
12
+
13
+ authors = [
14
+ { name = "Nahuel Verón" }
15
+ ]
16
+
17
+ classifiers = [
18
+ "Development Status :: 1 - Planning",
19
+ "Intended Audience :: Developers",
20
+ "Programming Language :: Python :: 3",
21
+ ]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,6 @@
1
+ """
2
+ MasonryStack
3
+
4
+ This package is a placeholder and is not yet functional.
5
+ """
6
+ __all__ = []
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: masonrystack-sdk
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,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/masonrystack_sdk/__init__.py
4
+ src/masonrystack_sdk.egg-info/PKG-INFO
5
+ src/masonrystack_sdk.egg-info/SOURCES.txt
6
+ src/masonrystack_sdk.egg-info/dependency_links.txt
7
+ src/masonrystack_sdk.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ masonrystack_sdk