collective.pdbpp


Namecollective.pdbpp JSON
Version 1.0.0a2 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.pdbpp
SummaryAn addon for Plone that allow you debug your code using the pdbpp package
upload_time2023-11-27 08:52:46
maintainer
docs_urlNone
authorale-rt
requires_python>=3.8
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![image](https://github.com/collective/collective.pdbpp/actions/workflows/plone-package.yml/badge.svg)](https://github.com/collective/collective.pdbpp/actions/workflows/plone-package.yml)
[![Coveralls](https://coveralls.io/repos/github/collective/collective.pdbpp/badge.svg?branch=main)](https://coveralls.io/github/collective/collective.pdbpp?branch=main)
[![image](https://codecov.io/gh/collective/collective.pdbpp/branch/master/graph/badge.svg)](https://codecov.io/gh/collective/collective.pdbpp)
[![Latest Version](https://img.shields.io/pypi/v/collective.pdbpp.svg)](https://pypi.python.org/pypi/collective.pdbpp/)
[![Egg Status](https://img.shields.io/pypi/status/collective.pdbpp.svg)](https://pypi.python.org/pypi/collective.pdbpp)
![image](https://img.shields.io/pypi/pyversions/collective.pdbpp.svg?style=plastic%20%20%20:alt:%20Supported%20-%20Python%20Versions)
[![License](https://img.shields.io/pypi/l/collective.pdbpp.svg)](https://pypi.python.org/pypi/collective.pdbpp/)

# collective.pdbpp

An addon for Plone that does allow you to use the [pdbpp](https://github.com/pdbpp/pdbpp) package

## Installation

Install `collective.pdbpp` by adding it to your buildout, e.g.:

    [instance]
    eggs +=
        collective.pdbpp

and then running `bin/buildout`.

When your instance starts you can enter a pdb session by adding the path `pdb` to any URL, e.g.:

- http://localhost:8080/pdb
- http://localhost:8080/Plone/pdb


## Authors

The [Syslab.com](https://www.syslab.com) Team.

## Contributors

Put your name here, you deserve it!

- Alessandro Pisa, [Syslab.com](https://www.syslab.com)

## Contribute

- Issue Tracker:
  <https://github.com/collective/collective.pdbpp/issues>
- Source Code: <https://github.com/collective/collective.pdbpp>
- Documentation: <https://docs.plone.org/foo/bar>

## Support

If you are having issues, please let us know in the [issue tracker](https://github.com/collective/collective.pdbpp/issues).

## License

The project is licensed under the GPLv2.


# Contributors


- ale-rt, alessandro.pisa@gmail.com


# Changelog


## 1.0.0a2 (2023-11-27)

- Initial release.
  [ale-rt]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.pdbpp",
    "name": "collective.pdbpp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Python Plone CMS",
    "author": "ale-rt",
    "author_email": "alessandro.pisa@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/96/c2/06aa15a832d6509c1d9c999a9cbae22c97034e65edea30616840e2e23e2b/collective.pdbpp-1.0.0a2.tar.gz",
    "platform": null,
    "description": "[![image](https://github.com/collective/collective.pdbpp/actions/workflows/plone-package.yml/badge.svg)](https://github.com/collective/collective.pdbpp/actions/workflows/plone-package.yml)\n[![Coveralls](https://coveralls.io/repos/github/collective/collective.pdbpp/badge.svg?branch=main)](https://coveralls.io/github/collective/collective.pdbpp?branch=main)\n[![image](https://codecov.io/gh/collective/collective.pdbpp/branch/master/graph/badge.svg)](https://codecov.io/gh/collective/collective.pdbpp)\n[![Latest Version](https://img.shields.io/pypi/v/collective.pdbpp.svg)](https://pypi.python.org/pypi/collective.pdbpp/)\n[![Egg Status](https://img.shields.io/pypi/status/collective.pdbpp.svg)](https://pypi.python.org/pypi/collective.pdbpp)\n![image](https://img.shields.io/pypi/pyversions/collective.pdbpp.svg?style=plastic%20%20%20:alt:%20Supported%20-%20Python%20Versions)\n[![License](https://img.shields.io/pypi/l/collective.pdbpp.svg)](https://pypi.python.org/pypi/collective.pdbpp/)\n\n# collective.pdbpp\n\nAn addon for Plone that does allow you to use the [pdbpp](https://github.com/pdbpp/pdbpp) package\n\n## Installation\n\nInstall `collective.pdbpp` by adding it to your buildout, e.g.:\n\n    [instance]\n    eggs +=\n        collective.pdbpp\n\nand then running `bin/buildout`.\n\nWhen your instance starts you can enter a pdb session by adding the path `pdb` to any URL, e.g.:\n\n- http://localhost:8080/pdb\n- http://localhost:8080/Plone/pdb\n\n\n## Authors\n\nThe [Syslab.com](https://www.syslab.com) Team.\n\n## Contributors\n\nPut your name here, you deserve it!\n\n- Alessandro Pisa, [Syslab.com](https://www.syslab.com)\n\n## Contribute\n\n- Issue Tracker:\n  <https://github.com/collective/collective.pdbpp/issues>\n- Source Code: <https://github.com/collective/collective.pdbpp>\n- Documentation: <https://docs.plone.org/foo/bar>\n\n## Support\n\nIf you are having issues, please let us know in the [issue tracker](https://github.com/collective/collective.pdbpp/issues).\n\n## License\n\nThe project is licensed under the GPLv2.\n\n\n# Contributors\n\n\n- ale-rt, alessandro.pisa@gmail.com\n\n\n# Changelog\n\n\n## 1.0.0a2 (2023-11-27)\n\n- Initial release.\n  [ale-rt]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "An addon for Plone that allow you debug your code using the pdbpp package",
    "version": "1.0.0a2",
    "project_urls": {
        "Homepage": "https://github.com/collective/collective.pdbpp",
        "PyPI": "https://pypi.org/project/collective.pdbpp/",
        "Source": "https://github.com/collective/collective.pdbpp",
        "Tracker": "https://github.com/collective/collective.pdbpp/issues"
    },
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96c206aa15a832d6509c1d9c999a9cbae22c97034e65edea30616840e2e23e2b",
                "md5": "5c4cdf34f67d2ea7287659716037f469",
                "sha256": "9b360af5a1d90158d06e441d5a64ad76535be708234430920e7d99a9781ef3aa"
            },
            "downloads": -1,
            "filename": "collective.pdbpp-1.0.0a2.tar.gz",
            "has_sig": false,
            "md5_digest": "5c4cdf34f67d2ea7287659716037f469",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 11849,
            "upload_time": "2023-11-27T08:52:46",
            "upload_time_iso_8601": "2023-11-27T08:52:46.938053Z",
            "url": "https://files.pythonhosted.org/packages/96/c2/06aa15a832d6509c1d9c999a9cbae22c97034e65edea30616840e2e23e2b/collective.pdbpp-1.0.0a2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-27 08:52:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "collective.pdbpp",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "collective.pdbpp"
}
        
Elapsed time: 0.16046s