2
0
mirror of https://github.com/openkmip/pykmip synced 2026-01-06 18:43:51 +00:00
Files
pykmip/.gitignore
Nathan Reller e7a383cace Added SQLAlchemy Code to OpaqueData
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.
2016-02-16 14:53:45 -05:00

13 lines
101 B
Plaintext

.project
.pydevproject
*.pyc
.cache/
.coverage
.tox/
ChangeLog
PyKMIP.egg-info/
dist/
htmlcov/
tags