Metadata-Version: 1.0
Name: r2pipe
Version: 0.8.0
Summary: Pipe interface for radare2
Home-page: http://rada.re
Author: pancake
Author-email: pancake@nopcode.org
License: MIT
Description: r2pipe for Python
        =================
        
        Interact with radare2 using the #!pipe command or in standalone scripts
        that communicate with local or remoate r2 via pipe, tcp or http.
        
        Usage example::
        
            $ python
            > import r2pipe
            > r2 = r2pipe.open("/bin/ls")
            > print(r2.cmd("pd 10"))
            > r2.quit()
        
Platform: UNKNOWN
