map-protocol 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,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: map-protocol
3
+ Version: 0.0.1
4
+ Summary: MAP v1: deterministic identity for structured data. Full release coming soon.
5
+ Author: Aaron Gerard Davidson
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/map-protocol/map1
8
+ Requires-Python: >=3.9
@@ -0,0 +1,7 @@
1
+ # map1
2
+
3
+ MAP v1: deterministic identity for structured data.
4
+
5
+ **This is a name reservation. The full package has not been published yet.**
6
+
7
+ See: https://github.com/map-protocol/map1
@@ -0,0 +1,6 @@
1
+ """MAP v1: deterministic identity for structured data.
2
+
3
+ This is a name reservation. Full package coming soon.
4
+ See: https://github.com/map-protocol/map1
5
+ """
6
+ raise ImportError("map1 v1.0 has not been published yet.")
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: map-protocol
3
+ Version: 0.0.1
4
+ Summary: MAP v1: deterministic identity for structured data. Full release coming soon.
5
+ Author: Aaron Gerard Davidson
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/map-protocol/map1
8
+ Requires-Python: >=3.9
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ map1/__init__.py
4
+ map_protocol.egg-info/PKG-INFO
5
+ map_protocol.egg-info/SOURCES.txt
6
+ map_protocol.egg-info/dependency_links.txt
7
+ map_protocol.egg-info/top_level.txt
@@ -0,0 +1,14 @@
1
+ [build-system]
2
+ requires = ["setuptools>=64"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "map-protocol"
7
+ version = "0.0.1"
8
+ description = "MAP v1: deterministic identity for structured data. Full release coming soon."
9
+ license = "MIT"
10
+ requires-python = ">=3.9"
11
+ authors = [{ name = "Aaron Gerard Davidson" }]
12
+
13
+ [project.urls]
14
+ Homepage = "https://github.com/map-protocol/map1"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+