文件名称:cron-descriptor:一个将cron表达式转换为人类可读字符串的Python库
文件大小:80KB
文件格式:ZIP
更新时间:2024-06-11 18:06:47
python cron-expression cron-descriptor Python
Cron描述符 掌握: 全部: 一个将cron表达式转换为人类可读字符串的Python库。 从移植到Python。 作者:亚当·舒伯特(Adam Schubert)( ) 原始作者和信誉:Brady Holt( ) 执照: 特征 支持所有cron表达式特殊字符,包括* /,-? LW,# 支持5、6(w /秒或年)或7(w /秒和年)部分cron表达式 提供大小写选项(句子,标题,下等) 支持14种语言的本地化 支持Python 2.7-3.7 安装 使用画中画 pip install cron-descriptor 用法示例 # Simple from cron_descriptor import get_description , ExpressionDescriptor print ( get_description ( "* 2 3 * *" )) #OR prin
【文件预览】:
cron-descriptor-master
----archlinux()
--------PKGBUILD(663B)
----MANIFEST.in(61B)
----.travis.yml(252B)
----stdeb.cfg(42B)
----tools()
--------resx2po.py(4KB)
--------shit2gettext.py(2KB)
--------resx2dict.py(1KB)
----.github()
--------FUNDING.yml(640B)
----PKGBUILD(763B)
----cron_descriptor()
--------DescriptionTypeEnum.py(1KB)
--------CasingTypeEnum.py(1KB)
--------ExpressionParser.py(8KB)
--------GetText.py(2KB)
--------Exception.py(2KB)
--------StringBuilder.py(2KB)
--------locale()
--------Options.py(2KB)
--------__init__.py(2KB)
--------ExpressionDescriptor.py(22KB)
----.version.yml(543B)
----tests()
--------TestImport.py(2KB)
--------TestFormats.py(15KB)
--------TestLocale.py(1KB)
--------__init__.py(1KB)
--------TestCase.py(1KB)
--------TestExceptions.py(3KB)
--------TestCasing.py(2KB)
--------TestApi.py(2KB)
----pre-commit.sh(183B)
----LICENSE(1KB)
----.gitlab-ci.yml(3KB)
----examples()
--------crontabReader.py(3KB)
----setup.py(3KB)
----.gitignore(1KB)
----README.md(5KB)
----code-check.sh(85B)