A lightweight network programming tool for Python
Project description
Connector -- A lightweight network programming tool for Python
Connector is a lightweight network programming tool for Python 3. Connector will greatly simplify Client/Server mode's network programming. Connector can help a lot in any situations that need message exchanging. All message communication will become very easy. In detail, it can do following things:
- Share/Send variables between different threads/processes/programs/computers.
- Put/Get files/folders to/from different programs on different computers.
- RPC (Remote Procedure Call)
Connector only provide 2 classes for user to use: Server
and Client
. And these two classes make everything easy. Let's getting start!
In addition, You can:
- find full documentation at: https://connector.readthedocs.io/en/latest/
- find source code at: https://github.com/Time-Coder/Connector
Release Note
0.0.6
- Fix pipe create delay problem.
0.0.5
- Support finding default IP on Linux by introducing
netifaces
module; - Support sending lambda function by changing module
cloudpick
todill
; - Use uuid for session id;
- Remove unneeded queue after a session finished.
0.0.4
- First stable release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tcp-connector-0.0.6.tar.gz
(19.2 kB
view hashes)
Built Distribution
Close
Hashes for tcp_connector-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55c186c9f3e4d427846ca70a6aa894b2db99bb41eb0399a17f260b46662bf87f |
|
MD5 | b1d69dbdbab3b9f76b55a036ae9469ce |
|
BLAKE2b-256 | 5f49e60a0dfb870f890eb32fa2569f4ceab7c83322333aa510735cd5a03c8b75 |