cybrscan 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.
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: cybrscan
3
+ Version: 0.0.1
4
+ Summary: cybrSCAN -- AI-powered code security scanner. Coming soon.
5
+ Author: Manuel
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/cybrscan
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Topic :: Security
13
+ Classifier: Topic :: Software Development :: Quality Assurance
14
+ Requires-Python: >=3.8
15
+ Description-Content-Type: text/markdown
16
+
17
+ # cybrSCAN
18
+
19
+ AI-powered code security scanner.
20
+
21
+ This package is under active development and is not yet available for use. The name has been reserved on PyPI.
22
+
23
+ Stay tuned for updates.
@@ -0,0 +1,7 @@
1
+ # cybrSCAN
2
+
3
+ AI-powered code security scanner.
4
+
5
+ This package is under active development and is not yet available for use. The name has been reserved on PyPI.
6
+
7
+ Stay tuned for updates.
@@ -0,0 +1,25 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "cybrscan"
7
+ version = "0.0.1"
8
+ description = "cybrSCAN -- AI-powered code security scanner. Coming soon."
9
+ readme = "README.md"
10
+ license = {text = "MIT"}
11
+ requires-python = ">=3.8"
12
+ authors = [
13
+ {name = "Manuel"},
14
+ ]
15
+ classifiers = [
16
+ "Development Status :: 1 - Planning",
17
+ "Intended Audience :: Developers",
18
+ "License :: OSI Approved :: MIT License",
19
+ "Programming Language :: Python :: 3",
20
+ "Topic :: Security",
21
+ "Topic :: Software Development :: Quality Assurance",
22
+ ]
23
+
24
+ [project.urls]
25
+ Homepage = "https://github.com/cybrscan"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,7 @@
1
+ """cybrSCAN -- AI-powered code security scanner.
2
+
3
+ This package is under active development and is not yet available for use.
4
+ Visit https://github.com/cybrscan for updates.
5
+ """
6
+
7
+ __version__ = "0.0.1"
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: cybrscan
3
+ Version: 0.0.1
4
+ Summary: cybrSCAN -- AI-powered code security scanner. Coming soon.
5
+ Author: Manuel
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/cybrscan
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Topic :: Security
13
+ Classifier: Topic :: Software Development :: Quality Assurance
14
+ Requires-Python: >=3.8
15
+ Description-Content-Type: text/markdown
16
+
17
+ # cybrSCAN
18
+
19
+ AI-powered code security scanner.
20
+
21
+ This package is under active development and is not yet available for use. The name has been reserved on PyPI.
22
+
23
+ Stay tuned for updates.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/cybrscan/__init__.py
4
+ src/cybrscan.egg-info/PKG-INFO
5
+ src/cybrscan.egg-info/SOURCES.txt
6
+ src/cybrscan.egg-info/dependency_links.txt
7
+ src/cybrscan.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ cybrscan