svest 0.0.1__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.
- svest-0.0.1/PKG-INFO +25 -0
- svest-0.0.1/README.md +11 -0
- svest-0.0.1/pyproject.toml +23 -0
- svest-0.0.1/setup.cfg +4 -0
- svest-0.0.1/svest.egg-info/PKG-INFO +25 -0
- svest-0.0.1/svest.egg-info/SOURCES.txt +6 -0
- svest-0.0.1/svest.egg-info/dependency_links.txt +1 -0
- svest-0.0.1/svest.egg-info/top_level.txt +1 -0
svest-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: svest
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Namespace stub — see svest-unmark for the development package.
|
|
5
|
+
Author-email: ShadowStrike <r@strategos.au>
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Source, https://github.com/ShadowStrike-CTF/svest-unmark
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Requires-Python: >=3.11
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
|
|
15
|
+
# svest
|
|
16
|
+
|
|
17
|
+
Namespace stub for the Svest package family.
|
|
18
|
+
|
|
19
|
+
For the development package, see [svest-unmark](https://pypi.org/project/svest-unmark/).
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
© 2026 Strategos. All rights reserved.
|
|
24
|
+
ShadowStrike × Pumpkin 🎃
|
|
25
|
+
Aut Viam Inveniam Aut Faciam
|
svest-0.0.1/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# svest
|
|
2
|
+
|
|
3
|
+
Namespace stub for the Svest package family.
|
|
4
|
+
|
|
5
|
+
For the development package, see [svest-unmark](https://pypi.org/project/svest-unmark/).
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
© 2026 Strategos. All rights reserved.
|
|
10
|
+
ShadowStrike × Pumpkin 🎃
|
|
11
|
+
Aut Viam Inveniam Aut Faciam
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "svest"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Namespace stub — see svest-unmark for the development package."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
license = {text = "MIT"}
|
|
11
|
+
authors = [
|
|
12
|
+
{name = "ShadowStrike", email = "r@strategos.au"}
|
|
13
|
+
]
|
|
14
|
+
requires-python = ">=3.11"
|
|
15
|
+
classifiers = [
|
|
16
|
+
"Development Status :: 1 - Planning",
|
|
17
|
+
"Programming Language :: Python :: 3",
|
|
18
|
+
"License :: OSI Approved :: MIT License",
|
|
19
|
+
"Operating System :: OS Independent",
|
|
20
|
+
]
|
|
21
|
+
|
|
22
|
+
[project.urls]
|
|
23
|
+
"Source" = "https://github.com/ShadowStrike-CTF/svest-unmark"
|
svest-0.0.1/setup.cfg
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: svest
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Namespace stub — see svest-unmark for the development package.
|
|
5
|
+
Author-email: ShadowStrike <r@strategos.au>
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Source, https://github.com/ShadowStrike-CTF/svest-unmark
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Requires-Python: >=3.11
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
|
|
15
|
+
# svest
|
|
16
|
+
|
|
17
|
+
Namespace stub for the Svest package family.
|
|
18
|
+
|
|
19
|
+
For the development package, see [svest-unmark](https://pypi.org/project/svest-unmark/).
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
© 2026 Strategos. All rights reserved.
|
|
24
|
+
ShadowStrike × Pumpkin 🎃
|
|
25
|
+
Aut Viam Inveniam Aut Faciam
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|