tzdata is self-described as binary data compiled using zic, which makes it difficult to show end to end provenance for OpenStack users and ISVs. The Python zoneinfo library usually utilizes the operating system's provided time zone data, making this dependency superfluous in most cases. Yet, tools such as 'pip' will install it anyway due to its presence in requirements.txt. It still exists in the global requirements' upper-constraints.txt file, so this project still will install it when running unit tests using tox. Change-Id: I98dde35cb6f5cfe37d4d6c7aa0f3125c4028aed3 Signed-off-by: Lon Hohberger <lhh@redhat.com>
oslo.serialization
The oslo.serialization library provides support for representing objects in transmittable and storable formats, such as Base64, JSON and MessagePack.
- Free software: Apache license
- Documentation: https://docs.openstack.org/oslo.serialization/latest/
- Source: https://opendev.org/openstack/oslo.serialization
- Bugs: https://bugs.launchpad.net/oslo.serialization
- Release notes: https://docs.openstack.org/releasenotes/oslo.serialization/
Description
Languages
Python
100%