The devel/py-timelib,python3 port
py3-timelib-0.3.0p0 – short wrapper around PHP's timelib module (cvsweb github mirror)
Description
timelib is a short wrapper around a bundled copy of PHP's internal timelib module. >>> import time, timelib >>> timelib.strtodatetime('today'.encode('utf-8')) datetime.datetime(2022, 10, 4, 0, 0) >>> timelib.strtodatetime('next friday'.encode('utf-8')) datetime.datetime(2022, 10, 7, 0, 0) >>> time.ctime(timelib.strtotime("29 feb 2008 -108 years".encode('utf-8'))) 'Thu Mar 1 00:00:00 1900'WWW: https://github.com/pediapress/timelib/
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Test dependencies
Files
- /usr/local/lib/python3.11/site-packages/timelib-0.3.0.dist-info/
- /usr/local/lib/python3.11/site-packages/timelib-0.3.0.dist-info/METADATA
- /usr/local/lib/python3.11/site-packages/timelib-0.3.0.dist-info/RECORD
- /usr/local/lib/python3.11/site-packages/timelib-0.3.0.dist-info/WHEEL
- /usr/local/lib/python3.11/site-packages/timelib-0.3.0.dist-info/top_level.txt
- /usr/local/lib/python3.11/site-packages/timelib.cpython-311.so