feat: architecture, some problems to solve before the machine can step

This commit is contained in:
2026-07-10 08:52:52 +03:00
commit 6e6c390c02
8 changed files with 188 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
[build-system]
requires = ["hatchling >= 1.26"]
build-backend = "hatchling.build"
[project]
name = "snanosm"
version = "0.0.1"
authors = [
{ name="Studiosi", email="hello@nobodyownsthisdomain.org" },
]
description = "A pure python small state machine library"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Development Status :: 2 - Pre-Alpha",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Libraries",
"Typing :: Typed"
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
[project.urls]
Homepage = "https://github.com/pypa/sampleproject"
Issues = "https://github.com/pypa/sampleproject/issues"