新增 maya 时间处理库

pull/45/head
chenjiandongx 2018-03-30 15:57:34 +08:00
parent b4fdf4a740
commit 4ddf87f9c1
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
* ChronykPython 3 的类库,用于解析手写格式的时间和日期。[官网](https://github.com/KoffeinFlummi/Chronyk) * ChronykPython 3 的类库,用于解析手写格式的时间和日期。[官网](https://github.com/KoffeinFlummi/Chronyk)
* dateutilPython datetime 模块的扩展。[官网](https://pypi.python.org/pypi/python-dateutil) * dateutilPython datetime 模块的扩展。[官网](https://pypi.python.org/pypi/python-dateutil)
* delorean解决 Python 中有关日期处理的棘手问题的库。[官网](https://github.com/myusuf3/delorean/) * delorean解决 Python 中有关日期处理的棘手问题的库。[官网](https://github.com/myusuf3/delorean/)
* maya一个更友好的时间处理库。[官网](https://github.com/kennethreitz/maya)
* moment一个用来处理时间和日期的 Python 库。灵感来自于 Moment.js。[官网](https://github.com/zachwill/moment) * moment一个用来处理时间和日期的 Python 库。灵感来自于 Moment.js。[官网](https://github.com/zachwill/moment)
* pendulum一个比 arrow 更具有明确的,可预测的行为的时间操作库。[官网](https://github.com/sdispater/pendulum) * pendulum一个比 arrow 更具有明确的,可预测的行为的时间操作库。[官网](https://github.com/sdispater/pendulum)
* PyTime一个简单易用的 Python 模块,用于通过字符串来操作日期/时间。[官网](https://github.com/shinux/PyTime) * PyTime一个简单易用的 Python 模块,用于通过字符串来操作日期/时间。[官网](https://github.com/shinux/PyTime)