Metadata-Version: 2.1
Name: python_funtranslation
Version: 0.1.0
Summary: A Python wrapper around the Fun Translation API.
Home-page: https://github.com/QMSS-G5072-2023/fun-translation-api-python-wrapper
License: MIT
Author: Yishu Zhang
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT 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
Requires-Dist: lxml (>=4.9.0,<5.0.0)
Requires-Dist: matplotlib (>=3.1.3,<4.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: scikit-learn (>=1.3.1,<2.0.0)
Requires-Dist: seaborn (>=0.13.0,<0.14.0)
Requires-Dist: urllib3 (>=2.1.0,<3.0.0)
Project-URL: Documentation, https://python-funtranslation.readthedocs.io/en/latest/index.html#
Project-URL: Repository, https://github.com/QMSS-G5072-2023/fun-translation-api-python-wrapper
Description-Content-Type: text/markdown

# python_funtranslation

A Python wrapper around the Fun Translation API.

## Installation

```bash
$ pip install python_funtranslation
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`python_funtranslation` was created by Yishu Zhang. It is licensed under the terms of the MIT license.

## Credits

`python_funtranslation` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

