Popularity
3.1
Growing
Activity
7.1
Growing
302
13
84

Code Quality Rank: L1
Programming language: C
License: MIT License
Tags: Date And Time    

pytz alternatives and similar packages

Based on the "Date and Time" category.
Alternatively, view pytz alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of pytz or a related project?

Add another 'Date and Time' Package

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.

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