{
"info": {
"author": "Cyril MORISSE",
"author_email": "cmorisse@boxes3.net",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python",
"Topic :: Software Development :: Debuggers"
],
"description": "A hackable CPython remote debugger designed for integration with the latest generation of Javascript editor / IDE (eg. Cloud9, Atom, VS Code)\n=============================================================================================================================================\n\n\nIKP3db is a Python 3 debugger. For **Python 2** see the IKPdb project on github and pypi. https://github.com/audaxis/ikpdb\n\n\nFeatures\n--------\n\n* Debugging of multithreaded programs\n* Conditional breakpoints\n* Variables hot modifications\n* \"Turbo mode\"\n* easy integration in javascripts frameworks / editors\n\nInstallation from pypi\n----------------------\n\nWhen it will be published, you will be able the latest stable version from pypi using:\n\n.. code-block:: bash\n\n $ pip3 install ikp3db\n\nInstallation from sources\n_________________________\n\nInstall using one of these:\n\n.. code-block:: bash\n\n $ pip3 install git+https://github.com/cmorisse/ikp3db.git@1.x#egg=ikp3db # 1.x is the branch name\n $ pip3 install git+https://github.com/cmorisse/ikp3db.git#egg=ikp3db # from master\n\nIKP3db sources will be installed in ./ikp3db_src/ikp3db\n\nInstallation from sources to contribute\n_______________________________________\n\nGit clone and install using one of these:\n\n.. code-block:: bash\n\n $ pip3 install --src ./ikp3db_src -e git+https://github.com/cmorisse/ikp3db.git@1.x#egg=ikp3db # 1.x is the branch name\n $ pip3 install --src ./ikp3db_src -e git+https://github.com/cmorisse/ikp3db.git#egg=ikp3db # from master\n\nIKP3db sources will be installed in ./ikp3db_src/ikp3db\n\n\n.. _getting-started:\n\nGetting started\n---------------\n\nCloud9 is IKP3db debugger client reference implementation so head \nto `Cloud9 `_, create an account there then refer to the Getting\nStarted section of `IKPdb documentation `_.\n\nDocumentation\n-------------\n\nIKP3db is the Python 3 version of IKPdb ; for now there is only one documentation.\n\nhttps://ikpdb.readthedocs.io/\n\n\nRequirements\n------------\n\nCPython 3.6.x\n\nA C compiler (eg. python-dev Debian package, xcode tools on macOS).\n\nLicense\n-------\n\n``IKP3db`` is licensed under the MIT License.\nSee the License paragraph in the documentation.\n\nSource code\n------------\n\nSource code is available on github:\n\nhttps://github.com/cmorisse/ikp3db\n\n\nIssues\n------\n\nIssues are managed using Github's Issues Tracker.",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/cmorisse/ikp3db",
"keywords": "debugger debug remote tcp",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "ikp3db",
"package_url": "https://pypi.org/project/ikp3db/",
"platform": "",
"project_url": "https://pypi.org/project/ikp3db/",
"project_urls": {
"Homepage": "https://github.com/cmorisse/ikp3db"
},
"release_url": "https://pypi.org/project/ikp3db/1.4.1/",
"requires_dist": null,
"requires_python": "",
"summary": "A hackable CPython 3.6+ remote debugger designed for the Web and online IDE integration. Fork of IKPdb.",
"version": "1.4.1"
},
"last_serial": 5899306,
"releases": {
"1.0": [
{
"comment_text": "",
"digests": {
"md5": "e94bbf7b92c418ff3a5dcc0e2c4e5697",
"sha256": "ee09a1bfcb69e2600a306ba8a35913d585d653b49b60d9c6d2b0715b14e2b5ef"
},
"downloads": -1,
"filename": "ikp3db-1.0.tar.gz",
"has_sig": false,
"md5_digest": "e94bbf7b92c418ff3a5dcc0e2c4e5697",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 23786,
"upload_time": "2017-09-28T07:18:26",
"url": "https://files.pythonhosted.org/packages/a4/16/af925282c1bdaf9b18dc7d06b6d217ebd912280ac282496bf472c5d74cff/ikp3db-1.0.tar.gz"
}
],
"1.1": [
{
"comment_text": "",
"digests": {
"md5": "35e610716ad3bf954a5e95347696c669",
"sha256": "b7882f65248d01d15383e17b34c47a6f1f89aef23864ecbf6b3970d48a9025d0"
},
"downloads": -1,
"filename": "ikp3db-1.1.tar.gz",
"has_sig": false,
"md5_digest": "35e610716ad3bf954a5e95347696c669",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 23023,
"upload_time": "2017-11-18T07:00:19",
"url": "https://files.pythonhosted.org/packages/c7/16/8c31a58d517f5b1fea068c5fa03c595501c6ee7467569000aaa254d42960/ikp3db-1.1.tar.gz"
}
],
"1.1.2": [
{
"comment_text": "",
"digests": {
"md5": "425063676ff0d2f085c78c019d5a5b49",
"sha256": "3baec603d5d18a7a4c244cee0e601886c035fcddc2b501678bc71b4639ad93ec"
},
"downloads": -1,
"filename": "ikp3db-1.1.2.tar.gz",
"has_sig": false,
"md5_digest": "425063676ff0d2f085c78c019d5a5b49",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24196,
"upload_time": "2018-03-07T05:08:28",
"url": "https://files.pythonhosted.org/packages/e1/26/cfa1f5f47238e714474f063196ae0ed9da119dfce9c20e26ac91d0e01f75/ikp3db-1.1.2.tar.gz"
}
],
"1.1.3": [
{
"comment_text": "",
"digests": {
"md5": "be6afba0767d99210f2a60cb6384c31a",
"sha256": "29709b0c01cf07429c8ea5844642ec88d8ee704b876baea1e503f81bdfcf941e"
},
"downloads": -1,
"filename": "ikp3db-1.1.3.tar.gz",
"has_sig": false,
"md5_digest": "be6afba0767d99210f2a60cb6384c31a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 23212,
"upload_time": "2018-03-07T09:04:57",
"url": "https://files.pythonhosted.org/packages/c0/77/c757712f249b399d963858fc1a4020992895e6cfc929c4e769dbb10858a6/ikp3db-1.1.3.tar.gz"
}
],
"1.1.4": [
{
"comment_text": "",
"digests": {
"md5": "e62a6c1ea2baa2750a3faec11ec43e2d",
"sha256": "b31e9a140443b54982e0f51bcd9c578c87eda092fca2716bb8ed950b4cd9c067"
},
"downloads": -1,
"filename": "ikp3db-1.1.4.tar.gz",
"has_sig": false,
"md5_digest": "e62a6c1ea2baa2750a3faec11ec43e2d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 23255,
"upload_time": "2018-03-09T06:41:02",
"url": "https://files.pythonhosted.org/packages/0a/ee/f28fae6bc3ca34ec441d4edbf4689df34a7d6df019cd4a6630ba519fb024/ikp3db-1.1.4.tar.gz"
}
],
"1.4.1": [
{
"comment_text": "",
"digests": {
"md5": "0aa89796ba916071897749355cb32e1c",
"sha256": "62596dd8420e7b2d0f502e2b41760e2bf89217dcf9b93ae79e6254541873c855"
},
"downloads": -1,
"filename": "ikp3db-1.4.1.tar.gz",
"has_sig": false,
"md5_digest": "0aa89796ba916071897749355cb32e1c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24991,
"upload_time": "2019-09-28T08:12:08",
"url": "https://files.pythonhosted.org/packages/93/a4/23342fc912f7ae6559e9d99f66a764f0d7d56f5977202deb419a0494cd63/ikp3db-1.4.1.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "0aa89796ba916071897749355cb32e1c",
"sha256": "62596dd8420e7b2d0f502e2b41760e2bf89217dcf9b93ae79e6254541873c855"
},
"downloads": -1,
"filename": "ikp3db-1.4.1.tar.gz",
"has_sig": false,
"md5_digest": "0aa89796ba916071897749355cb32e1c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24991,
"upload_time": "2019-09-28T08:12:08",
"url": "https://files.pythonhosted.org/packages/93/a4/23342fc912f7ae6559e9d99f66a764f0d7d56f5977202deb419a0494cd63/ikp3db-1.4.1.tar.gz"
}
]
}