PKG-INFO 844 B

12345678910111213141516171819202122232425262728293031
  1. Metadata-Version: 2.1
  2. Name: nls
  3. Version: 1.0.0
  4. Summary: python sdk for nls
  5. Home-page: https://github.com/..
  6. Author: jiaqi.sjq
  7. Author-email: jiaqi.sjq@alibaba-inc.com
  8. License: Apache License 2.0
  9. Keywords: nls,sdk
  10. Classifier: Programming Language :: Python :: 3
  11. Classifier: License :: OSI Approved :: Apache Software License
  12. Classifier: Operating System :: OS Independent
  13. Description-Content-Type: text/markdown
  14. License-File: LICENSE
  15. Requires-Dist: oss2
  16. Requires-Dist: aliyun-python-sdk-core>=2.13.3
  17. Requires-Dist: matplotlib>=3.3.4
  18. # alibaba-nls-python-sdk
  19. This is Python SDK for NLS. It supports
  20. SPEECH-RECOGNIZER/SPEECH-SYNTHESIZER/SPEECH-TRANSLATOR/COMMON-REQUESTS-PROTO.
  21. This module works on Python versions:
  22. > 3.6 and greater
  23. install requirements:
  24. > python -m pip install -r requirements.txt
  25. install package:
  26. > python -m pip install .