Metadata-Version: 1.1
Name: pyrasite
Version: 2.0
Summary: Inject code into a running Python process
Home-page: http://pyrasite.com
Author: Luke Macken
Author-email: lmacken@redhat.com
License: GPLv3
Description: 
        
        Tools for injecting arbitrary code into running Python processes.
        
        :homepage: http://pyrasite.com
        :documentation: http://pyrasite.rtfd.org
        :download: http://pypi.python.org/pypi/pyrasite
        :source: http://github.com/lmacken/pyrasite
        :screenshots: http://readthedocs.org/docs/pyrasite/en/latest/GUI.html
        :mailing list: https://fedorahosted.org/mailman/listinfo/pyrasite
        :jenkins: http://ci.csh.rit.edu/view/Pyrasite
        :irc: #pyrasite on Freenode
        
        Requirements
        ~~~~~~~~~~~~
        
         * `gdb <https://www.gnu.org/s/gdb>`_ (version 7.3+ (or RHEL5+))
        
        Compatiblity
        ~~~~~~~~~~~~
        
        Pyrasite works with Python 2.4 and newer. Injection works between versions
        as well, so you can run Pyrasite under Python 3 and inject into 2, and
        vice versa.
        
        pyrasite-gui
        ~~~~~~~~~~~~
        
        The graphical interface can be found here: https://github.com/lmacken/pyrasite-gui
        
        .. image:: http://lewk.org/img/pyrasite/pyrasite-info-thumb.png
        
        Authors
        ~~~~~~~
        
        Created by `Luke Macken <http://twitter.com/lmacken>`_ with the help of
        `David Malcolm <http://dmalcolm.livejournal.com>`_ and many other
        `contributors <https://github.com/lmacken/pyrasite/contributors>`_.
        
        License
        ~~~~~~~
        
        .. image:: https://www.gnu.org/graphics/gplv3-127x51.png
           :target: https://www.gnu.org/licenses/gpl.txt
        
Keywords: debugging injection runtime
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Software Development :: Debuggers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
