Metadata-Version: 2.4
Name: pymoa-remote
Version: 0.1.0
Summary: PyMoa-Remote is a library to remotely execute functions e.g. on a Raspberry Pi.
Home-page: https://github.com/matham/pymoa-remote
Author: Matthew Einhorn
Author-email: moiein2000@gmail.com
License: MIT
Project-URL: Bug Reports, https://github.com/matham/pymoa-remote/issues
Project-URL: Source, https://github.com/matham/pymoa-remote
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Hardware
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
License-File: LICENSE
Requires-Dist: trio
Requires-Dist: outcome
Requires-Dist: tree_config
Requires-Dist: async_generator
Requires-Dist: quart
Requires-Dist: quart-trio
Requires-Dist: httpx
Requires-Dist: trio-websocket
Provides-Extra: dev
Requires-Dist: pytest>=3.6; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: sphinx-rtd-theme; extra == "dev"
Requires-Dist: coveralls; extra == "dev"
Requires-Dist: pytest-trio; extra == "dev"
Requires-Dist: sphinxcontrib-trio; extra == "dev"
Requires-Dist: setuptools; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

PyMoa-Remote
============

PyMoa-Remote is a library to remotely execute functions e.g. on a Raspberry Pi.

For more information: https://matham.github.io/pymoa-remote/index.html

To install https://matham.github.io/pymoa-remote/installation.html

.. image:: https://img.shields.io/pypi/pyversions/pymoa-remote.svg
    :target: https://pypi.python.org/pypi/pymoa-remote/
    :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/v/pymoa-remote.svg
    :target: https://pypi.python.org/pypi/pymoa-remote/
    :alt: Latest Version on PyPI

.. image:: https://coveralls.io/repos/github/matham/pymoa-remote/badge.svg?branch=master
    :target: https://coveralls.io/github/matham/pymoa-remote?branch=master
    :alt: Coverage status

.. image:: https://github.com/matham/pymoa-remote/workflows/Python%20application/badge.svg
    :target: https://github.com/matham/pymoa-remote/actions
    :alt: Github action status
