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
48fbabe19ef3d0678d78054b7f468c81027a87a2
zhangyang-libzt
/
src
/
bindings
/
python
History
github-actions
48fbabe19e
Code style enforcement
2021-05-31 03:52:33 +00:00
..
libzt.py
Make socket exceptions more specific to match Python semantics
2021-05-19 22:14:15 -07:00
node.py
Add select, getsockopt, setsockopt, ioctl and fcntl to Python wrapper
2021-05-28 16:15:38 -07:00
PythonSockets.cxx
Code style enforcement
2021-05-31 03:52:33 +00:00
PythonSockets.h
Add select, getsockopt, setsockopt, ioctl and fcntl to Python wrapper
2021-05-28 16:15:38 -07:00
README.md
Add working Python wrapper and examples (WIP)
2021-03-01 21:10:39 -08:00
select.py
Add select, getsockopt, setsockopt, ioctl and fcntl to Python wrapper
2021-05-28 16:15:38 -07:00
sockets.py
Add select, getsockopt, setsockopt, ioctl and fcntl to Python wrapper
2021-05-28 16:15:38 -07:00
zt_wrap.cxx
Add address getter method to Python wrapper
2021-05-19 21:33:08 -07:00
zt_wrap.h
Add address getter method to Python wrapper
2021-05-19 21:33:08 -07:00
zt.i
Add address getter method to Python wrapper
2021-05-19 21:33:08 -07:00
README.md
Python Language Bindings
Install (via
PyPI package
):
pip install libzt
Example usage:
examples/python