Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stub42/pytz
pytz Python historical timezone library and database
https://github.com/stub42/pytz
Last synced: 6 days ago
JSON representation
pytz Python historical timezone library and database
- Host: GitHub
- URL: https://github.com/stub42/pytz
- Owner: stub42
- License: mit
- Created: 2016-07-12T12:22:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T02:23:12.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:46:04.050Z (10 days ago)
- Language: C
- Size: 9.47 MB
- Stars: 341
- Watchers: 14
- Forks: 92
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
- best-of-python - GitHub - 37% open · ⏱️ 02.02.2024): (Date & Time Utilities)
README
# pytz
Brings the IANA tz database into Python. This library allows accurate and
cross platform timezone calculations.pytz contains generated code, and this branch generates it. The actual
pytz code and documentation can be found in the src/ directory.## Usage Information / Documentation
See [the pytz README](src/README.rst).
## pytz for Enterprise
Available as part of the Tidelift Subscription.
The maintainers of pytz and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/pypi-pytz?utm_source=pypi-pytz&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
## Release process ##
1) Untar upstream tarballs into elsie/src
2) Update VERSION & OLSON_VERSION in src/pytz/__init__.py, and EXPECTED_VERSION in
src/pytz/tests/test_tzinfo.py
3) make test
4) make dist