Skip to main content

High level network communication

Project description

High level network communication

This tool abstracts network communication to a level, where you don’t have to care about network communication. Server side functions can be called at the client as they were local. Functions may be called with parameters and may return values.

NOTE: This library has currently not a stable version. You are welcome, to use this library in your project and report issues or improvements.

Features

  • Directly call functions at the remote side

  • Get the return values

  • Don’t care about sockets

Example

When you have setup everything this is an example how easy it will be to communicate between the server and client:

At the server:

def add(number1, number2):
   return number1 + number2

To call it at the client:

result = server.add(5, 10)
print(result) # Output: 15

More simple examples: https://github.com/JulianSobott/pynetworking/tree/master/pynetworking_examples

Installation

The easiest way to install is to use pip:

pip install pynetworking

It is also possible to clone the repository from Github with:

git clone https://github.com/JulianSobott/pynetworking.git

Documentation

Latest stable documentation: https://pynetworking.readthedocs.io/en/latest/

Or if you want the current documentation in a branch (e.g. dev), you can clone the repository, open the cmd and cd to the docs folder. You need sphinx installed. Then you can type make html and see the local created docs.

Getting started

There is a getting started guide at the documentation. In this guide you will learn how to write a simple login application. This guide covers all basics, that are necessary.

If you are already familiar with this library and just need a brief recap, there is a checklist for what you need in new projects.

Contribute

License

The project is licensed under the Apache Software License.

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

pynetworking-0.1.11.tar.gz (28.3 kB view details)

Uploaded Source

Built Distribution

pynetworking-0.1.11-py3-none-any.whl (64.3 kB view details)

Uploaded Python 3

File details

Details for the file pynetworking-0.1.11.tar.gz.

File metadata

  • Download URL: pynetworking-0.1.11.tar.gz
  • Upload date:
  • Size: 28.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for pynetworking-0.1.11.tar.gz
Algorithm Hash digest
SHA256 1ee476f709c4ddeee8fe1006df143186ba58a79e057821a0e6aa2a442d7f648a
MD5 4b039252d677f69be518866c076f31ec
BLAKE2b-256 fc0133ecb1fc77ed237bfe13144d59811d28b99372cc018fd0b96a8f44fd9a08

See more details on using hashes here.

File details

Details for the file pynetworking-0.1.11-py3-none-any.whl.

File metadata

  • Download URL: pynetworking-0.1.11-py3-none-any.whl
  • Upload date:
  • Size: 64.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for pynetworking-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 d78e78cdf78e14d6a8d37a6995e14b9dd2bffa3a010f00928a20c45b0cc14549
MD5 664470a5d73f0e8147d8f134edb216bf
BLAKE2b-256 e9be0bdba6893368086638dcaf05a529f57be8f3aa22775a22f62879a1ad2061

See more details on using hashes here.

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