sill 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.
sill-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: sill
3
+ Version: 0.0.1
4
+ Summary: Sill — a local-first desk cockpit for people who build things. First release coming soon.
5
+ License: MIT
6
+ Requires-Python: >=3.12
7
+ Description-Content-Type: text/markdown
8
+
9
+ # Sill
10
+
11
+ **Every tab you keep open, without keeping it open.**
12
+
13
+ A local-first desk cockpit for people who build things: repos and goals,
14
+ notes and reminders, your Obsidian knowledge graph, research feeds, AI/ML
15
+ intelligence, and an e-ink twin — one calm surface, no cloud, no accounts.
16
+
17
+ This name is reserved for the upcoming first release. Watch
18
+ https://github.com/LvcidPsyche/sill
sill-0.0.1/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # Sill
2
+
3
+ **Every tab you keep open, without keeping it open.**
4
+
5
+ A local-first desk cockpit for people who build things: repos and goals,
6
+ notes and reminders, your Obsidian knowledge graph, research feeds, AI/ML
7
+ intelligence, and an e-ink twin — one calm surface, no cloud, no accounts.
8
+
9
+ This name is reserved for the upcoming first release. Watch
10
+ https://github.com/LvcidPsyche/sill
@@ -0,0 +1,14 @@
1
+ [project]
2
+ name = "sill"
3
+ version = "0.0.1"
4
+ description = "Sill — a local-first desk cockpit for people who build things. First release coming soon."
5
+ readme = "README.md"
6
+ requires-python = ">=3.12"
7
+ license = { text = "MIT" }
8
+
9
+ [build-system]
10
+ requires = ["setuptools>=68"]
11
+ build-backend = "setuptools.build_meta"
12
+
13
+ [tool.setuptools.packages.find]
14
+ include = ["sill*"]
sill-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,3 @@
1
+ """Sill — local-first desk cockpit. Placeholder release; v0.5+ is the real one."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: sill
3
+ Version: 0.0.1
4
+ Summary: Sill — a local-first desk cockpit for people who build things. First release coming soon.
5
+ License: MIT
6
+ Requires-Python: >=3.12
7
+ Description-Content-Type: text/markdown
8
+
9
+ # Sill
10
+
11
+ **Every tab you keep open, without keeping it open.**
12
+
13
+ A local-first desk cockpit for people who build things: repos and goals,
14
+ notes and reminders, your Obsidian knowledge graph, research feeds, AI/ML
15
+ intelligence, and an e-ink twin — one calm surface, no cloud, no accounts.
16
+
17
+ This name is reserved for the upcoming first release. Watch
18
+ https://github.com/LvcidPsyche/sill
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ sill/__init__.py
4
+ sill.egg-info/PKG-INFO
5
+ sill.egg-info/SOURCES.txt
6
+ sill.egg-info/dependency_links.txt
7
+ sill.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ sill