33 lines
998 B
TOML
33 lines
998 B
TOML
[[package]]
|
|
name = "cmudict"
|
|
version = "1.0.2"
|
|
description = "\"A versioned python wrapper package for The CMU Pronouncing Dictionary data files.\""
|
|
category = "main"
|
|
optional = false
|
|
python-versions = ">=2.7"
|
|
|
|
[[package]]
|
|
name = "pronouncing"
|
|
version = "0.2.0"
|
|
description = "A simple interface for the CMU pronouncing dictionary"
|
|
category = "main"
|
|
optional = false
|
|
python-versions = "*"
|
|
|
|
[package.dependencies]
|
|
cmudict = ">=0.4.0"
|
|
|
|
[metadata]
|
|
lock-version = "1.1"
|
|
python-versions = "^3.9"
|
|
content-hash = "db19ee347247adbba13f8059b24005c899bc8232b84721a607f72aa67d9f6878"
|
|
|
|
[metadata.files]
|
|
cmudict = [
|
|
{file = "cmudict-1.0.2-py2.py3-none-any.whl", hash = "sha256:e4cb67669a5734680c1dd7368e5ffe96fabe5e9bba56bbfc5464423e48136aca"},
|
|
{file = "cmudict-1.0.2.tar.gz", hash = "sha256:85b03098a9b45c18112f584ac2418348ecbae56b8e66f0d947bba53e4b51e5dd"},
|
|
]
|
|
pronouncing = [
|
|
{file = "pronouncing-0.2.0.tar.gz", hash = "sha256:ff7856e1d973b3e16ff490c5cf1abdb52f08f45e2c35e463249b75741331e7c4"},
|
|
]
|