tangle-api 0.0.1a3__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.
- tangle_api/__init__.py +0 -0
- tangle_api/generated/__init__.py +1 -0
- tangle_api/generated/models.py +294 -0
- tangle_api/generated/operations.py +394 -0
- tangle_api/generated/runtime.py +43 -0
- tangle_api/py.typed +0 -0
- tangle_api/schema/__init__.py +0 -0
- tangle_api/schema/openapi.json +3881 -0
- tangle_api-0.0.1a3.dist-info/METADATA +15 -0
- tangle_api-0.0.1a3.dist-info/RECORD +11 -0
- tangle_api-0.0.1a3.dist-info/WHEEL +4 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
|
+
Name: tangle-api
|
|
3
|
+
Version: 0.0.1a3
|
|
4
|
+
Summary: Checked-in generated Tangle API models and operation proxies
|
|
5
|
+
Author: Alexey Volkov, Tangle authors
|
|
6
|
+
Author-email: Alexey Volkov <alexey.volkov@ark-kun.com>
|
|
7
|
+
Requires-Dist: pydantic>=2.0
|
|
8
|
+
Requires-Python: >=3.10
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# tangle-api
|
|
12
|
+
|
|
13
|
+
Checked-in generated Tangle API models, operation proxies, and schema snapshot used by the default `tangle-cli` install.
|
|
14
|
+
|
|
15
|
+
This package is intentionally a leaf package: it depends on Pydantic, but not on `tangle-cli`. Custom API consumers can provide their own compatible distribution named `tangle-api` or a project-local `src/tangle_api` package that shadows the official package in that project environment.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
tangle_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
tangle_api/generated/__init__.py,sha256=hS0bBDcXBv0Xz8fKfJ4IqnDrP4aioALkle_bh2oy7oA,41
|
|
3
|
+
tangle_api/generated/models.py,sha256=M9ofMWK6_zOXHEwJjITdTSsZA8SjQggJKGx9iBAjoKQ,9914
|
|
4
|
+
tangle_api/generated/operations.py,sha256=kQlmh8UG6K-5P_8xMLfalw9yje7mNkNX1Q53ZpM5uEA,16026
|
|
5
|
+
tangle_api/generated/runtime.py,sha256=nTcOG8KT13H1WrArwyWcdB2K0ItBK5DwtYVKYxLkTVY,1270
|
|
6
|
+
tangle_api/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
+
tangle_api/schema/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
+
tangle_api/schema/openapi.json,sha256=S4QlaECIFn2xahC3GkcpAy_Hv5f3b6hZsXH6jo1Jd64,99691
|
|
9
|
+
tangle_api-0.0.1a3.dist-info/WHEEL,sha256=uOqnPWqgFlbov4NeTCercq7cBQ2UN7xh5fiW55lOnAg,81
|
|
10
|
+
tangle_api-0.0.1a3.dist-info/METADATA,sha256=2TCDz7VC3bsqje2Su-al6LWpROml5EDb1Gox_U5cOpc,738
|
|
11
|
+
tangle_api-0.0.1a3.dist-info/RECORD,,
|