mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-10 22:06:56 -05:00
[PR #696] [MERGED] Add Pendulum to Date and Time libraries #16670
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/696
Author: @sdispater
Created: 8/16/2016
Status: ✅ Merged
Merged: 10/21/2016
Merged by: @vinta
Base:
master← Head:add-pendulum📝 Commits (2)
9416213Adds Pendulum to Date and Time librariesa3adcdbChange list order📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Why this framework/library/software/resource is awesome?
Pendulum aims at making Python datetimes easy. It fixes the flaw of the existing libraries (especially Arrow) while providing a more explicit API. Here are some examples:
It improves the native
timedeltatype:It brings its own
Periodclass, which is a datetime-waretimedelta:And finally, it improves timezones manipulation by handling normalization properly and shifting time around DST transition time:
For the rest you can check out the official documentation: https://pendulum.eustace.io/docs/
Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.