-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpyproject.toml
More file actions
74 lines (69 loc) · 1.95 KB
/
Copy pathpyproject.toml
File metadata and controls
74 lines (69 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[project]
name = "Storm-Framework"
org = [
{name = "StormWorld0", email = "StormWorld0@proton.me"}
]
version = "3.12"
authors = [
{name = "エルジー", email = "elzyproot@protonmail.com"}
]
description = "Just a Storm Framework. All-in-one Pentest tool."
readme = "README.md"
requires-python = ">=3.13"
license = {text = "GPL-3.0"}
classifiers = [
"License :: OSI Approved :: GPL License",
"Operating System :: OS Independent",
"Natural Language :: English",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX",
"Operating System :: POSIX :: BSD",
"Operating System :: POSIX :: Linux",
'Operating System :: Microsoft :: Windows',
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Golang",
"Programming Language :: Rust",
"Programming Language :: Bash",
"Programming Language :: PowerShell"
]
keywords=["hacktoberfest", "tool-suite", "offsec", "readteam"]
[project.urls]
homepage = "https://github.com/StormWorld0/storm-framework"
documentation = "https://github.com/StormWorld0/storm-framework/tree/main/docs/storm-framework.wiki"
source = "https://github.com/StormWorld0/storm-framework"
issues = "https://github.com/StormWorld0/storm-framework/issues"
discussion = "https://github.com/orgs/StormWorld0/discussions"
[tool.black]
line-length = 90
target-version = ['py313']
exclude = '''
/(
\.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
| .*/vendor/.*
| example/
| docs/
)/
'''
[tool.pyrefly]
search_path = ["."]
[tool.pyright]
executionEnvironments = [
{ root = "." }
]
[tool.mypy]
mypy_path = "."