大型正则解析时间
Project description
pyUnit_time 
处理时间模块集合
安装
pip install pyunit-time
使用
from pyunit_time import CharactersTime if __name__ == '__main__': nt = CharactersTime() np = nt.parse('今天晚上8点到明天上午10点之间') print(np) # ['2019-12-09 20:00:00', '2019-12-10 10:00:00'] np = nt.parse('今年儿童节晚上九点一刻') print(np) # ['2019-06-01 21:15:00'] np = nt.parse('今天中午十二点') print(np) # ['2019-12-09 12:00:00'] np = nt.parse('明年春节') print(np) # ['2020-01-25 00:00:00'] np = nt.parse('下下下个星期五早上7点半') print(np) # ['2020-01-3 07:30:00']
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pyunit_time-2020.3.12-py3-none-any.whl (14.5 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Close
Hashes for pyunit_time-2020.3.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 425ca1d63367a397bb718b079d3a290b89459f6df6b73038153f5e14d00bca76 |
|
MD5 | 91b5032d6d71e9eb78ba806e5d974458 |
|
BLAKE2-256 | 6478b209d217c44d70b6d96e6499f50b76e244ed19573c8e31a877bec2a0ae78 |