Some updates

This commit is contained in:
rany
2021-06-05 17:46:14 +03:00
parent da3b68210f
commit 0336cfc4cf
10 changed files with 67 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
Metadata-Version: 2.1
Name: edgeTTS
Version: 0.0.1
Summary: Microsoft Edge's TTS
Home-page: https://github.com/rany2/edge-tts
Author: rany
Author-email: ranygh@riseup.net
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/rany2/edge-tts/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
# edge-tts
Use Microsoft Edge's Online TTS from the Terminal or as a python module.

View File

@@ -0,0 +1,8 @@
LICENSE
README.md
setup.py
src/edgeTTS/__init__.py
src/edgeTTS.egg-info/PKG-INFO
src/edgeTTS.egg-info/SOURCES.txt
src/edgeTTS.egg-info/dependency_links.txt
src/edgeTTS.egg-info/top_level.txt

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@
edgeTTS

View File

@@ -0,0 +1,22 @@
Metadata-Version: 2.1
Name: edge-tts
Version: 0.0.1
Summary: Microsoft Edge's TTS
Home-page: https://github.com/rany2/edge-tts
Author: rany
Author-email: ranygh@riseup.net
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/rany2/edge-tts/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
# edge-tts
Use Microsoft Edge's Online TTS from the terminal or as a python module. To install do `pip install edge-tts`.

View File

@@ -0,0 +1,8 @@
LICENSE
README.md
setup.py
src/edgeTTS/__init__.py
src/edge_tts.egg-info/PKG-INFO
src/edge_tts.egg-info/SOURCES.txt
src/edge_tts.egg-info/dependency_links.txt
src/edge_tts.egg-info/top_level.txt

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@
edgeTTS