initial commit

This commit is contained in:
2026-04-11 16:18:57 +02:00
commit c8bb21cc20
6 changed files with 24 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
.venv
.vscode
+1
View File
@@ -0,0 +1 @@
3.14
View File
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from stapler!")
if __name__ == "__main__":
main()
+7
View File
@@ -0,0 +1,7 @@
[project]
name = "stapler"
version = "0.1.0"
description = "Static pages as simple as a gzip file"
readme = "README.md"
requires-python = ">=3.14"
dependencies = []
Generated
+8
View File
@@ -0,0 +1,8 @@
version = 1
revision = 3
requires-python = ">=3.14"
[[package]]
name = "staple"
version = "0.1.0"
source = { virtual = "." }