forked from log2timeline/dfwinreg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e4ce36
commit b01c75a
Showing
9 changed files
with
31 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dfwinreg (20240113-1) unstable; urgency=low | ||
dfwinreg (20240128-1) unstable; urgency=low | ||
|
||
* Auto-generated | ||
|
||
-- Log2Timeline maintainers <[email protected]> Sat, 13 Jan 2024 10:06:41 +0100 | ||
-- Log2Timeline maintainers <[email protected]> Sun, 28 Jan 2024 13:09:20 +0100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# -*- coding: utf-8 -*- | ||
"""Digital Forensics Windows Registry (dfWinReg). | ||
dfWinReg, or Digital Forensics Windows Registry, is a Python module | ||
that provides read-only access to Windows Registry objects. | ||
dfWinReg, or Digital Forensics Windows Registry, is a Python module that | ||
provides read-only access to Windows Registry objects. | ||
""" | ||
|
||
__version__ = '20240113' | ||
__version__ = '20240128' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
[build-system] | ||
requires = ["setuptools", "wheel"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[tool.docformatter] | ||
black = false | ||
non-cap = ["dfDateTime", "dfImageTools", "dfVFS", "dfWinReg"] | ||
non-strict = false | ||
wrap-summaries = 80 | ||
wrap-descriptions = 80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters