pechat 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.
pechat-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
pechat-1.0.0/PKG-INFO ADDED
@@ -0,0 +1,48 @@
1
+ Metadata-Version: 2.4
2
+ Name: pechat
3
+ Version: 1.0.0
4
+ Summary: Namespace placeholder. Active package: pechat-verify
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/pechat
9
+ Keywords: forensics,digital-forensics,evidence,hash,verification
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
+ # pechat
21
+
22
+ > **Namespace placeholder.**
23
+ > This package exists to reserve the `pechat` 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 pechat-verify
34
+ ```
35
+
36
+ ---
37
+
38
+ ## About Pechat
39
+
40
+ Forensic hash verification and evidence sealing tool for Windows.
41
+ Produces s.147 Evidence Act 1995 (Cth) compliant verification certificates.
42
+
43
+ Developed by [Strategos](https://strategos.au).
44
+
45
+ ---
46
+
47
+ *© 2026 Strategos. All rights reserved.*
48
+ *Aut Viam Inveniam Aut Faciam*
pechat-1.0.0/README.md ADDED
@@ -0,0 +1,29 @@
1
+ # pechat
2
+
3
+ > **Namespace placeholder.**
4
+ > This package exists to reserve the `pechat` 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 pechat-verify
15
+ ```
16
+
17
+ ---
18
+
19
+ ## About Pechat
20
+
21
+ Forensic hash verification and evidence sealing tool for Windows.
22
+ Produces s.147 Evidence Act 1995 (Cth) compliant verification certificates.
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: pechat
3
+ Version: 1.0.0
4
+ Summary: Namespace placeholder. Active package: pechat-verify
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/pechat
9
+ Keywords: forensics,digital-forensics,evidence,hash,verification
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
+ # pechat
21
+
22
+ > **Namespace placeholder.**
23
+ > This package exists to reserve the `pechat` 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 pechat-verify
34
+ ```
35
+
36
+ ---
37
+
38
+ ## About Pechat
39
+
40
+ Forensic hash verification and evidence sealing tool for Windows.
41
+ Produces s.147 Evidence Act 1995 (Cth) compliant verification certificates.
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
+ pechat.egg-info/PKG-INFO
5
+ pechat.egg-info/SOURCES.txt
6
+ pechat.egg-info/dependency_links.txt
7
+ pechat.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 = "pechat"
7
+ version = "1.0.0"
8
+ description = "Namespace placeholder. Active package: pechat-verify"
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", "hash", "verification"]
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/pechat"
pechat-1.0.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+