Skip to content

Commit

Permalink
Rename Python client to Python SDK (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybchris authored Aug 24, 2022
1 parent b851d51 commit e619630
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hume AI Python Client
# Hume AI Python SDK

The Hume AI Python client makes it easy to call Hume APIs from Python applications.
The Hume AI Python SDK makes it easy to call Hume APIs from Python applications.

To get started, [sign up for a Hume account](https://beta.hume.ai/sign-up)!

Expand Down Expand Up @@ -57,4 +57,4 @@ See example requests and responses for all available endpoints in the [Hume API

## Support

If you've found a bug with this client please [open an issue](https://github.com/HumeAI/python-client/issues/new)!
If you've found a bug with this SDK please [open an issue](https://github.com/HumeAI/hume-python-sdk/issues/new)!
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hume Python Client
# Hume Python SDK

## Basic Usage

Expand Down Expand Up @@ -33,4 +33,4 @@ job_id = "<your-job-id>"
job = BatchJob(client, job_id)

print(job)
```
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["hume", "ai", "client", "sdk"]
license = "Proprietary"
name = "hume"
readme = "README.md"
repository = "https://github.com/HumeAI/python-client"
repository = "https://github.com/HumeAI/hume-python-sdk"
version = "0.1.0"

[tool.poetry.dependencies]
Expand Down

0 comments on commit e619630

Please sign in to comment.