Metadata-Version: 1.2
Name: dsclient
Version: 0.2.0
Summary: Python Client for debugserver-js
Home-page: https://dsclient-py.readthedocs.io
Author: Cameron Webb
Author-email: webbjcam@gmail.com
License: MIT
Download-URL: https://github.com/tiflash/dsclient-py/tarball/0.2.0
Project-URL: Documentation, https://dsclient-py.readthedocs.io
Project-URL: Source, https://github.com/tiflash/dsclient-py
Description: =====================
        DSClient-py   |Build|
        =====================
        
        A Python client for interacting with `debugserver-js <https://github.com/tiflash/debugserver-js>`__
        
        Documentation can be found at
        
            https://dsclient-py.readthedocs.io/
        
        
        Install
        =======
        
        From PyPi
        ---------
        
        ::
        
            pip install dsclient
        
        From Source
        -----------
        
        ::
        
            cd dsclient-py/
            pip install .
        
        Development
        ===========
        
        To setup your development environment, you'll need at least one device to run
        tests on. Below are the devices supported out of the box that include resources
        for testing (if you want to run tests on a device not listed below, you'll need
        to provide similar resources for that device. See `tests/resources/cc13x0 <tests/resources/cc13x0>`_ for an
        example)
        
        - cc13x0
        
        Steps
        -----
        
        1. Edit the file `tests/env.cfg <tests/env.cfg>`_
        
           a. Enter the full path to your ccs installation under ``ccs``
           b. Enter the required device information (see `tests/resources/cc13x0/README.rst <tests/resources/cc13x0/README.rst>`_
              for what's required)
        
        2. Configure the test setup
           ::
        
               make configure
        
        3. Run tests
           ::
        
               make test
        
        .. Badges:
        
        .. |Build| image::    https://travis-ci.org/webbcam/dsclient-py.svg?branch=master
            :target:            https://travis-ci.org/webbcam/dsclient-py
            :alt:               Build
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Intended Audience :: Developers
Requires-Python: >=2.7.13, <4
