Networking Library for Peng3d
Project description
peng3dnet is a TCP-Based networking Library designed for use with peng3d.
It uses Length-Prefixing to cut the raw TCP Stream into packets, which are usually MessagePack-encoded Python objects.
peng3dnet has been tested and is developed under Python 3.5, however it should work with newer versions as well. Python 2.x support is currently not planned, but may be possible by rewriting small parts of the code.
Documentation
The current documentation is available here on ReadTheDocs.
The Sphinx-based source for the documentation is available in the docs/ subdirectory. Documentation for specific methods and classes is usually found in the docstring of the method/class.
Requirements
Currently, peng3dnet requires only two modules: - bidict, as PyPI package bidict - msgpack-python or u-msgpack-python, available under the same name on PyPI
Note that msgpack-python may be faster, since it has a C-extension. In cases where C-extensions cannot be used, u-msgpack-python can be used, since it should work on all platforms and is written in pure Python.
Installation via pip
If possible, this method of installation is to be preferred.
Installation via pip is simple:
pip install peng3dnet
Note that on some systems it may be necessary to use sudo pip install peng3dnet if the above command fails.
Installation via setup.py
If possible, use pip instead.
Installation via setup.py
python setup.py install
Note that using this method requires manually installing the dependencies and downloading of the repository. It may also be necessary to use sudo python setup.py install if the above command fails.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file peng3dnet-0.1.3a0.tar.gz
.
File metadata
- Download URL: peng3dnet-0.1.3a0.tar.gz
- Upload date:
- Size: 29.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11875525868c52f7fb3323039670445119c5e0ea82aa86cd7487a0f352ddd675 |
|
MD5 | a65303d66959feeb3e83dc3ed6882eae |
|
BLAKE2b-256 | 0627bc1a51f01195e93536d62b35ba89a9d168911013e891fcf9ddb2c80f7958 |
File details
Details for the file peng3dnet-0.1.3a0-py3.7.egg
.
File metadata
- Download URL: peng3dnet-0.1.3a0-py3.7.egg
- Upload date:
- Size: 71.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8b9b993b93614b33e69b759fa531bc71831955472c759050d6adeafec7ee18e |
|
MD5 | 6bbb07a5bf709f2943e5d623a77bf780 |
|
BLAKE2b-256 | 3d079ebf5ae07a536c9d048f81d550f9897f8cc2a2b86ad3319796af6707cbc2 |
File details
Details for the file peng3dnet-0.1.3a0-py3-none-any.whl
.
File metadata
- Download URL: peng3dnet-0.1.3a0-py3-none-any.whl
- Upload date:
- Size: 44.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83e902c3bcec62601647a4be946d910549638903873b4c7ae5beb3335565e7d1 |
|
MD5 | f18daead047bd621fac1eb6bb5080679 |
|
BLAKE2b-256 | 0b2a56444e3148895eb8c8f642d66f255cf6e54252b19f48febee61c66a2d666 |