mirror of
https://github.com/openkmip/pykmip
synced 2026-01-08 19:43:53 +00:00
This change includes several new features to PyKMIP, including: * support for Python 3.3 and 3.4 * support for KMIP client/server SSL connections * removal of all Thrift library dependencies
6 lines
56 B
Bash
Executable File
6 lines
56 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
python3.3 ../kmip/demos/server.py
|