Utility tools for asterisk series.
Project description
Asterisk-Utils
介绍
对于常用的一些功能,做了一些封装,例如print与log整合封装,对于python内置的email以及smtplib的封装等,如发现任何缺陷或者新想法,请在这里报告缺陷,或者email交流。
软件架构
文件架构说明
/
|-- asteriskutils/
| |-- setup.py
| | |-- AppConfig
| |
| |-- tools.py
| | |-- succes_print
| | |-- error_print
| | |-- iprint
| | |-- dprint
| | |-- wprint
| |
| |-- mail.py
| | |-- AsteriskMailMsg
| | |-- AsteriskMail
安装教程
- 建议 pip install astersik-utils
- 或者到gitee下载源码,运行
python -m build
命令,直接安装dist目录下的whl文件
使用说明
- 本软件是个中间件,并不能直接解决任何应用问题
- 在开发软件程序时,可以另外做相关软件设置,覆盖本软件的内置设定。具体请参见文档
- 在使用print系列函数前需要先设置log目录到项目目录。
from asteriskutils.setting import AppConfig
AppConfig['log']['log_file_name'] = 'Your/App/log/Path'
参与贡献
- Fork 本仓库
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request
特技
- 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
- Gitee 官方博客 blog.gitee.com
- 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
- GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
- Gitee 官方提供的使用手册 https://gitee.com/help
- Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file asterisk_utils-0.1.2.1104.818.tar.gz
.
File metadata
- Download URL: asterisk_utils-0.1.2.1104.818.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c71278cdadb089522d6b2ff015bff6080236b4b6bb5535be23733f4e4ad75a11 |
|
MD5 | ed14141c8fa7a80e592a3a2077d0f3c8 |
|
BLAKE2b-256 | 0beb1424f199fae2b6e2e7bd1d915c22d5c74ec76ec67cf05b6872124074728a |
File details
Details for the file asterisk_utils-0.1.2.1104.818-py3-none-any.whl
.
File metadata
- Download URL: asterisk_utils-0.1.2.1104.818-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce50046295a5f217f6b2ac830dc554000c9024d6ff56e340459b68ff58ff2489 |
|
MD5 | d22bcf82fe88e0617a543f37e0490e7d |
|
BLAKE2b-256 | 95ce8f80e23ba8ede1c137522a112c58936d98d8d1ab43a0f4c135b31a3c1d3e |