nickym 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.
@@ -0,0 +1,8 @@
1
+ Copyright 2026 Strategos. All rights reserved.
2
+
3
+ This software and its source code are proprietary and confidential.
4
+ Unauthorised copying, distribution, modification, or use of this
5
+ software, in whole or in part, is strictly prohibited without the
6
+ express written permission of Strategos.
7
+
8
+ For licensing enquiries: r@strategos.au
nickym-1.0.0/PKG-INFO ADDED
@@ -0,0 +1,39 @@
1
+ Metadata-Version: 2.4
2
+ Name: nickym
3
+ Version: 1.0.0
4
+ Summary: nickyM — forensic-native transfer engine for the Strategos Suite (namespace stub)
5
+ Author-email: Strategos <r@strategos.au>
6
+ License: Proprietary
7
+ Project-URL: Homepage, https://strategos.au
8
+ Project-URL: Source Code, https://github.com/ShadowStrike-CTF/nickyM
9
+ Keywords: forensics,transfer,chain-of-custody,strategos
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Other Audience
12
+ Classifier: License :: Other/Proprietary License
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Requires-Python: >=3.11
16
+ Description-Content-Type: text/markdown
17
+ License-File: LICENCE.txt
18
+ Dynamic: license-file
19
+
20
+ # nickyM
21
+
22
+ Forensic-native transfer engine for the [Strategos Suite](https://strategos.au).
23
+
24
+ nickyM provides a manifest-driven, chain-of-custody-aware file transfer
25
+ pipeline with T1/T2/T3 timestamp architecture and court-defensible
26
+ certificate output.
27
+
28
+ **Part of the Strategos Suite — developed by Strategos.**
29
+
30
+ ## Status
31
+
32
+ Under active development. Not yet available for public use.
33
+
34
+ For enquiries: r@strategos.au
35
+
36
+ ---
37
+
38
+ © 2026 Strategos. All rights reserved.
39
+ *Aut Viam Inveniam Aut Faciam*
nickym-1.0.0/README.md ADDED
@@ -0,0 +1,20 @@
1
+ # nickyM
2
+
3
+ Forensic-native transfer engine for the [Strategos Suite](https://strategos.au).
4
+
5
+ nickyM provides a manifest-driven, chain-of-custody-aware file transfer
6
+ pipeline with T1/T2/T3 timestamp architecture and court-defensible
7
+ certificate output.
8
+
9
+ **Part of the Strategos Suite — developed by Strategos.**
10
+
11
+ ## Status
12
+
13
+ Under active development. Not yet available for public use.
14
+
15
+ For enquiries: r@strategos.au
16
+
17
+ ---
18
+
19
+ © 2026 Strategos. All rights reserved.
20
+ *Aut Viam Inveniam Aut Faciam*
@@ -0,0 +1,39 @@
1
+ Metadata-Version: 2.4
2
+ Name: nickym
3
+ Version: 1.0.0
4
+ Summary: nickyM — forensic-native transfer engine for the Strategos Suite (namespace stub)
5
+ Author-email: Strategos <r@strategos.au>
6
+ License: Proprietary
7
+ Project-URL: Homepage, https://strategos.au
8
+ Project-URL: Source Code, https://github.com/ShadowStrike-CTF/nickyM
9
+ Keywords: forensics,transfer,chain-of-custody,strategos
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Other Audience
12
+ Classifier: License :: Other/Proprietary License
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Requires-Python: >=3.11
16
+ Description-Content-Type: text/markdown
17
+ License-File: LICENCE.txt
18
+ Dynamic: license-file
19
+
20
+ # nickyM
21
+
22
+ Forensic-native transfer engine for the [Strategos Suite](https://strategos.au).
23
+
24
+ nickyM provides a manifest-driven, chain-of-custody-aware file transfer
25
+ pipeline with T1/T2/T3 timestamp architecture and court-defensible
26
+ certificate output.
27
+
28
+ **Part of the Strategos Suite — developed by Strategos.**
29
+
30
+ ## Status
31
+
32
+ Under active development. Not yet available for public use.
33
+
34
+ For enquiries: r@strategos.au
35
+
36
+ ---
37
+
38
+ © 2026 Strategos. All rights reserved.
39
+ *Aut Viam Inveniam Aut Faciam*
@@ -0,0 +1,7 @@
1
+ LICENCE.txt
2
+ README.md
3
+ pyproject.toml
4
+ nickym.egg-info/PKG-INFO
5
+ nickym.egg-info/SOURCES.txt
6
+ nickym.egg-info/dependency_links.txt
7
+ nickym.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,20 @@
1
+ [project]
2
+ name = "nickym"
3
+ version = "1.0.0"
4
+ description = "nickyM — forensic-native transfer engine for the Strategos Suite (namespace stub)"
5
+ readme = "README.md"
6
+ license = {text = "Proprietary"}
7
+ authors = [{name = "Strategos", email = "r@strategos.au"}]
8
+ keywords = ["forensics", "transfer", "chain-of-custody", "strategos"]
9
+ classifiers = [
10
+ "Development Status :: 1 - Planning",
11
+ "Intended Audience :: Other Audience",
12
+ "License :: Other/Proprietary License",
13
+ "Programming Language :: Python :: 3",
14
+ "Programming Language :: Python :: 3.11",
15
+ ]
16
+ requires-python = ">=3.11"
17
+
18
+ [project.urls]
19
+ Homepage = "https://strategos.au"
20
+ "Source Code" = "https://github.com/ShadowStrike-CTF/nickyM"
nickym-1.0.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+