mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-04-08 19:25:06 +02:00
Added the ORM code to be able to persist OpaqueData in a database. This added the code to the base class ManagedObject as well. Unit tests are added to demonstrate the code is working correctly.
13 lines
101 B
Plaintext
13 lines
101 B
Plaintext
.project
|
|
.pydevproject
|
|
*.pyc
|
|
|
|
.cache/
|
|
.coverage
|
|
.tox/
|
|
ChangeLog
|
|
PyKMIP.egg-info/
|
|
dist/
|
|
htmlcov/
|
|
tags
|