Skip to main content

Networking Library for Peng3d

Project description

Documentation Status https://circleci.com/gh/not-na/peng3dnet.svg?style=svg https://img.shields.io/pypi/dm/peng3dnet.svg

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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

peng3dnet-0.1.3a0.tar.gz (29.2 kB view hashes)

Uploaded Source

Built Distributions

peng3dnet-0.1.3a0-py3.7.egg (71.5 kB view hashes)

Uploaded Source

peng3dnet-0.1.3a0-py3-none-any.whl (44.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page