dokaz 1.0.0__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.
dokaz-1.0.0/LICENCE ADDED
@@ -0,0 +1,7 @@
1
+ Copyright (c) 2026 Strategos. All rights reserved.
2
+
3
+ This software and associated documentation files are proprietary and confidential.
4
+ Unauthorised copying, distribution, modification, or use of this software, in whole
5
+ or in part, is strictly prohibited without the express written permission of Strategos.
6
+
7
+ For licensing enquiries: r@strategos.au
dokaz-1.0.0/PKG-INFO ADDED
@@ -0,0 +1,48 @@
1
+ Metadata-Version: 2.4
2
+ Name: dokaz
3
+ Version: 1.0.0
4
+ Summary: Namespace placeholder. Active package: dokaz-evidence
5
+ Author-email: Strategos <r@strategos.au>
6
+ License: Proprietary
7
+ Project-URL: Homepage, https://strategos.au
8
+ Project-URL: Source, https://github.com/ShadowStrike-CTF/dokaz
9
+ Keywords: forensics,digital-forensics,evidence
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Other Audience
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Operating System :: Microsoft :: Windows
15
+ Requires-Python: >=3.11
16
+ Description-Content-Type: text/markdown
17
+ License-File: LICENCE
18
+ Dynamic: license-file
19
+
20
+ # dokaz
21
+
22
+ > **Namespace placeholder.**
23
+ > This package exists to reserve the `dokaz` name on PyPI.
24
+ > It is not installable or usable.
25
+
26
+ ---
27
+
28
+ ## Active package
29
+
30
+ Install the active development package instead:
31
+
32
+ ```
33
+ pip install dokaz-evidence
34
+ ```
35
+
36
+ ---
37
+
38
+ ## About Dokaz
39
+
40
+ Forensic evidence tool for Windows. Developed by Strategos.
41
+ Namespace reserved.
42
+
43
+ Developed by [Strategos](https://strategos.au).
44
+
45
+ ---
46
+
47
+ *© 2026 Strategos. All rights reserved.*
48
+ *Aut Viam Inveniam Aut Faciam*
dokaz-1.0.0/README.md ADDED
@@ -0,0 +1,29 @@
1
+ # dokaz
2
+
3
+ > **Namespace placeholder.**
4
+ > This package exists to reserve the `dokaz` name on PyPI.
5
+ > It is not installable or usable.
6
+
7
+ ---
8
+
9
+ ## Active package
10
+
11
+ Install the active development package instead:
12
+
13
+ ```
14
+ pip install dokaz-evidence
15
+ ```
16
+
17
+ ---
18
+
19
+ ## About Dokaz
20
+
21
+ Forensic evidence tool for Windows. Developed by Strategos.
22
+ Namespace reserved.
23
+
24
+ Developed by [Strategos](https://strategos.au).
25
+
26
+ ---
27
+
28
+ *© 2026 Strategos. All rights reserved.*
29
+ *Aut Viam Inveniam Aut Faciam*
@@ -0,0 +1,48 @@
1
+ Metadata-Version: 2.4
2
+ Name: dokaz
3
+ Version: 1.0.0
4
+ Summary: Namespace placeholder. Active package: dokaz-evidence
5
+ Author-email: Strategos <r@strategos.au>
6
+ License: Proprietary
7
+ Project-URL: Homepage, https://strategos.au
8
+ Project-URL: Source, https://github.com/ShadowStrike-CTF/dokaz
9
+ Keywords: forensics,digital-forensics,evidence
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Other Audience
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Operating System :: Microsoft :: Windows
15
+ Requires-Python: >=3.11
16
+ Description-Content-Type: text/markdown
17
+ License-File: LICENCE
18
+ Dynamic: license-file
19
+
20
+ # dokaz
21
+
22
+ > **Namespace placeholder.**
23
+ > This package exists to reserve the `dokaz` name on PyPI.
24
+ > It is not installable or usable.
25
+
26
+ ---
27
+
28
+ ## Active package
29
+
30
+ Install the active development package instead:
31
+
32
+ ```
33
+ pip install dokaz-evidence
34
+ ```
35
+
36
+ ---
37
+
38
+ ## About Dokaz
39
+
40
+ Forensic evidence tool for Windows. Developed by Strategos.
41
+ Namespace reserved.
42
+
43
+ Developed by [Strategos](https://strategos.au).
44
+
45
+ ---
46
+
47
+ *© 2026 Strategos. All rights reserved.*
48
+ *Aut Viam Inveniam Aut Faciam*
@@ -0,0 +1,7 @@
1
+ LICENCE
2
+ README.md
3
+ pyproject.toml
4
+ dokaz.egg-info/PKG-INFO
5
+ dokaz.egg-info/SOURCES.txt
6
+ dokaz.egg-info/dependency_links.txt
7
+ dokaz.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,26 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "dokaz"
7
+ version = "1.0.0"
8
+ description = "Namespace placeholder. Active package: dokaz-evidence"
9
+ readme = "README.md"
10
+ license = {text = "Proprietary"}
11
+ authors = [
12
+ {name = "Strategos", email = "r@strategos.au"}
13
+ ]
14
+ requires-python = ">=3.11"
15
+ keywords = ["forensics", "digital-forensics", "evidence"]
16
+ classifiers = [
17
+ "Development Status :: 1 - Planning",
18
+ "Intended Audience :: Other Audience",
19
+ "Programming Language :: Python :: 3",
20
+ "Programming Language :: Python :: 3.11",
21
+ "Operating System :: Microsoft :: Windows",
22
+ ]
23
+
24
+ [project.urls]
25
+ Homepage = "https://strategos.au"
26
+ Source = "https://github.com/ShadowStrike-CTF/dokaz"
dokaz-1.0.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+