tox-ipdb-plugin


Nametox-ipdb-plugin JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/CZ-NIC/tox-ipdb-plugin
SummaryTox plugin which installs ipdb in tox environments.
upload_time2024-05-14 07:41:36
maintainerNone
docs_urlNone
authorVlastimil Zíma
requires_python~=3.8
licenseGPLv3+
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            tox-ipdb-plugin
===============

Tox plugin which installs ipdb in tox environments.
This is useful for local development, if you don't want to modify the tox.ini.


Acknowledgement
---------------
Thanks to sinoroc for the idea at https://stackoverflow.com/a/60265699/2440346.

ChangeLog
=========

.. contents:: Releases
   :backlinks: none
   :local:

1.0 (2024-05-14)
----------------

* Drop support for python 3.7.
* Add support for python 3.11.
* Add support for python 3.12.
* Fix for tox 4.15.
* Update project setup.

0.3 (2023-02-02)
----------------

* Update for tox v4.

0.2 (2022-10-13)
----------------

* Fix interaction with provision tox.
* Use github actions.
* Update project setup.

0.1 (2020-02-26)
----------------

Initial version.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CZ-NIC/tox-ipdb-plugin",
    "name": "tox-ipdb-plugin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Vlastimil Z\u00edma",
    "author_email": "vlastimil.zima@nic.cz",
    "download_url": "https://files.pythonhosted.org/packages/35/fb/4e99415ddef4e01dd58f318d1fd2292c2593fa5a8b84af15ffbb12625e2d/tox_ipdb_plugin-1.0.tar.gz",
    "platform": null,
    "description": "tox-ipdb-plugin\n===============\n\nTox plugin which installs ipdb in tox environments.\nThis is useful for local development, if you don't want to modify the tox.ini.\n\n\nAcknowledgement\n---------------\nThanks to sinoroc for the idea at https://stackoverflow.com/a/60265699/2440346.\n\nChangeLog\n=========\n\n.. contents:: Releases\n   :backlinks: none\n   :local:\n\n1.0 (2024-05-14)\n----------------\n\n* Drop support for python 3.7.\n* Add support for python 3.11.\n* Add support for python 3.12.\n* Fix for tox 4.15.\n* Update project setup.\n\n0.3 (2023-02-02)\n----------------\n\n* Update for tox v4.\n\n0.2 (2022-10-13)\n----------------\n\n* Fix interaction with provision tox.\n* Use github actions.\n* Update project setup.\n\n0.1 (2020-02-26)\n----------------\n\nInitial version.\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "Tox plugin which installs ipdb in tox environments.",
    "version": "1.0",
    "project_urls": {
        "Homepage": "https://github.com/CZ-NIC/tox-ipdb-plugin"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "094194cd0053be2cb6bfc16959404ce380b0abb469f2a51662a7a8e864e78b41",
                "md5": "8be3c335efe44f2547a4659267e101e1",
                "sha256": "5e0ac911555eb8acc42db0ca356afd1529019ba9782cb6c875d4478e15371d8d"
            },
            "downloads": -1,
            "filename": "tox_ipdb_plugin-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8be3c335efe44f2547a4659267e101e1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 15372,
            "upload_time": "2024-05-14T07:41:34",
            "upload_time_iso_8601": "2024-05-14T07:41:34.886844Z",
            "url": "https://files.pythonhosted.org/packages/09/41/94cd0053be2cb6bfc16959404ce380b0abb469f2a51662a7a8e864e78b41/tox_ipdb_plugin-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35fb4e99415ddef4e01dd58f318d1fd2292c2593fa5a8b84af15ffbb12625e2d",
                "md5": "b56100f57860c38c1eee83a973069bf5",
                "sha256": "75eb2e20c57fa64f77df8a9ccca8d1a5739d203f942f4fa7879a304dead8c012"
            },
            "downloads": -1,
            "filename": "tox_ipdb_plugin-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b56100f57860c38c1eee83a973069bf5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 15884,
            "upload_time": "2024-05-14T07:41:36",
            "upload_time_iso_8601": "2024-05-14T07:41:36.131008Z",
            "url": "https://files.pythonhosted.org/packages/35/fb/4e99415ddef4e01dd58f318d1fd2292c2593fa5a8b84af15ffbb12625e2d/tox_ipdb_plugin-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-14 07:41:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CZ-NIC",
    "github_project": "tox-ipdb-plugin",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "tox-ipdb-plugin"
}
        
Elapsed time: 0.33085s