Metadata-Version: 2.1
Name: python-homo-generator
Version: 1.0.0
Summary: A tool that breaks down any number into a formula consisting of 114514. Make by python
Home-page: https://github.com/miyago9267/homo-py
License: MIT
Keywords: symbolic,decomposition,numbers,homo
Author: miyago9267
Author-email: miyagomizugen@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Repository, https://github.com/miyago9267/homo-py
Description-Content-Type: text/markdown

# 惡臭數字論證器 Python Package

一個將任意數字分解成 114514 所需的公式的python套件。

## 專案連結

[https://github.com/miyago9267/homo-py](https://github.com/miyago9267/homo-py)

## 引用方式

### 安裝套件

```shell
pip install homo-py
# or
poetry add homo-py
```

### 引用套件

```python
from homo_py import homo

# 將任意數字分解成 114514 所需的公式
result = homo(229028)
print(result) #114514+114514
```

## 開源協議

本專案根據來源專案之原開源協議進行開源，詳見 [LICENSE](https://github.com/miyago9267/homo-py/blob/main/LICENSE)文件。

## 特別感謝 && 專案原作者

感謝[itorr](https://github.com/itorr)開發的[homo](https://github.com/itorr/homo)專案。
本項目係該作者之同名專案修改而成之npm套件，在此感謝原作者之開源貢獻。

