Metadata-Version: 2.1
Name: sxm
Version: 0.1.0
Summary: Python library designed to help write applications for thepopular XM Radio service.
Home-page: https://github.com/AngellusMortis/sxm-client
Author: AngellusMortis
Author-email: cbailey@mort.is
License: MIT license
Description: sxm-client
        ==========
        
        .. image:: https://readthedocs.org/projects/sxm-client/badge/?version=latest
                :target: https://sxm-client.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        `sxm-client` is a Python library designed to help write applications for the
        popular XM Radio service.
        
        * Free software: MIT license
        * Documentation: http://sxm-client.readthedocs.io/.
        
        Features
        --------
        
        * A simple HTTP Proxy server that can serve HLS streams for sxm-client channels
        * Python sxm Client
        * Python classes for interface with sxm channel data
        
        For details on usage and installation, see the `documentation`_.
        
        .. _documentation: http://sxm-client.readthedocs.io/
        
        
        Credits
        -------
        
        Huge props to andrew0 <andrew0@github.com> for for reverse engineering the
        original SXM APIs used
        
        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
        =======
        
        0.1.0 (2018-12-25)
        ------------------
        
        * First release on PyPI.
        
Keywords: sxm
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.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: dev
