Commit 12e090f0 authored by Luke Macken's avatar Luke Macken

Prep for 2.0 and expose more of our core API

parent 0bb20190
from inject import CodeInjector from inject import CodeInjector
from inspect import ObjectInspector from inspect import ObjectInspector
from ipc import PyrasiteIPC
from reverse import ReverseConnection, ReversePythonConnection
__version__ = '1.1' __version__ = '1.99'
__all__ = ('CodeInjector', 'ObjectInspector') __all__ = ('CodeInjector', 'ObjectInspector', 'PyrasiteIPC',
'ReverseConnection', 'ReversePythonConnection')
__license__ = """\ __license__ = """\
pyrasite is free software: you can redistribute it and/or modify pyrasite is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment