prenos 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.
- prenos-1.0.0/PKG-INFO +48 -0
- prenos-1.0.0/README.md +31 -0
- prenos-1.0.0/prenos.egg-info/PKG-INFO +48 -0
- prenos-1.0.0/prenos.egg-info/SOURCES.txt +6 -0
- prenos-1.0.0/prenos.egg-info/dependency_links.txt +1 -0
- prenos-1.0.0/prenos.egg-info/top_level.txt +1 -0
- prenos-1.0.0/pyproject.toml +26 -0
- prenos-1.0.0/setup.cfg +4 -0
prenos-1.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: prenos
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: Namespace placeholder. Active package: prenos-transfer
|
|
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/prenos
|
|
9
|
+
Keywords: forensics,digital-forensics,evidence,file-transfer,chain-of-custody
|
|
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
|
+
|
|
18
|
+
# prenos
|
|
19
|
+
|
|
20
|
+
> **Namespace placeholder.**
|
|
21
|
+
> This package exists to reserve the `prenos` name on PyPI.
|
|
22
|
+
> It is not installable or usable.
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Active package
|
|
27
|
+
|
|
28
|
+
Install the active development package instead:
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
pip install prenos-transfer
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## About Prenos
|
|
37
|
+
|
|
38
|
+
Prenos is a forensic file transfer tool for Windows.
|
|
39
|
+
It preserves T1/T2/T3 timestamps across the transfer pipeline
|
|
40
|
+
and produces a court-ready chain of custody report.
|
|
41
|
+
Designed to close the gap left by TeraCopy's timestamp handling.
|
|
42
|
+
|
|
43
|
+
Developed by [Strategos](https://strategos.au).
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
*© 2026 Strategos. All rights reserved.*
|
|
48
|
+
*Aut Viam Inveniam Aut Faciam*
|
prenos-1.0.0/README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# prenos
|
|
2
|
+
|
|
3
|
+
> **Namespace placeholder.**
|
|
4
|
+
> This package exists to reserve the `prenos` 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 prenos-transfer
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## About Prenos
|
|
20
|
+
|
|
21
|
+
Prenos is a forensic file transfer tool for Windows.
|
|
22
|
+
It preserves T1/T2/T3 timestamps across the transfer pipeline
|
|
23
|
+
and produces a court-ready chain of custody report.
|
|
24
|
+
Designed to close the gap left by TeraCopy's timestamp handling.
|
|
25
|
+
|
|
26
|
+
Developed by [Strategos](https://strategos.au).
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
*© 2026 Strategos. All rights reserved.*
|
|
31
|
+
*Aut Viam Inveniam Aut Faciam*
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: prenos
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: Namespace placeholder. Active package: prenos-transfer
|
|
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/prenos
|
|
9
|
+
Keywords: forensics,digital-forensics,evidence,file-transfer,chain-of-custody
|
|
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
|
+
|
|
18
|
+
# prenos
|
|
19
|
+
|
|
20
|
+
> **Namespace placeholder.**
|
|
21
|
+
> This package exists to reserve the `prenos` name on PyPI.
|
|
22
|
+
> It is not installable or usable.
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Active package
|
|
27
|
+
|
|
28
|
+
Install the active development package instead:
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
pip install prenos-transfer
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## About Prenos
|
|
37
|
+
|
|
38
|
+
Prenos is a forensic file transfer tool for Windows.
|
|
39
|
+
It preserves T1/T2/T3 timestamps across the transfer pipeline
|
|
40
|
+
and produces a court-ready chain of custody report.
|
|
41
|
+
Designed to close the gap left by TeraCopy's timestamp handling.
|
|
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 @@
|
|
|
1
|
+
|
|
@@ -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 = "prenos"
|
|
7
|
+
version = "1.0.0"
|
|
8
|
+
description = "Namespace placeholder. Active package: prenos-transfer"
|
|
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", "file-transfer", "chain-of-custody"]
|
|
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/prenos"
|
prenos-1.0.0/setup.cfg
ADDED