Skip to content

Commit f6ce3e5

Browse files
authored
Merge branch 'main' into renovate/pin-dependencies
2 parents 05cb1a0 + 516be97 commit f6ce3e5

File tree

7 files changed

+66
-0
lines changed

7 files changed

+66
-0
lines changed

pycrucible_bin/pycrucible

5.29 MB
Binary file not shown.

src/vocalizr.egg-info/PKG-INFO

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
Metadata-Version: 2.4
2+
Name: vocalizr
3+
Version: 0.1.0
4+
Summary: Voice Generator part of the Chatacter Backend
5+
Author-email: Mohamed Hisham Abdelzaher <[email protected]>
6+
Project-URL: Issues, https://github.com/AlphaSphereDotAI/vocalizr/issues
7+
Project-URL: Repository, https://github.com/AlphaSphereDotAI/vocalizr.git
8+
Project-URL: Twitter, https://x.com/AlphaSphereAI
9+
Keywords: audio,kokoro,voice
10+
Classifier: Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.4
11+
Classifier: Programming Language :: Python :: 3.12
12+
Classifier: Programming Language :: Python :: 3.13
13+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
14+
Requires-Python: <3.13,>=3.12
15+
Description-Content-Type: text/markdown
16+
Requires-Dist: gradio[mcp]>=5.49.1
17+
Requires-Dist: kokoro>=0.9.4
18+
Requires-Dist: pip>=25.3
19+
Requires-Dist: pyfiglet>=1.0.4
20+
Requires-Dist: soundfile>=0.13.1
21+
22+
---
23+
title: Vocalizr
24+
emoji: 🔊
25+
colorFrom: purple
26+
colorTo: yellow
27+
sdk: docker
28+
app_port: 7860
29+
---
30+
31+
## Vocalizr: Voice Generator part of the Chatacter Backend
32+
33+
[![Code Quality](https://github.com/AlphaSphereDotAI/vocalizr/actions/workflows/code_quality.yaml/badge.svg)](https://github.com/AlphaSphereDotAI/vocalizr/actions/workflows/code_quality.yaml)
34+
[![CodeQL](https://github.com/AlphaSphereDotAI/vocalizr/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/AlphaSphereDotAI/vocalizr/actions/workflows/github-code-scanning/codeql)
35+
[![Dependabot Updates](https://github.com/AlphaSphereDotAI/vocalizr/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/AlphaSphereDotAI/vocalizr/actions/workflows/dependabot/dependabot-updates)
36+
[![Docker Images](https://github.com/AlphaSphereDotAI/vocalizr/actions/workflows/docker.yaml/badge.svg)](https://github.com/AlphaSphereDotAI/vocalizr/actions/workflows/docker.yaml)
37+
[![GitHub Release](https://github.com/AlphaSphereDotAI/vocalizr/actions/workflows/github.yaml/badge.svg)](https://github.com/AlphaSphereDotAI/vocalizr/actions/workflows/github.yaml)
38+
[![Push to HuggingFace](https://github.com/AlphaSphereDotAI/vocalizr/actions/workflows/huggingface.yaml/badge.svg)](https://github.com/AlphaSphereDotAI/vocalizr/actions/workflows/huggingface.yaml)
39+
[![Upgrade Trunk Check](https://github.com/AlphaSphereDotAI/vocalizr/actions/workflows/trunk_upgrade.yaml/badge.svg)](https://github.com/AlphaSphereDotAI/vocalizr/actions/workflows/trunk_upgrade.yaml)
40+
[![Upload Python Package](https://github.com/AlphaSphereDotAI/vocalizr/actions/workflows/pypi.yaml/badge.svg)](https://github.com/AlphaSphereDotAI/vocalizr/actions/workflows/pypi.yaml)

src/vocalizr.egg-info/SOURCES.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
README.md
2+
pyproject.toml
3+
src/vocalizr/__init__.py
4+
src/vocalizr/__main__.py
5+
src/vocalizr.egg-info/PKG-INFO
6+
src/vocalizr.egg-info/SOURCES.txt
7+
src/vocalizr.egg-info/dependency_links.txt
8+
src/vocalizr.egg-info/entry_points.txt
9+
src/vocalizr.egg-info/requires.txt
10+
src/vocalizr.egg-info/top_level.txt
11+
src/vocalizr/app/__init__.py
12+
src/vocalizr/app/builder.py
13+
src/vocalizr/app/choices.py
14+
src/vocalizr/app/logger.py
15+
src/vocalizr/app/runner.py
16+
src/vocalizr/app/settings.py
17+
tests/test_app.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[console_scripts]
2+
vocalizr = vocalizr.__main__:main

src/vocalizr.egg-info/requires.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
gradio[mcp]>=5.49.1
2+
kokoro>=0.9.4
3+
pip>=25.3
4+
pyfiglet>=1.0.4
5+
soundfile>=0.13.1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vocalizr

0 commit comments

Comments
 (0)