repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| [project] |
| #2 | name = "my-api" |
| #3 | version = "0.1.0" |
| #4 | description = "FastAPI server" |
| #5 | readme = "README.md" |
| #6 | requires-python = ">=3.11" |
| #7 | dependencies = [ |
| #8 | "fastapi>=0.110.0", |
| #9 | "httpx>=0.27.0", |
| #10 | "uvicorn[standard]>=0.29.0", |
| #11 | ] |
| #12 |
| #13 | [project.optional-dependencies] |
| #14 | dev = [ |
| #15 | "pytest>=8.0.0", |
| #16 | ] |
| #17 |
| #18 | [build-system] |
| #19 | requires = ["hatchling"] |
| #20 | build-backend = "hatchling.build" |
| #21 |
| #22 | [tool.hatch.build.targets.wheel] |
| #23 | packages = ["src/local_places"] |
| #24 |
| #25 | [tool.pytest.ini_options] |
| #26 | addopts = "-q" |
| #27 | testpaths = ["tests"] |
| #28 |