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 PyPI index at: https://pypi.org/project/tcp-connector
Release Note
0.0.8
- Optimize close behavior.
0.0.7
- Reconstruct and optimize all code.
0.0.5
- Support finding default IP on Linux by introducing
netifacesmodule; - Support sending lambda function by changing module
cloudpicktodill; - Use uuid for session id;
- Remove unneeded queue after a session finished.
0.0.4
- First stable release
Release files for tcp-connector 0.0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tcp-connector-0.0.8.tar.gz | 20.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tcp_connector-0.0.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 52.3 kB
Release files / tcp-connector-0.0.8.tar.gz
| Download URL | tcp-connector-0.0.8.tar.gz |
|---|---|
| Size | 20.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7fcaafcc7095ae38eb9f8335be6574786ca050ba7db7f38834ef18f280740c94
|
|
BLAKE2b-256 checksum How to use checksums |
6f1e834ad442b2fbc23a5293a48880037b2a53ff1e65b1a68227e1ada02952e4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.12.0
|
Release files / tcp_connector-0.0.8-py3-none-any.whl
| Download URL | tcp_connector-0.0.8-py3-none-any.whl |
|---|---|
| Size | 31.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
34010600c392fa66b467a4746b0a996e9d798b283c6592a42cae7a938f1d0180
|
|
BLAKE2b-256 checksum How to use checksums |
4e410168070914936a6b3525b3bf9cf1f3ffc0cf934fb313569ce2191554f402
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.12.0
|