Metadata-Version: 2.1
Name: app-net
Version: 0.6.1
Summary: Python program communication interface
Home-page: https://github.com/aldmbmtl/net
Author: Alex Hatfield
Author-email: alex@hatfieldfx.com
License: MIT license
Keywords: app-net
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: six

app-net
=======

![PyPI](https://img.shields.io/pypi/v/net.svg)
![License](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)
![Python 3](https://pyup.io/repos/github/aldmbmtl/net/python-3-shield.svg)
![Travis](https://img.shields.io/travis/aldmbmtl/net.svg)
![Coverage](https://github.com/aldmbmtl/net/raw/master/coverage.svg?sanitize=true)
![PyLint](https://mperlet.github.io/pybadge/badges/8.61.svg)
![PyUp](https://pyup.io/repos/github/aldmbmtl/net/shield.svg)
![Documentation Status](https://readthedocs.org/projects/net/badge/?version=latest)

Pure python peer-to-peer interfacing framework. Define functions that
can be executed from within the running instance of python, just like a
normal function. Or execute the same function on a remote peer running
either the same application or a compatible function and return the
result as though it was run locally.

Link to the [Documentation](https://app-net.readthedocs.io/en/latest/?).

Helpful [Examples](https://app-net.readthedocs.io/en/latest/examples/examples.html).

Road Map
--------
* TLS/SSL Support
* Runtime Peer configuration
* Definable net.info return values

