Metadata-Version: 2.1
Name: oopmultilang
Version: 1.0.0
Summary: A Python package that supports multi-language conversion of the object-oriented paradigm.
Home-page: https://github.com/leoweyr/Python-OOPMultilang
License: MIT
Author: leoweyr
Author-email: leoweyr@foxmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: easierfile (>=3.0.0,<4.0.0)
Project-URL: Repository, https://github.com/leoweyr/Python-OOPMultilang
Description-Content-Type: text/markdown

# OOPMultilang

[![PyPI Latest Release](https://img.shields.io/pypi/v/oopmultilang.svg)](https://pypi.org/project/oopmultilang/)
[![Package Status](https://img.shields.io/pypi/status/oopmultilang.svg)](https://pypi.org/project/oopmultilang/)
[![License](https://img.shields.io/pypi/l/oopmultilang.svg)](https://github.com/leoweyr/Python-OOPMultilang/blob/main/LICENSE)
[![Downloads](https://static.pepy.tech/personalized-badge/oopmultilang?period=total&units=international_system&left_color=grey&right_color=green&left_text=pypi%20downloads)](https://pepy.tech/project/oopmultilang)

A Python package that supports multi-language conversion of the object-oriented paradigm.

## 💿Obtainment

The source code is currently hosted on Github at:  https://github.com/leoweyr/Python-OOPMultilang

Binary installers for the latest released version are available at the [Python Package Index (PyPI)](https://pypi.org/project/oopmultilang/).

```sh
# PyPI
pip install oopmultilang
```

## 🔗Dependencies

- [Easierfile - An easier-to-use Python package that object-oriented encapsulates Python traditional built-in file operations](https://github.com/leoweyr/Python-Easierfile)

## ⚖️License

[MIT](https://github.com/leoweyr/Python-OOPMultilang/blob/main/LICENSE)

## 📗Documentation

The documentation is hosted on Github repository: https://github.com/leoweyr/Python-OOPMultilang/blob/main/doc

