Metadata-Version: 2.1
Name: wspr
Version: 0.0.4
Summary: Mumble client library.
Home-page: https://github.com/ArkadiuszMichalRys/wspr
Author: Arkadiusz Michal Rys
Author-email: Arkadiusz.Michal.Rys@gmail.com
License: MIT license
Keywords: wspr
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.6

====
wspr
====


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

.. image:: https://img.shields.io/travis/ArkadiuszMichalRys/wspr.svg
        :target: https://travis-ci.org/ArkadiuszMichalRys/wspr

.. image:: https://readthedocs.org/projects/wspr/badge/?version=latest
        :target: https://wspr.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Mumble client library.


* Free software: MIT license
* Documentation: https://wspr.readthedocs.io.

Protocol
--------

* MumbleProto_
* ProtoBuff_

.. _MumbleProto: https://github.com/mumble-voip/mumble/blob/master/src/Mumble.proto
.. _ProtoBuff: https://developers.google.com/protocol-buffers/docs/pythontutorial


Features
--------

* TODO

Architecture
------------

.. image:: docs/files/architecture.*

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
=======

Current
-------

* Data structure for user data.
* Data structure for channel data.
* Data structures for events from server.
* Data structure for tasks received by whisper.
* Data structure for blobs.
* More possible exceptions.
* Incoming packet converter.
* Logger.

0.0.3 (2018-10-02)
------------------

* Server connection.
* Architecture diagrams.
* Main process.
* Address data structure.
* Credentials data structure.
* Basic exceptions.

0.0.2 (2018-09-27)
------------------

* Update requirements.
* Ignore PyCharm.
* Change supported python versions to 3.6 only.

0.0.1 (2018-09-27)
------------------

* First release on PyPI.


