Metadata-Version: 2.1
Name: Aristotle
Version: 0.3.14
Summary: Shared Package for AristotleAPI and Aristotle SMTP Server
Author: Tim
Author-email: tim.lai@nuwainfo.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: Pixiu
Requires-Dist: pydantic
Requires-Dist: mail-parser

# Aristotle Package

該套件提供 AristotleAPI 和 Aristotle SMTP 共用的函數及其他功能

## 如何跑測試
python -m unittest discover -s tests -p "*Test.py" --verbose

## 如何 build 這個 package

* python setup.py sdist bdist_wheel

## 上傳 package
twine upload --repository-url https://pypi.nuwainfo.com/nuwa/dev -u nuwa -p 25025529 dist/Aristotle-{版號}-py3-none-any.whl
twine upload --repository-url https://pypi.nuwainfo.com/nuwa/dev -u nuwa -p 25025529 dist/*
