Add sub-projects
This commit is contained in:
0
packages/sshecret-sshd/README.md
Normal file
0
packages/sshecret-sshd/README.md
Normal file
17
packages/sshecret-sshd/pyproject.toml
Normal file
17
packages/sshecret-sshd/pyproject.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[project]
|
||||
name = "sshecret-sshd"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "Allan Eising", email = "allan@eising.dk" }
|
||||
]
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"asyncssh>=2.20.0",
|
||||
"httpx>=0.28.1",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
2
packages/sshecret-sshd/src/sshecret_sshd/__init__.py
Normal file
2
packages/sshecret-sshd/src/sshecret_sshd/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
def hello() -> str:
|
||||
return "Hello from sshecret-sshd!"
|
||||
0
packages/sshecret-sshd/src/sshecret_sshd/py.typed
Normal file
0
packages/sshecret-sshd/src/sshecret_sshd/py.typed
Normal file
Reference in New Issue
Block a user