manipuldate:Python3.x 的简单日期时间操作(DateTime Arithmetic 等)

时间:2021-06-04 17:06:48
【文件属性】:
文件名称:manipuldate:Python3.x 的简单日期时间操作(DateTime Arithmetic 等)
文件大小:10KB
文件格式:ZIP
更新时间:2021-06-04 17:06:48
Python 操纵 日期/时间/日期时间操作仍在积极开发中完成- 未准备好生产 徽章 安装 pip install manipuldate 琐碎的用法 在这里,我将只展示一个非常简单的用法,有关更深入的使用选项,请查看我们的文档(即将推出 TM) from manipuldate import Manipuldate today = Manipuldate . today () # Let's go ahead and print out our current date in a human readable string print ( today . strftime ( "%m/%d/%Y" )) # Now let's get tomorrow's date tomorrow = Manipuldate . tomorrow () print ( tomorrow . strftime
【文件预览】:
manipuldate-master
----MANIFEST.in(34B)
----.travis.yml(126B)
----manipuldate()
--------enums.py(1KB)
--------manipuldate.py(13KB)
--------__init__.py(37B)
----ReadMe.md(1KB)
----tests()
--------__init__.py(1B)
--------tests_date_arithmetic.py(4KB)
--------tests_instance_creation.py(4KB)
--------test_string_formatting.py(1KB)
--------tests_date_logic.py(5KB)
----LICENSE(1KB)
----setup.cfg(22B)
----setup.py(1KB)
----.gitignore(109B)

网友评论