Metadata-Version: 2.1
Name: ansar-connect
Version: 0.1.265
Summary: Tools and runtime for asynchronous programming
Author: Scott Woods
Author-email: Scott Woods <scott.18.ansar@gmail.com.com>
Project-URL: Documentation, https://ansar-connect-manual.s3.ap-southeast-2.amazonaws.com/0.1.1/index.html
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cffi>=1.16.0
Requires-Dist: PyNaCl>=1.5.0
Requires-Dist: ansar-create>=0.1.98

# ansar-connect

The **ansar-connect** library implements clear and concise network messaging for a wide range
of networking requirements. From multi-processing within a single host through to messaging
beween different LANs on the Internet. There is a single send method that does it all.

## Features

- Implements bi-directional, asynchronous network messaging,
- Provides a synchronous request-response layer,
- Inherits the data sophistication of **ansar.encode**,
- Seamlessly extends the asynchronous runtime from **ansar.create**, to span local and wide-area networks.
