python-ptrace


Namepython-ptrace JSON
Version 0.9.8 PyPI version JSON
download
home_pagehttp://python-ptrace.readthedocs.io/
Summarypython binding of ptrace
upload_time2021-03-17 20:22:37
maintainer
docs_urlNone
authorVictor Stinner
requires_python
licenseGNU GPL v2
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =============
python-ptrace
=============

.. image:: https://img.shields.io/pypi/v/python-ptrace.svg
   :alt: Latest release on the Python Cheeseshop (PyPI)
   :target: https://pypi.python.org/pypi/python-ptrace

.. image:: https://github.com/vstinner/python-ptrace/actions/workflows/build.yml/badge.svg
   :alt: Build status of python-ptrace on GitHub Actions
   :target: https://github.com/vstinner/python-ptrace/actions

python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to
trace processes) written in Python.

* `python-ptrace documentation
  <http://python-ptrace.readthedocs.io/>`_
* `python-ptrace at GitHub
  <https://github.com/vstinner/python-ptrace>`_
* `python-ptrace at the Python Cheeseshop (PyPI)
  <https://pypi.python.org/pypi/python-ptrace>`_

python-ptrace is an opensource project written in Python under GNU GPLv2
license. It supports Python 3.6 and newer.



            

Raw data

            {
    "_id": null,
    "home_page": "http://python-ptrace.readthedocs.io/",
    "name": "python-ptrace",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Victor Stinner",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/ab/79/2db732ec2d32c356df602b03d9a2a53fc290510088b57dd414bcdb2f7a29/python-ptrace-0.9.8.tar.gz",
    "platform": "",
    "description": "=============\npython-ptrace\n=============\n\n.. image:: https://img.shields.io/pypi/v/python-ptrace.svg\n   :alt: Latest release on the Python Cheeseshop (PyPI)\n   :target: https://pypi.python.org/pypi/python-ptrace\n\n.. image:: https://github.com/vstinner/python-ptrace/actions/workflows/build.yml/badge.svg\n   :alt: Build status of python-ptrace on GitHub Actions\n   :target: https://github.com/vstinner/python-ptrace/actions\n\npython-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to\ntrace processes) written in Python.\n\n* `python-ptrace documentation\n  <http://python-ptrace.readthedocs.io/>`_\n* `python-ptrace at GitHub\n  <https://github.com/vstinner/python-ptrace>`_\n* `python-ptrace at the Python Cheeseshop (PyPI)\n  <https://pypi.python.org/pypi/python-ptrace>`_\n\npython-ptrace is an opensource project written in Python under GNU GPLv2\nlicense. It supports Python 3.6 and newer.\n\n\n",
    "bugtrack_url": null,
    "license": "GNU GPL v2",
    "summary": "python binding of ptrace",
    "version": "0.9.8",
    "project_urls": {
        "Download": "http://python-ptrace.readthedocs.io/",
        "Homepage": "http://python-ptrace.readthedocs.io/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ce95ca5369bcba01fed6c9c52f7d25e012b42aadeb7b79e2d02401cf8a74081",
                "md5": "4ee0a5e4fd4bdaad407129da92524a02",
                "sha256": "440c58a47423eb6eeea419854b9c6c28bfd9fd6ab9ae6630a7ea8be4600b1369"
            },
            "downloads": -1,
            "filename": "python_ptrace-0.9.8-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4ee0a5e4fd4bdaad407129da92524a02",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 99681,
            "upload_time": "2021-03-17T20:22:35",
            "upload_time_iso_8601": "2021-03-17T20:22:35.899432Z",
            "url": "https://files.pythonhosted.org/packages/8c/e9/5ca5369bcba01fed6c9c52f7d25e012b42aadeb7b79e2d02401cf8a74081/python_ptrace-0.9.8-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab792db732ec2d32c356df602b03d9a2a53fc290510088b57dd414bcdb2f7a29",
                "md5": "3baa969bea1b27d2f3c14df0b2a4274b",
                "sha256": "1e3bc6223f626aaacde8a7979732691c11b13012e702fee9ae16c87f71633eaa"
            },
            "downloads": -1,
            "filename": "python-ptrace-0.9.8.tar.gz",
            "has_sig": false,
            "md5_digest": "3baa969bea1b27d2f3c14df0b2a4274b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 107064,
            "upload_time": "2021-03-17T20:22:37",
            "upload_time_iso_8601": "2021-03-17T20:22:37.848495Z",
            "url": "https://files.pythonhosted.org/packages/ab/79/2db732ec2d32c356df602b03d9a2a53fc290510088b57dd414bcdb2f7a29/python-ptrace-0.9.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-03-17 20:22:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "python-ptrace"
}
        
Elapsed time: 0.26220s