Metadata-Version: 2.1
Name: tox-ipdb-plugin
Version: 0.3
Summary: Tox plugin which installs ipdb in tox environments.
Home-page: https://github.com/CZ-NIC/tox-ipdb-plugin
Author: Vlastimil Zíma
Author-email: vlastimil.zima@nic.cz
License: GPLv3+
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Plugins
Classifier: Framework :: tox
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Testing
Requires-Python: ~=3.7
Provides-Extra: quality
License-File: LICENSE

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:

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.
