Metadata-Version: 2.1
Name: tox-ipdb-plugin
Version: 0.1
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+
Description: 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.
        
Platform: UNKNOWN
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Testing
Requires-Python: ~=3.5
Provides-Extra: quality
