Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyrasite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
pyrasite
Commits
12e090f0
Commit
12e090f0
authored
Feb 13, 2012
by
Luke Macken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prep for 2.0 and expose more of our core API
parent
0bb20190
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
pyrasite/__init__.py
pyrasite/__init__.py
+5
-2
No files found.
pyrasite/__init__.py
View file @
12e090f0
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment