parsetx 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.
parsetx-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: parsetx
3
+ Version: 0.0.1
4
+ Summary: Official placeholder for the upcoming ParseTx SDK.
5
+ Requires-Python: >=3.7
6
+ Description-Content-Type: text/markdown
7
+
8
+ # ParseTx
9
+ This package is reserved for the official ParseTx API SDK. Coming soon.
@@ -0,0 +1,2 @@
1
+ # ParseTx
2
+ This package is reserved for the official ParseTx API SDK. Coming soon.
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: parsetx
3
+ Version: 0.0.1
4
+ Summary: Official placeholder for the upcoming ParseTx SDK.
5
+ Requires-Python: >=3.7
6
+ Description-Content-Type: text/markdown
7
+
8
+ # ParseTx
9
+ This package is reserved for the official ParseTx API SDK. Coming soon.
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ parsetx.egg-info/PKG-INFO
4
+ parsetx.egg-info/SOURCES.txt
5
+ parsetx.egg-info/dependency_links.txt
6
+ parsetx.egg-info/top_level.txt
@@ -0,0 +1,6 @@
1
+ [project]
2
+ name = "parsetx"
3
+ version = "0.0.1"
4
+ description = "Official placeholder for the upcoming ParseTx SDK."
5
+ readme = "README.md"
6
+ requires-python = ">=3.7"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+