Skip to main content

Concurrent and asynchronous network I/O

Project description

Documentation Status pypi github tests

MSL-Network uses concurrency and asynchronous programming to transfer data across a network and it is composed of three objects – a Network Manager, Clients and Services.

The Network Manager allows for multiple Clients and Services to connect to it and it links a Client’s request to the appropriate Service to execute the request and then the Network Manager sends the response from the Service back to the Client.

The Network Manager uses concurrency to handle requests from multiple Clients such that multiple requests start, run and complete in overlapping time periods and in no specific order. A Client can send requests synchronously or asynchronously to the Network Manager for a Service to execute. See Concurrency and Asynchronous Programming for more details.

JSON is used as the data format to exchange information between a Client and a Service. As such, it is possible to implement a Client or a Service in any programming language to connect to the Network Manager. See the JSON Formats section for an overview of the data format. One can even connect to the Network Manager from a terminal to send requests, see Connecting from a Terminal for more details.

Install

To install MSL-Network run:

pip install msl-network

Alternatively, using the MSL Package Manager run:

msl install network

Dependencies

Documentation

The documentation for MSL-Network can be found here.

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

msl-network-1.0.0.tar.gz (81.3 kB view details)

Uploaded Source

Built Distribution

msl_network-1.0.0-py3-none-any.whl (69.6 kB view details)

Uploaded Python 3

File details

Details for the file msl-network-1.0.0.tar.gz.

File metadata

  • Download URL: msl-network-1.0.0.tar.gz
  • Upload date:
  • Size: 81.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.29.0 requests-toolbelt/0.9.1 tqdm/4.65.0 CPython/3.8.16

File hashes

Hashes for msl-network-1.0.0.tar.gz
Algorithm Hash digest
SHA256 32a4153b292bd93c1040e0dd50fba4dca476d612614a22ed4792f860b058c712
MD5 9e6496f72b5819df993b51a135175f1d
BLAKE2b-256 eb89c1cbffa4353e3dbeae05bdf02870caba9dd10a10679bb0dbe351a836a0f8

See more details on using hashes here.

File details

Details for the file msl_network-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: msl_network-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 69.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.29.0 requests-toolbelt/0.9.1 tqdm/4.65.0 CPython/3.8.16

File hashes

Hashes for msl_network-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 67ccdd0ecd32be2f677f2fd90e92cf6665677ed7a51d31aa5b7a32b842c384ca
MD5 4dc074f6b314f2772eb8adc7b861cd65
BLAKE2b-256 9e9c87ce253bc49e8109a81adaf7b5077a256942e148f5f11464eb4ec5e385ad

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