You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[**TerminusCMS**](https://terminusdb.com/terminuscms/) is a hosted headless content management system. It is built upon TerminusDB and is a developerfocused data management platform for complex data and content infrastructure. [Sign up and clone a demo project to see how it works][dashboard].
29
+
[**TerminusCMS**](https://terminusdb.com/terminuscms/) is a hosted headless content management system. It is built upon TerminusDB and is a developer-focused data management platform for complex data and content infrastructure. [Sign up and clone a demo project to see how it works][dashboard].
30
30
31
31
[dashboard]: https://dashboard.terminusdb.com/
32
32
@@ -40,16 +40,16 @@ graph all through a simple document API.
40
40
TerminusDB Client v10.0 works with TerminusDB v10.0 and TerminusCMS. Please check the [Release Notes](RELEASE_NOTES.md) to find out what has changed.
41
41
42
42
## Installation
43
-
- TerminusDB Client can be downloaded form PyPI using pip:
43
+
- TerminusDB Client can be downloaded from PyPI using pip:
44
44
`python -m pip install terminusdb-client`
45
45
46
46
This only includes the core Python Client (Client) and WOQLQuery.
47
47
48
-
If you want to use woqlDataframe or the import and export csv function in Scaffolding CLI tool:
48
+
If you want to use woqlDataframe or the import and export CSV function in the Scaffolding CLI tool:
*check documentation for TerminusCMS about how to add the [API token](https://terminusdb.com/docs/terminuscms/get-api-key) to the environment variable*
81
+
*check the documentation for TerminusCMS about how to add the [API token](https://terminusdb.com/docs/how-to-connect-terminuscms) to the environment variable*
@@ -155,7 +155,7 @@ Start a project in the directory
155
155
```bash
156
156
$ tdbpy startproject
157
157
Please enter a project name (this will also be the database name): mydb
158
-
Please enter a endpoint location (press enter to use localhost default) [http://127.0.0.1:6363/]:
158
+
Please enter an endpoint location (press enter to use localhost default) [http://127.0.0.1:6363/]:
159
159
config.json and schema.py created, please customize them to start your project.
160
160
```
161
161
@@ -181,15 +181,15 @@ Delete the database
181
181
182
182
```bash
183
183
$ tdbpy deletedb
184
-
Do you want to delete 'mydb'? WARNING: This opertation is non-reversible. [y/N]: y
184
+
Do you want to delete 'mydb'? WARNING: This operation is non-reversible. [y/N]: y
185
185
mydb deleted.
186
186
```
187
187
188
188
### Please check the [full Documentation](https://terminusdb.com/docs/guides/reference-guides/python-client-reference) for more information.
189
189
190
190
## Guides & Tutorials
191
191
192
-
Visit our documentation for a range of short howto guides, [how-to use the Python Client](https://terminusdb.com/docs/guides/how-to-guides/use-the-python-client) and [how to use the collaboration features with the Python Client](https://terminusdb.com/docs/guides/how-to-guides/use-collaboration-features/with-the-python-client). Alternatively, undertake the [Getting Started with the Python Client Tutorial Series.](https://github.com/terminusdb/terminusdb-tutorials/blob/main/getting_started/python-client/README.md).
192
+
Visit our documentation for a range of short how-to guides, [how-to use the Python Client](https://terminusdb.com/docs/use-the-python-client) and [how to use the collaboration features with the Python Client](https://terminusdb.com/docs/collaboration-with-python-client). Alternatively, undertake the [Getting Started with the Python Client Tutorial Series.](https://github.com/terminusdb/terminusdb-tutorials/blob/main/getting_started/python-client/README.md).
193
193
194
194
## Testing
195
195
@@ -229,7 +229,7 @@ Documentation specifically on the latest version of the Python Client can be fou
229
229
$ make init
230
230
```
231
231
232
-
3. Change directory to docs
232
+
3. Change the directory to docs
233
233
```sh
234
234
$ cd docs/
235
235
```
@@ -250,7 +250,7 @@ If you have other questions, you can ask in our community [community Subreddit](
250
250
## Community
251
251
252
252
Come visit us on our [discord server](https://discord.gg/yTJKAma)
253
-
or our [community Subreddit](https://www.reddit.com/r/TerminusDB/). We are also on [twitter](https://twitter.com/TerminusDB)
253
+
or our [community Subreddit](https://www.reddit.com/r/TerminusDB/). We are also on [Twitter](https://twitter.com/TerminusDB)
0 commit comments