d512e4763dce57c632f6a5d602b1fc3fa6828b7f

pycrypto is unmaintained for a while and requirements team advises using pycryptodome or cryptography libraries instead (see openstack-dev thread [0]). troveclient uses pycrypto to generate random data/content in its tests which does not require any specific cryptographic need. This commit replaces it by os.urandom from Python standard library. [0] http://lists.openstack.org/pipermail/openstack-dev/2017-March/113568.html Change-Id: Ia43c5883a51e8412c4a238d127c13db39e863da1
Python bindings to the OpenStack Trove API
This is a client for the OpenStack Trove API. There's a Python API
(the troveclient
module), and a command-line script
(trove
). Each implements 100% of the OpenStack Trove
API.
See the Trove
CLI Guide for information on how to use the trove
command-line tool. You may also want to look at the OpenStack API
documentation.
python-troveclient is licensed under the Apache License like the rest of OpenStack.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/python-troveclient/
- Bugs: https://bugs.launchpad.net/python-troveclient
- PyPi- package installation
- Blueprints - feature specifications
- Git Source
- Github
- Specs
- How to Contribute
Description
Languages
Python
99.8%
Shell
0.2%