autonomize-core 0.1.9__py3-none-any.whl → 0.1.10__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.
- {autonomize_core-0.1.9.dist-info → autonomize_core-0.1.10.dist-info}/METADATA +16 -12
- {autonomize_core-0.1.9.dist-info → autonomize_core-0.1.10.dist-info}/RECORD +4 -4
- {autonomize_core-0.1.9.dist-info → autonomize_core-0.1.10.dist-info}/LICENSE +0 -0
- {autonomize_core-0.1.9.dist-info → autonomize_core-0.1.10.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: autonomize-core
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.10
|
4
4
|
Summary: Autonomize Core contains the unified authentication source to access platform.
|
5
5
|
License: Proprietary
|
6
6
|
Author: Varun Prakash
|
@@ -92,26 +92,30 @@ cred = ModelhubCredential(
|
|
92
92
|
token = await cred.aget_token()
|
93
93
|
```
|
94
94
|
|
95
|
-
##
|
96
|
-
|
97
|
-
To contribute in our Autonomize Core SDK, please refer to our [Contribution Guidelines](CONTRIBUTING.md).
|
98
|
-
|
99
|
-
## License
|
100
|
-
Copyright (C) Autonomize AI - All Rights Reserved
|
101
|
-
|
102
|
-
The contents of this repository cannot be copied and/or distributed without the explicit permission from Autonomize.ai
|
103
|
-
|
104
|
-
# New preferred environment variables:
|
95
|
+
## New preferred environment variables:
|
96
|
+
```
|
105
97
|
MODELHUB_URI=https://your-modelhub.com
|
106
98
|
MODELHUB_AUTH_CLIENT_ID=your_client_id
|
107
99
|
MODELHUB_AUTH_CLIENT_SECRET=your_secret
|
108
100
|
GENESIS_CLIENT_ID=your_genesis_client
|
109
101
|
GENESIS_COPILOT_ID=your_copilot
|
102
|
+
```
|
110
103
|
|
111
|
-
|
104
|
+
## Old environment variables (still work for backward compatibility):
|
105
|
+
```
|
112
106
|
MODELHUB_BASE_URL=https://your-modelhub.com
|
113
107
|
MODELHUB_CLIENT_ID=your_client_id
|
114
108
|
MODELHUB_CLIENT_SECRET=your_secret
|
115
109
|
CLIENT_ID=your_client
|
116
110
|
COPILOT_ID=your_copilot
|
111
|
+
```
|
112
|
+
|
113
|
+
## Contribution
|
114
|
+
|
115
|
+
To contribute in our Autonomize Core SDK, please refer to our [Contribution Guidelines](CONTRIBUTING.md).
|
116
|
+
|
117
|
+
## License
|
118
|
+
Copyright (C) Autonomize AI - All Rights Reserved
|
119
|
+
|
120
|
+
The contents of this repository cannot be copied and/or distributed without the explicit permission from Autonomize.ai
|
117
121
|
|
@@ -11,7 +11,7 @@ autonomize/types/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
11
11
|
autonomize/types/core/base_client.py,sha256=DcJPT9GJuvGoUoCu3xS63qZoCZaG97Iwc7pOmN0q_6w,223
|
12
12
|
autonomize/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
13
13
|
autonomize/utils/logger.py,sha256=oQLM9pmQkHBQRN9c4hCXDBOf2BqHB06JjizIaWbNFfw,2168
|
14
|
-
autonomize_core-0.1.
|
15
|
-
autonomize_core-0.1.
|
16
|
-
autonomize_core-0.1.
|
17
|
-
autonomize_core-0.1.
|
14
|
+
autonomize_core-0.1.10.dist-info/LICENSE,sha256=1BOgDsbiPB_RVAQMpdx88RIvXmu5u5X5bSd4aVhxUok,170
|
15
|
+
autonomize_core-0.1.10.dist-info/METADATA,sha256=cUg8VC8gS0mSVpD-u_P5u8T0X8luv6m9W0PpRPezucQ,4105
|
16
|
+
autonomize_core-0.1.10.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
17
|
+
autonomize_core-0.1.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|