Metadata-Version: 1.1
Name: reimport
Version: 1.4.1
Summary: deep reload for python modules
Home-page: https://bitbucket.org/petershinners/reimport
Author: Peter Shinners
Author-email: pete@shinners.org
License: MIT
Description: This module intends to be a full featured replacement for Python's
        reload function. It is targeted towards making a reload that works
        for Python plugins and extensions used by longer running applications.
Keywords: reload reimport
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
