Metadata-Version: 1.1
Name: mrhooker
Version: 0.1
Summary: MrHooker is a command-line tool for hooking function calls in Cython,
using LD_PRELOAD. Hooks are written in `Cython <http://cython.org>`_ (a dialect
of Python), and compiled on the fly. MrHooker will take care of setting up the
environment, initializing Python in the child process, and cleaning up
afterwards.
Home-page: http://github.com/axw/mrhooker
Author: Andrew Wilkins
Author-email: axwalk@gmail.com
License: UNKNOWN
Description: UNKNOWN
Platform: linux
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Cython
Classifier: Topic :: Utilities
Requires: cython
