Metadata-Version: 2.1
Name: idioma
Version: 0.0.6
Summary: Free Google Translate API for Python. Translates totally free of charge.
Home-page: https://github.com/ssut/py-idioma
Author: SuHun Han
Author-email: ssut@ssut.me
License: MIT
Keywords: google translate translator
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: Freeware
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Education
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Requires-Dist: httpx~=0.25.0
Requires-Dist: h2<5,>=3
Provides-Extra: tests
Requires-Dist: httpx~=0.25.0; extra == "tests"
Requires-Dist: h2<5,>=3; extra == "tests"
Requires-Dist: pytest>=4.4.0; extra == "tests"
Requires-Dist: flake8; extra == "tests"
Requires-Dist: pytest-xdist==1.29.0; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-asyncio; extra == "tests"
