Re-adding pypi package subdir. Added separate module targets in setup.py

This commit is contained in:
Joseph Henry
2018-01-08 16:05:17 -08:00
parent c00dc982fd
commit db574abbb2
10 changed files with 7283 additions and 0 deletions

10
packages/pypi/test.py Normal file
View File

@@ -0,0 +1,10 @@
import libzt
import time
print('joining virtual network...')
libzt.zts_startjoin('whatev_config', 0x1234567890ABCDEF)
print('fd = ' + str(libzt.zts_socket(1,2,3)))
print('looping forever, ping me')
while True:
time.sleep(1)