Skip to content

Commit da6a586

Browse files
author
gdgate
authored
Merge pull request #173 from gooddata/DP-2315-Python-SDK-refactor-pypi.org-project-description
Update README.md Reviewed-by: Jan Kadlec https://github.com/hkad98
2 parents 403cd45 + 1607c55 commit da6a586

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

gooddata-sdk/README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# GoodData Python SDK
22

3-
The `gooddata-sdk` package provides a clean and convenient Python API to interact with [GoodData.CN](https://www.gooddata.com/developers/cloud-native/).
3+
The `gooddata-sdk` package provides a clean and convenient Python API to interact with [GoodData](https://www.gooddata.com/).
44

55
At the moment the SDK provides services to inspect and interact with the Semantic Model and consume analytics:
6-
* Catalog Service
6+
* Catalog Workspaces Service
7+
* Catalog Workspace Content Service
8+
* Catalog Data Source Service
9+
* Catalog User Service
10+
* Catalog Permission Service
11+
* Catalog Organization Service
712
* Insights Service
813
* Compute Service
914
* Table Service
@@ -12,9 +17,7 @@ See [DOCUMENTATION](https://gooddata-sdk.readthedocs.io) for more details.
1217

1318
## Requirements
1419

15-
- GoodData.CN installation; either running on your cloud
16-
infrastructure or the free Community Edition running on your workstation
17-
20+
- GoodData Cloud or GoodData.CN installation
1821
- Python 3.7 or newer
1922

2023
## Installation
@@ -29,9 +32,9 @@ Compute an insight:
2932
```python
3033
import gooddata_sdk
3134

32-
# GoodData.CN host in the form of uri eg. "http://localhost:3000"
35+
# GoodData host in the form of uri
3336
host = "http://localhost:3000"
34-
# GoodData.CN user token
37+
# GoodData user token
3538
token = "some_user_token"
3639
sdk = gooddata_sdk.GoodDataSdk.create(host, token)
3740

0 commit comments

Comments
 (0)