PyMemoryEditor 1.0.2__tar.gz → 1.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {PyMemoryEditor-1.0.2 → PyMemoryEditor-1.0.3}/PKG-INFO +3 -2
- {PyMemoryEditor-1.0.2 → PyMemoryEditor-1.0.3}/PyMemoryEditor/__init__.py +1 -1
- {PyMemoryEditor-1.0.2 → PyMemoryEditor-1.0.3}/PyMemoryEditor.egg-info/PKG-INFO +3 -2
- {PyMemoryEditor-1.0.2 → PyMemoryEditor-1.0.3}/README.md +2 -1
- {PyMemoryEditor-1.0.2 → PyMemoryEditor-1.0.3}/LICENSE +0 -0
- {PyMemoryEditor-1.0.2 → PyMemoryEditor-1.0.3}/PyMemoryEditor/process/__init__.py +0 -0
- {PyMemoryEditor-1.0.2 → PyMemoryEditor-1.0.3}/PyMemoryEditor/process/errors.py +0 -0
- {PyMemoryEditor-1.0.2 → PyMemoryEditor-1.0.3}/PyMemoryEditor/process/util.py +0 -0
- {PyMemoryEditor-1.0.2 → PyMemoryEditor-1.0.3}/PyMemoryEditor/win32/constants.py +0 -0
- {PyMemoryEditor-1.0.2 → PyMemoryEditor-1.0.3}/PyMemoryEditor/win32/functions.py +0 -0
- {PyMemoryEditor-1.0.2 → PyMemoryEditor-1.0.3}/PyMemoryEditor/win32/util.py +0 -0
- {PyMemoryEditor-1.0.2 → PyMemoryEditor-1.0.3}/PyMemoryEditor.egg-info/SOURCES.txt +0 -0
- {PyMemoryEditor-1.0.2 → PyMemoryEditor-1.0.3}/PyMemoryEditor.egg-info/dependency_links.txt +0 -0
- {PyMemoryEditor-1.0.2 → PyMemoryEditor-1.0.3}/PyMemoryEditor.egg-info/requires.txt +0 -0
- {PyMemoryEditor-1.0.2 → PyMemoryEditor-1.0.3}/PyMemoryEditor.egg-info/top_level.txt +0 -0
- {PyMemoryEditor-1.0.2 → PyMemoryEditor-1.0.3}/setup.cfg +0 -0
- {PyMemoryEditor-1.0.2 → PyMemoryEditor-1.0.3}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: PyMemoryEditor
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: Process memory reader and writer.
|
|
5
5
|
Home-page: https://github.com/JeanExtreme002/PyMemoryEditor
|
|
6
6
|
Author: Jean Loui Bernard Silva de Jesus
|
|
@@ -25,7 +25,8 @@ reading and writing values in the process memory.
|
|
|
25
25
|
[](https://github.com/JeanExtreme002/PyMemoryEditor/actions/workflows/python-package.yml)
|
|
26
26
|
[](https://pypi.org/project/PyMemoryEditor/)
|
|
27
27
|
[](https://pypi.org/project/PyMemoryEditor/)
|
|
28
|
-
[](https://pypi.org/project/PyMemoryEditor/)
|
|
28
|
+
[](https://pypi.org/project/PyMemoryEditor/)
|
|
29
|
+
[](https://pypi.org/project/PyMemoryEditor/)
|
|
29
30
|
|
|
30
31
|
# Installing PyMemoryEditor:
|
|
31
32
|
```
|
|
@@ -6,7 +6,7 @@ reading and writing values in the process memory.
|
|
|
6
6
|
"""
|
|
7
7
|
|
|
8
8
|
__author__ = "Jean Loui Bernard Silva de Jesus"
|
|
9
|
-
__version__ = "1.0.
|
|
9
|
+
__version__ = "1.0.3"
|
|
10
10
|
|
|
11
11
|
from .process import Process
|
|
12
12
|
from .win32.constants import PROCESS_ALL_ACCESS, PROCESS_VM_OPERATION, PROCESS_VM_READ, PROCESS_VM_WRITE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: PyMemoryEditor
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: Process memory reader and writer.
|
|
5
5
|
Home-page: https://github.com/JeanExtreme002/PyMemoryEditor
|
|
6
6
|
Author: Jean Loui Bernard Silva de Jesus
|
|
@@ -25,7 +25,8 @@ reading and writing values in the process memory.
|
|
|
25
25
|
[](https://github.com/JeanExtreme002/PyMemoryEditor/actions/workflows/python-package.yml)
|
|
26
26
|
[](https://pypi.org/project/PyMemoryEditor/)
|
|
27
27
|
[](https://pypi.org/project/PyMemoryEditor/)
|
|
28
|
-
[](https://pypi.org/project/PyMemoryEditor/)
|
|
28
|
+
[](https://pypi.org/project/PyMemoryEditor/)
|
|
29
|
+
[](https://pypi.org/project/PyMemoryEditor/)
|
|
29
30
|
|
|
30
31
|
# Installing PyMemoryEditor:
|
|
31
32
|
```
|
|
@@ -6,7 +6,8 @@ reading and writing values in the process memory.
|
|
|
6
6
|
[](https://github.com/JeanExtreme002/PyMemoryEditor/actions/workflows/python-package.yml)
|
|
7
7
|
[](https://pypi.org/project/PyMemoryEditor/)
|
|
8
8
|
[](https://pypi.org/project/PyMemoryEditor/)
|
|
9
|
-
[](https://pypi.org/project/PyMemoryEditor/)
|
|
9
|
+
[](https://pypi.org/project/PyMemoryEditor/)
|
|
10
|
+
[](https://pypi.org/project/PyMemoryEditor/)
|
|
10
11
|
|
|
11
12
|
# Installing PyMemoryEditor:
|
|
12
13
|
```
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|