dissect.ole 3.4.dev1__tar.gz → 3.5.dev1__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.
- {dissect.ole-3.4.dev1/dissect.ole.egg-info → dissect.ole-3.5.dev1}/PKG-INFO +9 -3
- {dissect.ole-3.4.dev1 → dissect.ole-3.5.dev1}/README.md +8 -2
- {dissect.ole-3.4.dev1 → dissect.ole-3.5.dev1/dissect.ole.egg-info}/PKG-INFO +9 -3
- {dissect.ole-3.4.dev1 → dissect.ole-3.5.dev1}/COPYRIGHT +0 -0
- {dissect.ole-3.4.dev1 → dissect.ole-3.5.dev1}/LICENSE +0 -0
- {dissect.ole-3.4.dev1 → dissect.ole-3.5.dev1}/MANIFEST.in +0 -0
- {dissect.ole-3.4.dev1 → dissect.ole-3.5.dev1}/dissect/ole/__init__.py +0 -0
- {dissect.ole-3.4.dev1 → dissect.ole-3.5.dev1}/dissect/ole/c_ole.py +0 -0
- {dissect.ole-3.4.dev1 → dissect.ole-3.5.dev1}/dissect/ole/exceptions.py +0 -0
- {dissect.ole-3.4.dev1 → dissect.ole-3.5.dev1}/dissect/ole/ole.py +0 -0
- {dissect.ole-3.4.dev1 → dissect.ole-3.5.dev1}/dissect.ole.egg-info/SOURCES.txt +0 -0
- {dissect.ole-3.4.dev1 → dissect.ole-3.5.dev1}/dissect.ole.egg-info/dependency_links.txt +0 -0
- {dissect.ole-3.4.dev1 → dissect.ole-3.5.dev1}/dissect.ole.egg-info/requires.txt +0 -0
- {dissect.ole-3.4.dev1 → dissect.ole-3.5.dev1}/dissect.ole.egg-info/top_level.txt +0 -0
- {dissect.ole-3.4.dev1 → dissect.ole-3.5.dev1}/pyproject.toml +0 -0
- {dissect.ole-3.4.dev1 → dissect.ole-3.5.dev1}/setup.cfg +0 -0
- {dissect.ole-3.4.dev1 → dissect.ole-3.5.dev1}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dissect.ole
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.5.dev1
|
|
4
4
|
Summary: A Dissect module implementing a parser for the Object Linking & Embedding (OLE) format, commonly used by document editors on Windows operating systems
|
|
5
5
|
Author-email: Dissect Team <dissect@fox-it.com>
|
|
6
6
|
License: Affero General Public License v3
|
|
@@ -19,6 +19,12 @@ A Dissect module implementing a parser for the Object Linking & Embedding (OLE)
|
|
|
19
19
|
editors on Windows operating systems. For more information, please see [the
|
|
20
20
|
documentation](https://docs.dissect.tools/en/latest/projects/dissect.ole/index.html).
|
|
21
21
|
|
|
22
|
+
## Requirements
|
|
23
|
+
|
|
24
|
+
This project is part of the Dissect framework and requires Python.
|
|
25
|
+
|
|
26
|
+
Information on the supported Python versions can be found in the Getting Started section of [the documentation](https://docs.dissect.tools/en/latest/index.html#getting-started).
|
|
27
|
+
|
|
22
28
|
## Installation
|
|
23
29
|
|
|
24
30
|
`dissect.ole` is available on [PyPI](https://pypi.org/project/dissect.ole/).
|
|
@@ -48,12 +54,12 @@ tox
|
|
|
48
54
|
```
|
|
49
55
|
|
|
50
56
|
For a more elaborate explanation on how to build and test the project, please see [the
|
|
51
|
-
documentation](https://docs.dissect.tools/en/latest/contributing/
|
|
57
|
+
documentation](https://docs.dissect.tools/en/latest/contributing/tooling.html).
|
|
52
58
|
|
|
53
59
|
## Contributing
|
|
54
60
|
|
|
55
61
|
The Dissect project encourages any contribution to the codebase. To make your contribution fit into the project, please
|
|
56
|
-
refer to [the
|
|
62
|
+
refer to [the development guide](https://docs.dissect.tools/en/latest/contributing/developing.html).
|
|
57
63
|
|
|
58
64
|
## Copyright and license
|
|
59
65
|
|
|
@@ -4,6 +4,12 @@ A Dissect module implementing a parser for the Object Linking & Embedding (OLE)
|
|
|
4
4
|
editors on Windows operating systems. For more information, please see [the
|
|
5
5
|
documentation](https://docs.dissect.tools/en/latest/projects/dissect.ole/index.html).
|
|
6
6
|
|
|
7
|
+
## Requirements
|
|
8
|
+
|
|
9
|
+
This project is part of the Dissect framework and requires Python.
|
|
10
|
+
|
|
11
|
+
Information on the supported Python versions can be found in the Getting Started section of [the documentation](https://docs.dissect.tools/en/latest/index.html#getting-started).
|
|
12
|
+
|
|
7
13
|
## Installation
|
|
8
14
|
|
|
9
15
|
`dissect.ole` is available on [PyPI](https://pypi.org/project/dissect.ole/).
|
|
@@ -33,12 +39,12 @@ tox
|
|
|
33
39
|
```
|
|
34
40
|
|
|
35
41
|
For a more elaborate explanation on how to build and test the project, please see [the
|
|
36
|
-
documentation](https://docs.dissect.tools/en/latest/contributing/
|
|
42
|
+
documentation](https://docs.dissect.tools/en/latest/contributing/tooling.html).
|
|
37
43
|
|
|
38
44
|
## Contributing
|
|
39
45
|
|
|
40
46
|
The Dissect project encourages any contribution to the codebase. To make your contribution fit into the project, please
|
|
41
|
-
refer to [the
|
|
47
|
+
refer to [the development guide](https://docs.dissect.tools/en/latest/contributing/developing.html).
|
|
42
48
|
|
|
43
49
|
## Copyright and license
|
|
44
50
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dissect.ole
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.5.dev1
|
|
4
4
|
Summary: A Dissect module implementing a parser for the Object Linking & Embedding (OLE) format, commonly used by document editors on Windows operating systems
|
|
5
5
|
Author-email: Dissect Team <dissect@fox-it.com>
|
|
6
6
|
License: Affero General Public License v3
|
|
@@ -19,6 +19,12 @@ A Dissect module implementing a parser for the Object Linking & Embedding (OLE)
|
|
|
19
19
|
editors on Windows operating systems. For more information, please see [the
|
|
20
20
|
documentation](https://docs.dissect.tools/en/latest/projects/dissect.ole/index.html).
|
|
21
21
|
|
|
22
|
+
## Requirements
|
|
23
|
+
|
|
24
|
+
This project is part of the Dissect framework and requires Python.
|
|
25
|
+
|
|
26
|
+
Information on the supported Python versions can be found in the Getting Started section of [the documentation](https://docs.dissect.tools/en/latest/index.html#getting-started).
|
|
27
|
+
|
|
22
28
|
## Installation
|
|
23
29
|
|
|
24
30
|
`dissect.ole` is available on [PyPI](https://pypi.org/project/dissect.ole/).
|
|
@@ -48,12 +54,12 @@ tox
|
|
|
48
54
|
```
|
|
49
55
|
|
|
50
56
|
For a more elaborate explanation on how to build and test the project, please see [the
|
|
51
|
-
documentation](https://docs.dissect.tools/en/latest/contributing/
|
|
57
|
+
documentation](https://docs.dissect.tools/en/latest/contributing/tooling.html).
|
|
52
58
|
|
|
53
59
|
## Contributing
|
|
54
60
|
|
|
55
61
|
The Dissect project encourages any contribution to the codebase. To make your contribution fit into the project, please
|
|
56
|
-
refer to [the
|
|
62
|
+
refer to [the development guide](https://docs.dissect.tools/en/latest/contributing/developing.html).
|
|
57
63
|
|
|
58
64
|
## Copyright and license
|
|
59
65
|
|
|
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
|
|
File without changes
|