clearfront 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,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: clearfront
3
+ Version: 0.0.1
4
+ Summary: Open-source AI intelligence on your digital footprint. Placeholder release, the full tool ships shortly. See https://clearfront.sh
5
+ Project-URL: Homepage, https://clearfront.sh
6
+ Author: Scott Anderson
7
+ License-Expression: MIT
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # Clearfront
12
+
13
+ Open-source AI intelligence on your digital footprint.
14
+
15
+ This is a placeholder release reserving the package name. The full release ships shortly.
16
+
17
+ Website: [clearfront.sh](https://clearfront.sh)
@@ -0,0 +1,7 @@
1
+ # Clearfront
2
+
3
+ Open-source AI intelligence on your digital footprint.
4
+
5
+ This is a placeholder release reserving the package name. The full release ships shortly.
6
+
7
+ Website: [clearfront.sh](https://clearfront.sh)
@@ -0,0 +1,3 @@
1
+ """Clearfront placeholder release. The full tool ships shortly. See https://clearfront.sh."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,18 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "clearfront"
7
+ version = "0.0.1"
8
+ description = "Open-source AI intelligence on your digital footprint. Placeholder release, the full tool ships shortly. See https://clearfront.sh"
9
+ readme = "README.md"
10
+ license = "MIT"
11
+ requires-python = ">=3.9"
12
+ authors = [{ name = "Scott Anderson" }]
13
+
14
+ [project.urls]
15
+ Homepage = "https://clearfront.sh"
16
+
17
+ [tool.hatch.build.targets.wheel]
18
+ packages = ["clearfront"]