Metadata-Version: 1.1
Name: ikp3db
Version: 1.0
Summary: A hackable CPython 3.6+ remote debugger designed for the Web and online IDE integration. Fork of IKPdb.
Home-page: https://github.com/cmorisse/ikp3db
Author: Cyril MORISSE, Audaxis
Author-email: cmorisse@boxes3.net
License: MIT
Description: A hackable CPython remote debugger designed for integration with the latest generation of Javascript editor / IDE (eg. Cloud9, Atom, VS Code)
        =============================================================================================================================================
        
        **IKP3db is an IKPdb fork that supports Python 3 only.**
        
        Features
        --------
        
        * Debugging of multithreaded programs
        * Conditional breakpoints
        * Variables hot modifications
        * "Turbo mode"
        * easy integration in javascripts frameworks / editors
        
        Installation from pypi
        ----------------------
        
        When it will be published, you will be able the latest stable version from pypi using:
        
        .. code-block:: bash
        
           $ pip3 install ikp3db
        
        Installation from sources
        _________________________
        
        Install using one of these:
        
        .. code-block:: bash
        
           $ pip3 install git+https://github.com/cmorisse/ikp3db.git@1.x#egg=ikp3db  # 1.x is the branch name
           $ pip3 install git+https://github.com/cmorisse/ikp3db.git#egg=ikp3db  # from master
        
        IKP3db sources will be installed in ./ikp3db_src/ikp3db
        
        Installation from sources to contribute
        _______________________________________
        
        Git clone and install using one of these:
        
        .. code-block:: bash
        
           $ pip3 install --src ./ikp3db_src -e git+https://github.com/cmorisse/ikp3db.git@1.x#egg=ikp3db  # 1.x is the branch name
           $ pip3 install --src ./ikp3db_src -e git+https://github.com/cmorisse/ikp3db.git#egg=ikp3db  # from master
        
        IKP3db sources will be installed in ./ikp3db_src/ikp3db
        
        
        .. _getting-started:
        
        Getting started
        ---------------
        
        Cloud9 is IKP3db debugger client reference implementation so head 
        to `Cloud9 <https://c9.io/>`_, create an account there then refer to the Getting
        Started section of `IKPdb documentation <https://ikpdb.readthedocs.io/>`_.
        
        Documentation
        -------------
        
        IKP3db is the Python 3 version of IKPdb ; for now there is only one documentation.
        
        https://ikpdb.readthedocs.io/
        
        
        Requirements
        ------------
        
        CPython 3.6.x
        
        A C compiler (eg. python-dev Debian package, xcode tools on macOS).
        
        License
        -------
        
        ``IKP3db`` is licensed under the MIT License.
        See the License paragraph in the documentation.
        
        Source code
        ------------
        
        Source code is available on github:
        
        https://github.com/cmorisse/ikp3db
        
        
        Issues
        ------
        
        Issues are managed using Github's Issues Tracker.
        
        
Keywords: debugger debug remote tcp
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Debuggers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
