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
3a981689
Commit
3a981689
authored
Mar 13, 2012
by
Luke Macken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some readme updates, and mark as 2.0beta2
parent
36cbc75c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
README.rst
README.rst
+5
-1
pyrasite/__init__.py
pyrasite/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
README.rst
View file @
3a981689
...
...
@@ -3,7 +3,11 @@ pyrasite
.. split here
Injects code into a running Python process.
Pyrasite lets you to inject arbitrary code into an unaltered running Python
process.
It also contains a graphical interface that makes it easy to monitor and
introspect running processes.
Requirements
~~~~~~~~~~~~
...
...
pyrasite/__init__.py
View file @
3a981689
...
...
@@ -3,7 +3,7 @@ from .inspect import ObjectInspector
from
.ipc
import
PyrasiteIPC
from
.reverse
import
ReverseConnection
,
ReversePythonConnection
__version__
=
'2.0beta'
__version__
=
'2.0beta
2
'
__all__
=
(
'CodeInjector'
,
'ObjectInspector'
,
'PyrasiteIPC'
,
'ReverseConnection'
,
'ReversePythonConnection'
)
__license__
=
"""
\
...
...
setup.py
View file @
3a981689
from
setuptools
import
setup
,
find_packages
version
=
'2.0beta'
version
=
'2.0beta
2
'
f
=
open
(
'README.rst'
)
long_description
=
f
.
read
().
split
(
'split here'
)[
1
]
...
...
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