This website requires JavaScript.
Explore
Help
Sign In
gfwleak
/
zhangyang-libzt
Archived
Watch
1
Star
0
Fork
0
You've already forked zhangyang-libzt
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-14
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
9cd5fdee7b5bc9edd50b1374a2089c8eb20f58aa
zhangyang-libzt
/
src
/
bindings
/
python
History
Joseph Henry
2e2a66c9f7
Move Python license into ext/THIRDPARTY.txt
2021-03-17 14:34:51 -07:00
..
libzt.py
Bugfix: Check argument types and encodings in zts_py_send()
2021-03-16 23:30:14 -07:00
PythonSockets.cpp
Bugfix: Check argument types and encodings in zts_py_send()
2021-03-16 23:30:14 -07:00
README.md
Add working Python wrapper and examples (WIP)
2021-03-01 21:10:39 -08:00
sockets.py
Bugfix: Check argument types and encodings in zts_py_send()
2021-03-16 23:30:14 -07:00
zt.i
Remove networking functions that can be found elsewhere
2021-03-15 01:59:18 -07:00
README.md
Python Language Bindings
Install (via
PyPI package
):
pip install libzt
Example usage:
examples/python