Skip to main content

Terry toolkit

Project description

#关于
Terry-toolkit常用函数整理的工具包

## 安装
```
pip3 install Terry_toolkit
```


## 使用


```

from Terry-toolkit import file

tfile=file.File()


## 生成依赖

pip3 freeze > requirements.txt


## 提交包
python3 setup.py sdist
# #python3 setup.py install
python3 setup.py sdist upload


## 构建文档
```
mkdir docs
cd docs
sphinx-quickstart
cd ../

#使用这个

sphinx-apidoc -f -o docs/source/ Terry_toolkit -e --ext-autodoc --ext-githubpages --ext-viewcode --ext-todo
cd docs
#不需要 sphinx-build -b html source build
make html
```



其它库推荐

cacheout #函数缓存
pip install MagicBaidu

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Terry_toolkit-0.0.1.6.2.2.tar.gz (10.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page