Metadata-Version: 2.4
Name: str_translate
Version: 0.0.0.1
Summary: Python string translator.
License: MIT
License-File: LICENSE
Keywords: string,translate
Author: ChenyangGao
Author-email: wosiwujm@gmail.com
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
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: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Homepage, https://github.com/ChenyangGao/python-modules/tree/main/str_translate
Project-URL: Repository, https://github.com/ChenyangGao/python-modules/tree/main/str_translate
Description-Content-Type: text/markdown

# Python string translator.

## Installation

You can install via [pypi](https://pypi.org/project/str_translate/)

```console
pip install -U str_translate
```

## Usage

```python
from str_translate import str_translate
```

