cnk内测工具包
Project description
cns
cns常用的工具包, 内置大量常用工具, 正在不断增加中......
安装方法
pip install cns
使用方法
import cns
if __name__ == "__main__":
dfx = cns.DateTimeX() # 可初始化 "2023-05-28 23:23:51"
print("初始时间:", dfx)
print("昨天的本月区间:", dfx.get("{[年-月-初||复位-1日]}~{[年-月-日]}"))
print("昨天的去年本月区间:", dfx.get("{[年-月-初||复位-1日-1年]}~{[年-月-末]}"))
print("昨天的上月区间:", dfx.get("{[年-月-初||复位-1日-1月]}~{[年-月-末]}"))
print("昨天的近35天区间:", dfx.get("{[年-月-日||复位-35日]}~{[年-月-日||复位-1日]}"))
print("前35天的日期:", dfx.get("{[年-月-日||复位-35日]}"))
print("昨天的月1号:", dfx.get("{[年-月-初||复位-1日]}"))
print("昨天的本月:", dfx.get("{[年-月||复位-1日]}"))
'''
# 说明:
1、分隔符“||” 左侧是获取的时间格式,右侧是时间计算的指令;
2、左左侧的字符串中通包含年、月、日、时、分、秒、初、末,用来获取时间和格式,其中“初”是获数字1,“末”最后一天的日期;
3、右侧是时间计算的指令支持年、月、日、时、分、秒、复位,用来对当前的时间进行加和减的计算,其中“复位”代表恢复到初始时间;
目前支持WINDOWS下 Python 3.6 和 3.9
联系作者:6566666@qq.com
'''
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
cnk-1.8.8-py3-none-any.whl
(738.9 kB
view details)
File details
Details for the file cnk-1.8.8-py3-none-any.whl
.
File metadata
- Download URL: cnk-1.8.8-py3-none-any.whl
- Upload date:
- Size: 738.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.16 tqdm/4.46.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 353b7a32c4f7dfcc186bdc30a4e04d67d425d8c7197776efce7f943d5155db31 |
|
MD5 | 9b56b3db093f3419a2273d136804ee8f |
|
BLAKE2b-256 | 4de07c57f1c74d070be9d0a76e6fd71ff21d8bd3936f694bd3ba0385fc3f0030 |