Metadata-Version: 1.1
Name: pyps4
Version: 0.1.4
Summary: PS4 Python Library
Home-page: http://github.com/hthiery/python-ps4
Author: Heiko Thiery
Author-email: heiko.thiery@gmail.com
License: LGPLv2+
Description-Content-Type: UNKNOWN
Description: Python Library to access PS4
        ============================
        
        |BuildStatus| |PypiVersion| |Coveralls| |CodeClimate|
        
        Motivation
        ----------
        The intention for this project is to have a pure python implementation of the `ps4-waker`_ features.
        
        Tested with
        -----------
        PS 4 system version `05030061`.
        05030061
        05050031
        
        Credentials
        -----------
        Currently there is no way to generate the credential file with this library.
        The credential file can be used from the ps4-waker.
        
        References
        ----------
        
        - https://github.com/dsokoloski/ps4-wake
        - https://github.com/dhleong/ps4-waker
        
        .. _ps4-waker: https://github.com/dhleong/ps4-waker
        
        
        .. |BuildStatus| image:: https://travis-ci.org/hthiery/python-ps4.png?branch=master
                         :target: https://travis-ci.org/hthiery/python-ps4
        .. |PyPiVersion| image:: https://badge.fury.io/py/pyps4.svg
                         :target: http://badge.fury.io/py/pyps4
        .. |Coveralls|   image:: https://coveralls.io/repos/github/hthiery/python-ps4/badge.svg?branch=master
                         :target: https://coveralls.io/github/hthiery/python-ps4?branch=master
        .. |CodeClimate| image:: https://api.codeclimate.com/v1/badges/193b80aebe76c6d8a2a2/maintainability
        				 :target: https://codeclimate.com/github/hthiery/python-ps4/maintainability
        				 :alt: Maintainability
        
Keywords: playstation sony ps4
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
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: Topic :: Software Development :: Libraries :: Python Modules
