gcore 0.1.0a1__py3-none-any.whl → 0.1.0a2__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.
Potentially problematic release.
This version of gcore might be problematic. Click here for more details.
gcore/_version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: gcore
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.0a2
|
|
4
4
|
Summary: The official Python library for the gcore API
|
|
5
5
|
Project-URL: Homepage, https://github.com/G-Core/gcore-python
|
|
6
6
|
Project-URL: Repository, https://github.com/G-Core/gcore-python
|
|
@@ -46,13 +46,10 @@ The REST API documentation can be found on [api.gcore.com](https://api.gcore.com
|
|
|
46
46
|
## Installation
|
|
47
47
|
|
|
48
48
|
```sh
|
|
49
|
-
# install from
|
|
50
|
-
pip install
|
|
49
|
+
# install from PyPI
|
|
50
|
+
pip install --pre gcore
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
> [!NOTE]
|
|
54
|
-
> Once this package is [published to PyPI](https://app.stainless.com/docs/guides/publish), this will become: `pip install --pre gcore`
|
|
55
|
-
|
|
56
53
|
## Usage
|
|
57
54
|
|
|
58
55
|
The full API of this library can be found in [api.md](https://github.com/G-Core/gcore-python/tree/main/api.md).
|
|
@@ -11,7 +11,7 @@ gcore/_resource.py,sha256=wjIMnFffh-DZDdpBCgdDCdoXR2TPhpAosw7rElBSpYo,1094
|
|
|
11
11
|
gcore/_response.py,sha256=V1N02BVR5uoyxmvzOS3O579oe_PkeA4eyM_Hzodv9EU,28782
|
|
12
12
|
gcore/_streaming.py,sha256=ICh9tioDlP6Uvmis9p5Aieefqhjfhu6xLCJqDSDIqK4,10096
|
|
13
13
|
gcore/_types.py,sha256=SnGwd-1sN4EPoqJZG-WwpdTrjV7aIuSu_H3aR7q_vuo,6142
|
|
14
|
-
gcore/_version.py,sha256=
|
|
14
|
+
gcore/_version.py,sha256=o0ov1yjaDO6faKGI9DvtHtzf4CdQw30nhqs-jnNjT-k,165
|
|
15
15
|
gcore/pagination.py,sha256=YtJ_QO-5Ym0D_6CezmLYSLSGw96_EQxr3WGZaYgTH9s,1960
|
|
16
16
|
gcore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
17
|
gcore/_utils/__init__.py,sha256=PNZ_QJuzZEgyYXqkO1HVhGkj5IU9bglVUcw7H-Knjzw,2062
|
|
@@ -414,7 +414,7 @@ gcore/types/cloud/users/role_assignment_create_params.py,sha256=staGzUPwhmimaqkr
|
|
|
414
414
|
gcore/types/cloud/users/role_assignment_list_params.py,sha256=Pl1PofSE9TMMo8xEgriDwe5bce5TBYS3kVeEh1tg3bk,611
|
|
415
415
|
gcore/types/cloud/users/role_assignment_update_delete.py,sha256=MQahjD3NSBvNMahVDlMOUt9-vJm2KWxkz5roNi9cfWA,257
|
|
416
416
|
gcore/types/cloud/users/role_assignment_update_params.py,sha256=m17tuZgATJ_N4qrPVaunitb4zIAZrTk37KDrGodOsXY,532
|
|
417
|
-
gcore-0.1.
|
|
418
|
-
gcore-0.1.
|
|
419
|
-
gcore-0.1.
|
|
420
|
-
gcore-0.1.
|
|
417
|
+
gcore-0.1.0a2.dist-info/METADATA,sha256=EMfe5otKN1DDDDUU-LY72bFOk9_7XjA5MDocyzlh3gI,14926
|
|
418
|
+
gcore-0.1.0a2.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
419
|
+
gcore-0.1.0a2.dist-info/licenses/LICENSE,sha256=2pZguB1aJ1XYFdGBG1gSFtWegXINirA9gVU0ouDbP_s,11335
|
|
420
|
+
gcore-0.1.0a2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|