Metadata-Version: 2.4
Name: hama
Version: 1.5.0
Summary: Cross-platform G2P, phoneme-ASR, and P2G inference, powered by a self-contained Zig engine (no onnxruntime).
Author: Seongmin Park
License: Apache-2.0
Project-URL: Homepage, https://hamalnp.org
Project-URL: Repository, https://github.com/hamanlp/hama
Project-URL: Issues, https://github.com/hamanlp/hama/issues
Keywords: g2p,asr,phoneme,zig,korean,ipa
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.24
Provides-Extra: test
Requires-Dist: pytest>=7.4; extra == "test"
Provides-Extra: live
Requires-Dist: sounddevice>=0.4; extra == "live"
Requires-Dist: silero-vad<7,>=6.2; extra == "live"
Provides-Extra: dev
Requires-Dist: onnx>=1.16; extra == "dev"
Requires-Dist: onnxruntime>=1.20; extra == "dev"

See the top-level [README](../README.md) for usage instructions.
