Metadata-Version: 2.1
Name: xiuyutools
Version: 1.3.7
Summary: Tools for myself
Home-page: https://github.com/liangxiuyu/owntools
Author: Neely
Author-email: liangxiuyu@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown

# OwnTools
2021-12-27 Created

## Upload process
DELETE unuseful files: 
rm -r -fo build, dist, xiuyutools.egg-info,Microsoft -ErrorAction SilentlyContinue

0. pip install wheel twine -i https://pypi.org/simple
1. change version
2. python setup.py sdist bdist_wheel
2. pip install -e
4. twine upload dist/*

## Attention
After the update, it cannot be directly downloaded from the new source address. You need to specify the original address for installation:

pip install xiuyutools -i https://pypi.org/simple

## Update log

### 2024-5-19
1. trans_to_date
2. trans_to_datetime
    

### 2026-4-6
1. Add Translation_AI
2. Delete unsafe key and secret key in Translation_AI and Translation
3. Add install_requires
4. Use tenacity to retry
5. Change TypedDict for adpte to python 3.14
