clock-timer

clock_timer 是 Python 下的时间库,用于时间字符串处理,可在 Web 开发、数据分析 等领域使用。该库 80% 基于 datetime ,使用该库,您能更人性化地处理时间字符串,而无需每次查询 datetime 繁琐的接口。该库主要用于时间加减计算、获取时间对应的周数和星座、获取当前时间、获取时间戳、时间戳和时间字符串的转换 等功能。后期仍会不断优化,欢迎留言。

Installation

In a virtualenv (see these instructions if you need to create one):

pip3 install clock-timer

Releases

Version Released Buster
Python 3.7
Bullseye
Python 3.9
Bookworm
Python 3.11
Files
0.1.6 2021-08-15    
0.1.5 2021-08-15    
0.1.4 2021-08-15    
0.1.3 2021-08-15    
0.1.2 2021-08-14    
0.1.1 2021-08-14    
0.1.0 2021-08-14    

Issues with this package?

Page last updated 2023-10-28 06:05:11 UTC