Name: | python3-pendulum |
---|---|
Version: | 2.0.5 |
Release: | 2.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 676709 |
License: | MIT |
RPM: | python3-pendulum-2.0.5-2.el8.x86_64.rpm |
Source RPM: | python-pendulum-2.0.5-2.el8.src.rpm |
Build Date: | Fri Sep 18 2020 |
Build Host: | jenkins-172-17-0-2-11fd70d9-f8d8-4d1e-9560-ba8e5bd65303.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://pendulum.eustace.io |
Summary: | Python datetimes made easy |
Description: | Unlike other datetime libraries for Python, Pendulum is a drop-in replacement for the standard datetime class (it inherits from it), so, basically, you can replace all your datetime instances by DateTime instances in you code. It also removes the notion of naive datetimes: each Pendulum instance is timezone-aware and by default in UTC for ease of use. |