tangled
alpha
login
or
join now
kaygeebee25.bsky.social
/
turing-complete-yaml
I hate nix so turing complete yaml it is!
1
fork
atom
overview
issues
pulls
pipelines
moving and initing python
@kaygb.me
3 months ago
59c7dc2e
1e32c4f7
options
unified
split
Changed files
+15
.python-version
README.md
main.py
pyproject.toml
+1
.python-version
···
1
1
+
3.13
+1
README.md
···
1
1
# Turing Complete YAML
2
2
+
2
3
(name in progress)
3
4
4
5

+6
main.py
···
1
1
+
def main():
2
2
+
print("Hello from turing-complete-yaml!")
3
3
+
4
4
+
5
5
+
if __name__ == "__main__":
6
6
+
main()
+7
pyproject.toml
···
1
1
+
[project]
2
2
+
name = "turing-complete-yaml"
3
3
+
version = "0.1.0"
4
4
+
description = "Add your description here"
5
5
+
readme = "README.md"
6
6
+
requires-python = ">=3.13"
7
7
+
dependencies = []