Metadata-Version: 2.1
Name: aio-marantz-avr
Version: 0.1.0
Summary: AsyncIO access to Marantz AVRs.
Home-page: https://github.com/silvester747/aio_marantz_avr
Author: Rob van der Most
Author-email: silvester747@gmail.com
License: MIT license
Keywords: aio_marantz_avr
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 :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: telnetlib3 (==1.0.2)

===================
AsyncIO Marantz AVR
===================


.. image:: https://img.shields.io/pypi/v/aio_marantz_avr.svg
        :target: https://pypi.python.org/pypi/aio_marantz_avr

.. image:: https://readthedocs.org/projects/aio-marantz-avr/badge/?version=latest
        :target: https://aio-marantz-avr.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://github.com/silvester747/aio_marantz_avr/workflows/Python%20package/badge.svg
        :target: https://github.com/silvester747/aio_marantz_avr/actions
        :alt: Build Status

AsyncIO access to Marantz AVRs.


* Free software: MIT license
* Documentation: https://aio-marantz-avr.readthedocs.io.


Features
--------

* Control and read status of a Marantz AVR over Telnet using python AsyncIO.
* Command line tool.

Supported models:

* SR7011 (tested)
* AV7703
* SR6011
* SR5011
* NR1607

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_.

.. _`Keep a Changelog`: https://keepachangelog.com/en/1.0.0/
.. _`Semantic Versioning`: https://semver.org/spec/v2.0.0.html

0.1.0 (2020-01-07)
------------------

First release on PyPI.

Added
~~~~~

* Basic control of limited Marantz AVR models.


