glean-osint 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,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: glean-osint
3
+ Version: 0.0.1
4
+ Summary: Glean — OSINT synthesis: unify open-source recon tools into one provenance-tracked, LLM-prioritised intelligence report.
5
+ Author: Yulan Galagoda
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/yulangalagoda/glean
8
+ Keywords: osint,reconnaissance,threat-intelligence,security
9
+ Requires-Python: >=3.10
10
+ Description-Content-Type: text/markdown
11
+
12
+ echo "# Glean
13
+
14
+ OSINT synthesis tool — unifies open-source reconnaissance tools into a single, provenance-tracked, LLM-prioritised intelligence report. Under active development." > README.md
@@ -0,0 +1,3 @@
1
+ echo "# Glean
2
+
3
+ OSINT synthesis tool — unifies open-source reconnaissance tools into a single, provenance-tracked, LLM-prioritised intelligence report. Under active development." > README.md
@@ -0,0 +1 @@
1
+ __version-- = "0.0.1"
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: glean-osint
3
+ Version: 0.0.1
4
+ Summary: Glean — OSINT synthesis: unify open-source recon tools into one provenance-tracked, LLM-prioritised intelligence report.
5
+ Author: Yulan Galagoda
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/yulangalagoda/glean
8
+ Keywords: osint,reconnaissance,threat-intelligence,security
9
+ Requires-Python: >=3.10
10
+ Description-Content-Type: text/markdown
11
+
12
+ echo "# Glean
13
+
14
+ OSINT synthesis tool — unifies open-source reconnaissance tools into a single, provenance-tracked, LLM-prioritised intelligence report. Under active development." > README.md
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ glean_osint/__init__.py
4
+ glean_osint.egg-info/PKG-INFO
5
+ glean_osint.egg-info/SOURCES.txt
6
+ glean_osint.egg-info/dependency_links.txt
7
+ glean_osint.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ glean_osint
@@ -0,0 +1,16 @@
1
+ [project]
2
+ name = "glean-osint"
3
+ version = "0.0.1"
4
+ description = "Glean — OSINT synthesis: unify open-source recon tools into one provenance-tracked, LLM-prioritised intelligence report."
5
+ readme = "README.md"
6
+ requires-python = ">=3.10"
7
+ license = { text = "MIT" }
8
+ authors = [{ name = "Yulan Galagoda" }]
9
+ keywords = ["osint", "reconnaissance", "threat-intelligence", "security"]
10
+
11
+ [project.urls]
12
+ Homepage = "https://github.com/yulangalagoda/glean"
13
+
14
+ [build-system]
15
+ requires = ["setuptools>=68"]
16
+ build-backend = "setuptools.build_meta"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+