opengradient 0.3.18__tar.gz → 0.3.20__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.
- {opengradient-0.3.18 → opengradient-0.3.20}/PKG-INFO +97 -97
- opengradient-0.3.20/pyproject.toml +148 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/src/opengradient/__init__.py +1 -1
- opengradient-0.3.18/pyproject.toml +0 -159
- {opengradient-0.3.18 → opengradient-0.3.20}/.gitignore +0 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/LICENSE +0 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/README.md +0 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/src/opengradient/abi/inference.abi +0 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/src/opengradient/account.py +0 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/src/opengradient/cli.py +0 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/src/opengradient/client.py +0 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/src/opengradient/defaults.py +0 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/src/opengradient/exceptions.py +0 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/src/opengradient/llm/__init__.py +0 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/src/opengradient/llm/og_langchain.py +0 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/src/opengradient/llm/og_openai.py +0 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/src/opengradient/proto/__init__.py +0 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/src/opengradient/proto/infer.proto +0 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/src/opengradient/proto/infer_pb2.py +0 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/src/opengradient/proto/infer_pb2_grpc.py +0 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/src/opengradient/types.py +0 -0
- {opengradient-0.3.18 → opengradient-0.3.20}/src/opengradient/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: opengradient
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.20
|
|
4
4
|
Summary: Python SDK for OpenGradient decentralized model management & inference services
|
|
5
5
|
Project-URL: Homepage, https://opengradient.ai
|
|
6
6
|
Author-email: OpenGradient <oliver@opengradient.ai>
|
|
@@ -33,103 +33,103 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
33
33
|
Classifier: Programming Language :: Python :: 3.11
|
|
34
34
|
Classifier: Programming Language :: Python :: 3.12
|
|
35
35
|
Requires-Python: >=3.10
|
|
36
|
-
Requires-Dist: aiohappyeyeballs
|
|
37
|
-
Requires-Dist: aiohttp
|
|
38
|
-
Requires-Dist: aiosignal
|
|
39
|
-
Requires-Dist: annotated-types
|
|
40
|
-
Requires-Dist: attrs
|
|
41
|
-
Requires-Dist: bitarray
|
|
42
|
-
Requires-Dist: cachecontrol
|
|
43
|
-
Requires-Dist: cachetools
|
|
44
|
-
Requires-Dist: certifi
|
|
45
|
-
Requires-Dist: cffi
|
|
46
|
-
Requires-Dist: charset-normalizer
|
|
47
|
-
Requires-Dist: ckzg
|
|
48
|
-
Requires-Dist: cleo
|
|
49
|
-
Requires-Dist: click
|
|
50
|
-
Requires-Dist: cramjam
|
|
51
|
-
Requires-Dist: crashtest
|
|
52
|
-
Requires-Dist: cryptography
|
|
53
|
-
Requires-Dist: cytoolz
|
|
54
|
-
Requires-Dist: distlib
|
|
55
|
-
Requires-Dist: dulwich
|
|
56
|
-
Requires-Dist: eth-abi
|
|
57
|
-
Requires-Dist: eth-account
|
|
58
|
-
Requires-Dist: eth-hash
|
|
59
|
-
Requires-Dist: eth-keyfile
|
|
60
|
-
Requires-Dist: eth-keys
|
|
61
|
-
Requires-Dist: eth-rlp
|
|
62
|
-
Requires-Dist: eth-typing
|
|
63
|
-
Requires-Dist: eth-utils
|
|
64
|
-
Requires-Dist: fastjsonschema
|
|
65
|
-
Requires-Dist: fastparquet
|
|
66
|
-
Requires-Dist: filelock
|
|
67
|
-
Requires-Dist: firebase-rest-api
|
|
68
|
-
Requires-Dist: frozenlist
|
|
69
|
-
Requires-Dist: fsspec
|
|
70
|
-
Requires-Dist: google-api-core
|
|
71
|
-
Requires-Dist: google-auth
|
|
72
|
-
Requires-Dist: google-cloud-core
|
|
73
|
-
Requires-Dist: google-cloud-firestore
|
|
74
|
-
Requires-Dist: google-cloud-storage
|
|
75
|
-
Requires-Dist: google-crc32c
|
|
76
|
-
Requires-Dist: google-resumable-media
|
|
77
|
-
Requires-Dist: googleapis-common-protos
|
|
78
|
-
Requires-Dist: grpcio-tools
|
|
79
|
-
Requires-Dist: grpcio
|
|
80
|
-
Requires-Dist: hexbytes
|
|
81
|
-
Requires-Dist: idna
|
|
82
|
-
Requires-Dist: jaraco-classes
|
|
83
|
-
Requires-Dist: jwcrypto
|
|
84
|
-
Requires-Dist: keyring
|
|
85
|
-
Requires-Dist: langchain
|
|
86
|
-
Requires-Dist: more-itertools
|
|
87
|
-
Requires-Dist: msgpack
|
|
88
|
-
Requires-Dist: multidict
|
|
89
|
-
Requires-Dist: openai
|
|
90
|
-
Requires-Dist: packaging
|
|
91
|
-
Requires-Dist: pandas
|
|
92
|
-
Requires-Dist: parsimonious
|
|
93
|
-
Requires-Dist: pathlib
|
|
94
|
-
Requires-Dist: pexpect
|
|
95
|
-
Requires-Dist: pkce
|
|
96
|
-
Requires-Dist: pkginfo
|
|
97
|
-
Requires-Dist: platformdirs
|
|
98
|
-
Requires-Dist: proto-plus
|
|
99
|
-
Requires-Dist: protobuf==5.28.2
|
|
36
|
+
Requires-Dist: aiohappyeyeballs>=2.4.3
|
|
37
|
+
Requires-Dist: aiohttp>=3.10.8
|
|
38
|
+
Requires-Dist: aiosignal>=1.3.1
|
|
39
|
+
Requires-Dist: annotated-types>=0.7.0
|
|
40
|
+
Requires-Dist: attrs>=24.2.0
|
|
41
|
+
Requires-Dist: bitarray>=2.9.2
|
|
42
|
+
Requires-Dist: cachecontrol>=0.14.0
|
|
43
|
+
Requires-Dist: cachetools>=5.5.0
|
|
44
|
+
Requires-Dist: certifi>=2024.8.30
|
|
45
|
+
Requires-Dist: cffi>=1.17.1
|
|
46
|
+
Requires-Dist: charset-normalizer>=3.3.2
|
|
47
|
+
Requires-Dist: ckzg>=2.0.1
|
|
48
|
+
Requires-Dist: cleo>=2.1.0
|
|
49
|
+
Requires-Dist: click>=8.1.7
|
|
50
|
+
Requires-Dist: cramjam>=2.8.4
|
|
51
|
+
Requires-Dist: crashtest>=0.4.1
|
|
52
|
+
Requires-Dist: cryptography>=43.0.1
|
|
53
|
+
Requires-Dist: cytoolz>=0.12.3
|
|
54
|
+
Requires-Dist: distlib>=0.3.8
|
|
55
|
+
Requires-Dist: dulwich>=0.21.7
|
|
56
|
+
Requires-Dist: eth-abi>=5.1.0
|
|
57
|
+
Requires-Dist: eth-account>=0.13.4
|
|
58
|
+
Requires-Dist: eth-hash>=0.7.0
|
|
59
|
+
Requires-Dist: eth-keyfile>=0.8.1
|
|
60
|
+
Requires-Dist: eth-keys>=0.5.1
|
|
61
|
+
Requires-Dist: eth-rlp>=2.1.0
|
|
62
|
+
Requires-Dist: eth-typing>=5.0.0
|
|
63
|
+
Requires-Dist: eth-utils>=5.0.0
|
|
64
|
+
Requires-Dist: fastjsonschema>=2.20.0
|
|
65
|
+
Requires-Dist: fastparquet>=2024.5.0
|
|
66
|
+
Requires-Dist: filelock>=3.16.1
|
|
67
|
+
Requires-Dist: firebase-rest-api>=1.11.0
|
|
68
|
+
Requires-Dist: frozenlist>=1.4.1
|
|
69
|
+
Requires-Dist: fsspec>=2024.9.0
|
|
70
|
+
Requires-Dist: google-api-core>=2.20.0
|
|
71
|
+
Requires-Dist: google-auth>=2.35.0
|
|
72
|
+
Requires-Dist: google-cloud-core>=2.4.1
|
|
73
|
+
Requires-Dist: google-cloud-firestore>=2.19.0
|
|
74
|
+
Requires-Dist: google-cloud-storage>=2.18.2
|
|
75
|
+
Requires-Dist: google-crc32c>=1.6.0
|
|
76
|
+
Requires-Dist: google-resumable-media>=2.7.2
|
|
77
|
+
Requires-Dist: googleapis-common-protos>=1.65.0
|
|
78
|
+
Requires-Dist: grpcio-tools>=1.66.2
|
|
79
|
+
Requires-Dist: grpcio>=1.66.2
|
|
80
|
+
Requires-Dist: hexbytes>=1.2.1
|
|
81
|
+
Requires-Dist: idna>=3.10
|
|
82
|
+
Requires-Dist: jaraco-classes>=3.4.0
|
|
83
|
+
Requires-Dist: jwcrypto>=1.5.6
|
|
84
|
+
Requires-Dist: keyring>=24.3.1
|
|
85
|
+
Requires-Dist: langchain>=0.3.7
|
|
86
|
+
Requires-Dist: more-itertools>=10.5.0
|
|
87
|
+
Requires-Dist: msgpack>=1.1.0
|
|
88
|
+
Requires-Dist: multidict>=6.1.0
|
|
89
|
+
Requires-Dist: openai>=1.58.1
|
|
90
|
+
Requires-Dist: packaging>=24.1
|
|
91
|
+
Requires-Dist: pandas>=2.2.3
|
|
92
|
+
Requires-Dist: parsimonious>=0.10.0
|
|
93
|
+
Requires-Dist: pathlib>=1.0.1
|
|
94
|
+
Requires-Dist: pexpect>=4.9.0
|
|
95
|
+
Requires-Dist: pkce>=1.0.3
|
|
96
|
+
Requires-Dist: pkginfo>=1.11.1
|
|
97
|
+
Requires-Dist: platformdirs>=4.3.6
|
|
98
|
+
Requires-Dist: proto-plus>=1.24.0
|
|
100
99
|
Requires-Dist: protobuf>=4.24.0
|
|
101
|
-
Requires-Dist:
|
|
102
|
-
Requires-Dist:
|
|
103
|
-
Requires-Dist:
|
|
104
|
-
Requires-Dist: pyasn1
|
|
105
|
-
Requires-Dist:
|
|
106
|
-
Requires-Dist:
|
|
107
|
-
Requires-Dist:
|
|
108
|
-
Requires-Dist: pydantic
|
|
109
|
-
Requires-Dist:
|
|
110
|
-
Requires-Dist:
|
|
111
|
-
Requires-Dist: python-
|
|
112
|
-
Requires-Dist:
|
|
113
|
-
Requires-Dist:
|
|
114
|
-
Requires-Dist:
|
|
115
|
-
Requires-Dist:
|
|
116
|
-
Requires-Dist:
|
|
117
|
-
Requires-Dist: requests
|
|
118
|
-
Requires-Dist:
|
|
119
|
-
Requires-Dist:
|
|
120
|
-
Requires-Dist:
|
|
121
|
-
Requires-Dist:
|
|
122
|
-
Requires-Dist:
|
|
123
|
-
Requires-Dist:
|
|
124
|
-
Requires-Dist:
|
|
125
|
-
Requires-Dist:
|
|
126
|
-
Requires-Dist:
|
|
127
|
-
Requires-Dist:
|
|
128
|
-
Requires-Dist:
|
|
129
|
-
Requires-Dist:
|
|
130
|
-
Requires-Dist:
|
|
131
|
-
Requires-Dist:
|
|
132
|
-
Requires-Dist:
|
|
100
|
+
Requires-Dist: protobuf>=5.28.2
|
|
101
|
+
Requires-Dist: ptyprocess>=0.7.0
|
|
102
|
+
Requires-Dist: pyarrow>=17.0.0
|
|
103
|
+
Requires-Dist: pyasn1-modules>=0.4.1
|
|
104
|
+
Requires-Dist: pyasn1>=0.6.1
|
|
105
|
+
Requires-Dist: pycparser>=2.22
|
|
106
|
+
Requires-Dist: pycryptodome>=3.21.0
|
|
107
|
+
Requires-Dist: pydantic-core>=2.23.4
|
|
108
|
+
Requires-Dist: pydantic>=2.9.2
|
|
109
|
+
Requires-Dist: pyproject-hooks>=1.2.0
|
|
110
|
+
Requires-Dist: python-dateutil>=2.9.0.post0
|
|
111
|
+
Requires-Dist: python-jwt>=4.1.0
|
|
112
|
+
Requires-Dist: pytz>=2024.2
|
|
113
|
+
Requires-Dist: pyunormalize>=16.0.0
|
|
114
|
+
Requires-Dist: rapidfuzz>=3.10.0
|
|
115
|
+
Requires-Dist: regex>=2024.9.11
|
|
116
|
+
Requires-Dist: requests-toolbelt>=1.0.0
|
|
117
|
+
Requires-Dist: requests>=2.32.3
|
|
118
|
+
Requires-Dist: rlp>=4.0.1
|
|
119
|
+
Requires-Dist: rsa>=4.9
|
|
120
|
+
Requires-Dist: shellingham>=1.5.4
|
|
121
|
+
Requires-Dist: six>=1.16.0
|
|
122
|
+
Requires-Dist: tomlkit>=0.13.2
|
|
123
|
+
Requires-Dist: toolz>=0.12.1
|
|
124
|
+
Requires-Dist: trove-classifiers>=2024.9.12
|
|
125
|
+
Requires-Dist: types-requests>=2.32.0.20240914
|
|
126
|
+
Requires-Dist: typing-extensions>=4.12.2
|
|
127
|
+
Requires-Dist: tzdata>=2024.2
|
|
128
|
+
Requires-Dist: urllib3>=2.2.3
|
|
129
|
+
Requires-Dist: web3>=7.3.0
|
|
130
|
+
Requires-Dist: websockets>=13.1
|
|
131
|
+
Requires-Dist: xattr>=1.1.0
|
|
132
|
+
Requires-Dist: yarl>=1.13.1
|
|
133
133
|
Description-Content-Type: text/markdown
|
|
134
134
|
|
|
135
135
|
# OpenGradient Python SDK
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["hatchling"]
|
|
3
|
+
build-backend = "hatchling.build"
|
|
4
|
+
[project]
|
|
5
|
+
name = "opengradient"
|
|
6
|
+
version = "0.3.20"
|
|
7
|
+
description = "Python SDK for OpenGradient decentralized model management & inference services"
|
|
8
|
+
authors = [{name = "OpenGradient", email = "oliver@opengradient.ai"}]
|
|
9
|
+
license = {file = "LICENSE"}
|
|
10
|
+
readme = "README.md"
|
|
11
|
+
requires-python = ">=3.10"
|
|
12
|
+
classifiers = [
|
|
13
|
+
"Development Status :: 3 - Alpha",
|
|
14
|
+
"Intended Audience :: Developers",
|
|
15
|
+
"License :: OSI Approved :: MIT License",
|
|
16
|
+
"Programming Language :: Python :: 3.10",
|
|
17
|
+
"Programming Language :: Python :: 3.11",
|
|
18
|
+
"Programming Language :: Python :: 3.12",
|
|
19
|
+
]
|
|
20
|
+
dependencies = [
|
|
21
|
+
"aiohappyeyeballs>=2.4.3",
|
|
22
|
+
"aiohttp>=3.10.8",
|
|
23
|
+
"aiosignal>=1.3.1",
|
|
24
|
+
"annotated-types>=0.7.0",
|
|
25
|
+
"attrs>=24.2.0",
|
|
26
|
+
"bitarray>=2.9.2",
|
|
27
|
+
"CacheControl>=0.14.0",
|
|
28
|
+
"cachetools>=5.5.0",
|
|
29
|
+
"certifi>=2024.8.30",
|
|
30
|
+
"cffi>=1.17.1",
|
|
31
|
+
"charset-normalizer>=3.3.2",
|
|
32
|
+
"ckzg>=2.0.1",
|
|
33
|
+
"cleo>=2.1.0",
|
|
34
|
+
"click>=8.1.7",
|
|
35
|
+
"cramjam>=2.8.4",
|
|
36
|
+
"crashtest>=0.4.1",
|
|
37
|
+
"cryptography>=43.0.1",
|
|
38
|
+
"cytoolz>=0.12.3",
|
|
39
|
+
"distlib>=0.3.8",
|
|
40
|
+
"dulwich>=0.21.7",
|
|
41
|
+
"eth-account>=0.13.4",
|
|
42
|
+
"eth-hash>=0.7.0",
|
|
43
|
+
"eth-keyfile>=0.8.1",
|
|
44
|
+
"eth-keys>=0.5.1",
|
|
45
|
+
"eth-rlp>=2.1.0",
|
|
46
|
+
"eth-typing>=5.0.0",
|
|
47
|
+
"eth-utils>=5.0.0",
|
|
48
|
+
"eth_abi>=5.1.0",
|
|
49
|
+
"fastjsonschema>=2.20.0",
|
|
50
|
+
"fastparquet>=2024.5.0",
|
|
51
|
+
"filelock>=3.16.1",
|
|
52
|
+
"firebase-rest-api>=1.11.0",
|
|
53
|
+
"frozenlist>=1.4.1",
|
|
54
|
+
"fsspec>=2024.9.0",
|
|
55
|
+
"google-api-core>=2.20.0",
|
|
56
|
+
"google-auth>=2.35.0",
|
|
57
|
+
"google-cloud-core>=2.4.1",
|
|
58
|
+
"google-cloud-firestore>=2.19.0",
|
|
59
|
+
"google-cloud-storage>=2.18.2",
|
|
60
|
+
"google-crc32c>=1.6.0",
|
|
61
|
+
"google-resumable-media>=2.7.2",
|
|
62
|
+
"googleapis-common-protos>=1.65.0",
|
|
63
|
+
"grpcio>=1.66.2",
|
|
64
|
+
"grpcio-tools>=1.66.2",
|
|
65
|
+
"protobuf>=4.24.0",
|
|
66
|
+
"hexbytes>=1.2.1",
|
|
67
|
+
"idna>=3.10",
|
|
68
|
+
"jaraco.classes>=3.4.0",
|
|
69
|
+
"jwcrypto>=1.5.6",
|
|
70
|
+
"keyring>=24.3.1",
|
|
71
|
+
"langchain>=0.3.7",
|
|
72
|
+
"more-itertools>=10.5.0",
|
|
73
|
+
"msgpack>=1.1.0",
|
|
74
|
+
"multidict>=6.1.0",
|
|
75
|
+
"openai>=1.58.1",
|
|
76
|
+
"packaging>=24.1",
|
|
77
|
+
"pandas>=2.2.3",
|
|
78
|
+
"parsimonious>=0.10.0",
|
|
79
|
+
"pathlib>=1.0.1",
|
|
80
|
+
"pexpect>=4.9.0",
|
|
81
|
+
"pkce>=1.0.3",
|
|
82
|
+
"pkginfo>=1.11.1",
|
|
83
|
+
"platformdirs>=4.3.6",
|
|
84
|
+
"proto-plus>=1.24.0",
|
|
85
|
+
"protobuf>=5.28.2",
|
|
86
|
+
"ptyprocess>=0.7.0",
|
|
87
|
+
"pyarrow>=17.0.0",
|
|
88
|
+
"pyasn1>=0.6.1",
|
|
89
|
+
"pyasn1_modules>=0.4.1",
|
|
90
|
+
"pycparser>=2.22",
|
|
91
|
+
"pycryptodome>=3.21.0",
|
|
92
|
+
"pydantic>=2.9.2",
|
|
93
|
+
"pydantic_core>=2.23.4",
|
|
94
|
+
"pyproject_hooks>=1.2.0",
|
|
95
|
+
"python-dateutil>=2.9.0.post0",
|
|
96
|
+
"python-jwt>=4.1.0",
|
|
97
|
+
"pytz>=2024.2",
|
|
98
|
+
"pyunormalize>=16.0.0",
|
|
99
|
+
"RapidFuzz>=3.10.0",
|
|
100
|
+
"regex>=2024.9.11",
|
|
101
|
+
"requests>=2.32.3",
|
|
102
|
+
"requests-toolbelt>=1.0.0",
|
|
103
|
+
"rlp>=4.0.1",
|
|
104
|
+
"rsa>=4.9",
|
|
105
|
+
"shellingham>=1.5.4",
|
|
106
|
+
"six>=1.16.0",
|
|
107
|
+
"tomlkit>=0.13.2",
|
|
108
|
+
"toolz>=0.12.1",
|
|
109
|
+
"trove-classifiers>=2024.9.12",
|
|
110
|
+
"types-requests>=2.32.0.20240914",
|
|
111
|
+
"typing_extensions>=4.12.2",
|
|
112
|
+
"tzdata>=2024.2",
|
|
113
|
+
"urllib3>=2.2.3",
|
|
114
|
+
"web3>=7.3.0",
|
|
115
|
+
"websockets>=13.1",
|
|
116
|
+
"xattr>=1.1.0",
|
|
117
|
+
"yarl>=1.13.1",
|
|
118
|
+
]
|
|
119
|
+
[project.scripts]
|
|
120
|
+
opengradient = "opengradient.cli:cli"
|
|
121
|
+
[project.urls]
|
|
122
|
+
Homepage = "https://opengradient.ai"
|
|
123
|
+
[tool.setuptools]
|
|
124
|
+
package-dir = {"" = "src"}
|
|
125
|
+
include-package-data = true
|
|
126
|
+
[tool.setuptools.packages.find]
|
|
127
|
+
where = ["src"]
|
|
128
|
+
exclude = ["tests*", "stresstest*"]
|
|
129
|
+
[tool.setuptools.package-data]
|
|
130
|
+
"*" = ["*.py", "*.abi"]
|
|
131
|
+
"opengradient" = ["abi/*.abi"]
|
|
132
|
+
[tool.setuptools.exclude-package-data]
|
|
133
|
+
"*" = ["*.ipynb", "*.pyc", "*.pyo", ".gitignore", "requirements.txt", "conftest.py"]
|
|
134
|
+
[tool.ruff]
|
|
135
|
+
line-length = 140
|
|
136
|
+
target-version = "py310" # Specify your Python version
|
|
137
|
+
select = ["E", "F", "I", "N"]
|
|
138
|
+
ignore = []
|
|
139
|
+
[tool.ruff.mccabe]
|
|
140
|
+
max-complexity = 10
|
|
141
|
+
[tool.hatch.build]
|
|
142
|
+
include = [
|
|
143
|
+
"src/opengradient/**/*.py",
|
|
144
|
+
"src/opengradient/proto/*.proto",
|
|
145
|
+
"src/opengradient/abi/*.abi"
|
|
146
|
+
]
|
|
147
|
+
[tool.hatch.build.targets.wheel]
|
|
148
|
+
packages = ["src/opengradient"]
|
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = ["hatchling"]
|
|
3
|
-
build-backend = "hatchling.build"
|
|
4
|
-
|
|
5
|
-
[project]
|
|
6
|
-
name = "opengradient"
|
|
7
|
-
version = "0.3.18"
|
|
8
|
-
description = "Python SDK for OpenGradient decentralized model management & inference services"
|
|
9
|
-
authors = [{name = "OpenGradient", email = "oliver@opengradient.ai"}]
|
|
10
|
-
license = {file = "LICENSE"}
|
|
11
|
-
readme = "README.md"
|
|
12
|
-
requires-python = ">=3.10"
|
|
13
|
-
classifiers = [
|
|
14
|
-
"Development Status :: 3 - Alpha",
|
|
15
|
-
"Intended Audience :: Developers",
|
|
16
|
-
"License :: OSI Approved :: MIT License",
|
|
17
|
-
"Programming Language :: Python :: 3.10",
|
|
18
|
-
"Programming Language :: Python :: 3.11",
|
|
19
|
-
"Programming Language :: Python :: 3.12",
|
|
20
|
-
]
|
|
21
|
-
dependencies = [
|
|
22
|
-
"aiohappyeyeballs==2.4.3",
|
|
23
|
-
"aiohttp==3.10.8",
|
|
24
|
-
"aiosignal==1.3.1",
|
|
25
|
-
"annotated-types==0.7.0",
|
|
26
|
-
"attrs==24.2.0",
|
|
27
|
-
"bitarray==2.9.2",
|
|
28
|
-
"CacheControl==0.14.0",
|
|
29
|
-
"cachetools==5.5.0",
|
|
30
|
-
"certifi==2024.8.30",
|
|
31
|
-
"cffi==1.17.1",
|
|
32
|
-
"charset-normalizer==3.3.2",
|
|
33
|
-
"ckzg==2.0.1",
|
|
34
|
-
"cleo==2.1.0",
|
|
35
|
-
"click==8.1.7",
|
|
36
|
-
"cramjam==2.8.4",
|
|
37
|
-
"crashtest==0.4.1",
|
|
38
|
-
"cryptography==43.0.1",
|
|
39
|
-
"cytoolz==0.12.3",
|
|
40
|
-
"distlib==0.3.8",
|
|
41
|
-
"dulwich==0.21.7",
|
|
42
|
-
"eth-account==0.13.4",
|
|
43
|
-
"eth-hash==0.7.0",
|
|
44
|
-
"eth-keyfile==0.8.1",
|
|
45
|
-
"eth-keys==0.5.1",
|
|
46
|
-
"eth-rlp==2.1.0",
|
|
47
|
-
"eth-typing==5.0.0",
|
|
48
|
-
"eth-utils==5.0.0",
|
|
49
|
-
"eth_abi==5.1.0",
|
|
50
|
-
"fastjsonschema==2.20.0",
|
|
51
|
-
"fastparquet==2024.5.0",
|
|
52
|
-
"filelock==3.16.1",
|
|
53
|
-
"firebase-rest-api==1.11.0",
|
|
54
|
-
"frozenlist==1.4.1",
|
|
55
|
-
"fsspec==2024.9.0",
|
|
56
|
-
"google-api-core==2.20.0",
|
|
57
|
-
"google-auth==2.35.0",
|
|
58
|
-
"google-cloud-core==2.4.1",
|
|
59
|
-
"google-cloud-firestore==2.19.0",
|
|
60
|
-
"google-cloud-storage==2.18.2",
|
|
61
|
-
"google-crc32c==1.6.0",
|
|
62
|
-
"google-resumable-media==2.7.2",
|
|
63
|
-
"googleapis-common-protos==1.65.0",
|
|
64
|
-
"grpcio==1.66.2",
|
|
65
|
-
"grpcio-tools==1.66.2",
|
|
66
|
-
"protobuf>=4.24.0",
|
|
67
|
-
"hexbytes==1.2.1",
|
|
68
|
-
"idna==3.10",
|
|
69
|
-
"jaraco.classes==3.4.0",
|
|
70
|
-
"jwcrypto==1.5.6",
|
|
71
|
-
"keyring==24.3.1",
|
|
72
|
-
"langchain==0.3.7",
|
|
73
|
-
"more-itertools==10.5.0",
|
|
74
|
-
"msgpack==1.1.0",
|
|
75
|
-
"multidict==6.1.0",
|
|
76
|
-
"openai==1.58.1",
|
|
77
|
-
"packaging==24.1",
|
|
78
|
-
"pandas==2.2.3",
|
|
79
|
-
"parsimonious==0.10.0",
|
|
80
|
-
"pathlib==1.0.1",
|
|
81
|
-
"pexpect==4.9.0",
|
|
82
|
-
"pkce==1.0.3",
|
|
83
|
-
"pkginfo==1.11.1",
|
|
84
|
-
"platformdirs==4.3.6",
|
|
85
|
-
"proto-plus==1.24.0",
|
|
86
|
-
"protobuf==5.28.2",
|
|
87
|
-
"ptyprocess==0.7.0",
|
|
88
|
-
"pyarrow==17.0.0",
|
|
89
|
-
"pyasn1==0.6.1",
|
|
90
|
-
"pyasn1_modules==0.4.1",
|
|
91
|
-
"pycparser==2.22",
|
|
92
|
-
"pycryptodome==3.21.0",
|
|
93
|
-
"pydantic==2.9.2",
|
|
94
|
-
"pydantic_core==2.23.4",
|
|
95
|
-
"pyproject_hooks==1.2.0",
|
|
96
|
-
"python-dateutil==2.9.0.post0",
|
|
97
|
-
"python-jwt==4.1.0",
|
|
98
|
-
"pytz==2024.2",
|
|
99
|
-
"pyunormalize==16.0.0",
|
|
100
|
-
"RapidFuzz==3.10.0",
|
|
101
|
-
"regex==2024.9.11",
|
|
102
|
-
"requests==2.32.3",
|
|
103
|
-
"requests-toolbelt==1.0.0",
|
|
104
|
-
"rlp==4.0.1",
|
|
105
|
-
"rsa==4.9",
|
|
106
|
-
"shellingham==1.5.4",
|
|
107
|
-
"six==1.16.0",
|
|
108
|
-
"tomlkit==0.13.2",
|
|
109
|
-
"toolz==0.12.1",
|
|
110
|
-
"trove-classifiers==2024.9.12",
|
|
111
|
-
"types-requests==2.32.0.20240914",
|
|
112
|
-
"typing_extensions==4.12.2",
|
|
113
|
-
"tzdata==2024.2",
|
|
114
|
-
"urllib3==2.2.3",
|
|
115
|
-
"web3==7.3.0",
|
|
116
|
-
"websockets==13.1",
|
|
117
|
-
"xattr==1.1.0",
|
|
118
|
-
"yarl==1.13.1",
|
|
119
|
-
]
|
|
120
|
-
|
|
121
|
-
[project.scripts]
|
|
122
|
-
opengradient = "opengradient.cli:cli"
|
|
123
|
-
|
|
124
|
-
[project.urls]
|
|
125
|
-
Homepage = "https://opengradient.ai"
|
|
126
|
-
|
|
127
|
-
[tool.setuptools]
|
|
128
|
-
package-dir = {"" = "src"}
|
|
129
|
-
include-package-data = true
|
|
130
|
-
|
|
131
|
-
[tool.setuptools.packages.find]
|
|
132
|
-
where = ["src"]
|
|
133
|
-
exclude = ["tests*", "stresstest*"]
|
|
134
|
-
|
|
135
|
-
[tool.setuptools.package-data]
|
|
136
|
-
"*" = ["*.py", "*.abi"]
|
|
137
|
-
"opengradient" = ["abi/*.abi"]
|
|
138
|
-
|
|
139
|
-
[tool.setuptools.exclude-package-data]
|
|
140
|
-
"*" = ["*.ipynb", "*.pyc", "*.pyo", ".gitignore", "requirements.txt", "conftest.py"]
|
|
141
|
-
|
|
142
|
-
[tool.ruff]
|
|
143
|
-
line-length = 140
|
|
144
|
-
target-version = "py310" # Specify your Python version
|
|
145
|
-
select = ["E", "F", "I", "N"]
|
|
146
|
-
ignore = []
|
|
147
|
-
|
|
148
|
-
[tool.ruff.mccabe]
|
|
149
|
-
max-complexity = 10
|
|
150
|
-
|
|
151
|
-
[tool.hatch.build]
|
|
152
|
-
include = [
|
|
153
|
-
"src/opengradient/**/*.py",
|
|
154
|
-
"src/opengradient/proto/*.proto",
|
|
155
|
-
"src/opengradient/abi/*.abi"
|
|
156
|
-
]
|
|
157
|
-
|
|
158
|
-
[tool.hatch.build.targets.wheel]
|
|
159
|
-
packages = ["src/opengradient"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|