Skip to main content

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

安装教程

  1. 建议 pip install astersik-utils
  2. 或者到gitee下载源码,运行python -m build命令,直接安装dist目录下的whl文件

使用说明

  1. 本软件是个中间件,并不能直接解决任何应用问题
  2. 在开发软件程序是,可以另外做相关软件设置,覆盖本软件的内置设定。具体请参见文档
  3. 在使用print系列函数前需要先设置log目录到项目目录。
from asteriskutils.setting import AppConfig

AppConfig['log']['log_file_name'] = 'You/App/log/Path'

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

特技

  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. Gitee 官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
  4. GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
  5. Gitee 官方提供的使用手册 https://gitee.com/help
  6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/

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

asterisk_utils-0.1.0.528.1541.tar.gz (12.1 kB view hashes)

Uploaded Source

Built Distribution

asterisk_utils-0.1.0.528.1541-py3-none-any.whl (13.3 kB view hashes)

Uploaded Python 3

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