typecast-python 0.2.0__tar.gz → 0.2.2__tar.gz
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.
- {typecast_python-0.2.0 → typecast_python-0.2.2}/PKG-INFO +1 -1
- {typecast_python-0.2.0 → typecast_python-0.2.2}/pyproject.toml +1 -1
- {typecast_python-0.2.0 → typecast_python-0.2.2}/.gitignore +0 -0
- {typecast_python-0.2.0 → typecast_python-0.2.2}/LICENSE +0 -0
- {typecast_python-0.2.0 → typecast_python-0.2.2}/README.md +0 -0
- {typecast_python-0.2.0 → typecast_python-0.2.2}/src/typecast/__init__.py +0 -0
- {typecast_python-0.2.0 → typecast_python-0.2.2}/src/typecast/async_client.py +0 -0
- {typecast_python-0.2.0 → typecast_python-0.2.2}/src/typecast/client.py +0 -0
- {typecast_python-0.2.0 → typecast_python-0.2.2}/src/typecast/conf.py +0 -0
- {typecast_python-0.2.0 → typecast_python-0.2.2}/src/typecast/exceptions.py +0 -0
- {typecast_python-0.2.0 → typecast_python-0.2.2}/src/typecast/models/__init__.py +0 -0
- {typecast_python-0.2.0 → typecast_python-0.2.2}/src/typecast/models/error.py +0 -0
- {typecast_python-0.2.0 → typecast_python-0.2.2}/src/typecast/models/subscription.py +0 -0
- {typecast_python-0.2.0 → typecast_python-0.2.2}/src/typecast/models/tts.py +0 -0
- {typecast_python-0.2.0 → typecast_python-0.2.2}/src/typecast/models/voices.py +0 -0
- {typecast_python-0.2.0 → typecast_python-0.2.2}/src/typecast/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: typecast-python
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Official Typecast Python SDK - Convert text to lifelike speech using AI-powered voices
|
|
5
5
|
Project-URL: Homepage, https://typecast.ai
|
|
6
6
|
Project-URL: Documentation, https://typecast.ai/docs/overview
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "typecast-python"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.2"
|
|
8
8
|
description = "Official Typecast Python SDK - Convert text to lifelike speech using AI-powered voices"
|
|
9
9
|
authors = [
|
|
10
10
|
{name = "Neosapience", email = "help@typecast.ai"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|