![Takashi Kajinami](/assets/img/avatar_default.png)
The crypt module was removed in Python 3.13. Add the utility function to replace crypt.crypt which is used by a few projects. Note that the function internally calls libcrypt library, so that we don't have to re-implement its algorithm in python layer. Change-Id: Ibe6748068b8145fdc7ece384c94a923d1032de5f
Team and repository tags
oslo.utils
The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling.
- Free software: Apache license
- Documentation: https://docs.openstack.org/oslo.utils/latest/
- Source: https://opendev.org/openstack/oslo.utils
- Bugs: https://bugs.launchpad.net/oslo.utils
- Release notes: https://docs.openstack.org/releasenotes/oslo.utils/
Description
Languages
Python
100%