Skip to content

Commit caf1fef

Browse files
Preparing project to be published.
1 parent 8c6ea4b commit caf1fef

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Kintsugi Python SDK
22
Python SDK to access Kintsugi Voice API V2.
33

4-
## Usage
4+
## Instalation
5+
6+
```
7+
pip install kintsugi-python
8+
```
9+
10+
## Code Example
511
```
612
import os
7-
from src.kintsugi.api import Api
13+
from kintsugi.api import Api
814
915
1016
if __name__ == '__main__':

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kintsugi-python"
3-
version = "0.1.1"
3+
version = "0.1.2"
44

55
description = "Python SDK to access Kintsugi Voice API V2."
66
authors = [

0 commit comments

Comments
 (0)