dissect.cstruct 4.0.dev5__tar.gz → 4.0.dev6__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_cstruct-4.0.dev5/dissect.cstruct.egg-info → dissect_cstruct-4.0.dev6}/PKG-INFO +1 -1
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6/dissect.cstruct.egg-info}/PKG-INFO +1 -1
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tox.ini +5 -4
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/COPYRIGHT +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/LICENSE +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/MANIFEST.in +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/README.md +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/__init__.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/bitbuffer.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/compiler.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/cstruct.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/exceptions.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/expression.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/parser.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/types/__init__.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/types/base.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/types/char.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/types/enum.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/types/flag.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/types/int.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/types/leb128.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/types/packed.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/types/pointer.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/types/structure.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/types/void.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/types/wchar.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect/cstruct/utils.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect.cstruct.egg-info/SOURCES.txt +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect.cstruct.egg-info/dependency_links.txt +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect.cstruct.egg-info/top_level.txt +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/examples/disk.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/examples/mirai.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/examples/pe.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/examples/protobuf.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/examples/secdesc.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/pyproject.toml +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/setup.cfg +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/__init__.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/conftest.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/data/testdef.txt +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/docs/Makefile +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/docs/conf.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/docs/index.rst +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_align.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_basic.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_bitbuffer.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_bitfield.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_compiler.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_ctypes.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_expression.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_parser.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_types_base.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_types_char.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_types_custom.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_types_enum.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_types_flag.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_types_int.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_types_leb128.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_types_packed.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_types_pointer.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_types_structure.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_types_union.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_types_void.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_types_wchar.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/test_utils.py +0 -0
- {dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/tests/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dissect.cstruct
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.dev6
|
|
4
4
|
Summary: A Dissect module implementing a parser for C-like structures: structure parsing in Python made easy
|
|
5
5
|
Author-email: Dissect Team <dissect@fox-it.com>
|
|
6
6
|
License: Apache License 2.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dissect.cstruct
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.dev6
|
|
4
4
|
Summary: A Dissect module implementing a parser for C-like structures: structure parsing in Python made easy
|
|
5
5
|
Author-email: Dissect Team <dissect@fox-it.com>
|
|
6
6
|
License: Apache License 2.0
|
|
@@ -5,10 +5,11 @@ envlist = lint, py3, pypy3
|
|
|
5
5
|
# locally installed tox to have a minimum version 3.3.0. This means the names
|
|
6
6
|
# of the configuration options are still according to the tox 3.x syntax.
|
|
7
7
|
minversion = 4.4.3
|
|
8
|
-
# This version of virtualenv will install setuptools version
|
|
9
|
-
#
|
|
10
|
-
# pyproject.toml file (PEP-517/PEP-518/PEP-621)
|
|
11
|
-
|
|
8
|
+
# This version of virtualenv will install setuptools version 68.2.2 and pip
|
|
9
|
+
# 23.3.1. These versions fully support python projects defined only through a
|
|
10
|
+
# pyproject.toml file (PEP-517/PEP-518/PEP-621). This pip version also support
|
|
11
|
+
# the proper version resolving with (sub-)dependencies defining dev extra's.
|
|
12
|
+
requires = virtualenv>=20.24.6
|
|
12
13
|
|
|
13
14
|
[testenv]
|
|
14
15
|
deps =
|
|
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
|
|
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
|
{dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect.cstruct.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{dissect_cstruct-4.0.dev5 → dissect_cstruct-4.0.dev6}/dissect.cstruct.egg-info/top_level.txt
RENAMED
|
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
|
|
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
|
|
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
|