From e2db336dce4f654fee2c73b8e12f0970a0468ef4 Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Tue, 23 Jul 2024 09:15:03 +0200 Subject: [PATCH] Reorganize repos --- hsapi-client/LICENSE => LICENSE | 0 hsapi-client/README.md => README.md | 0 hsapi-client/TODO.md => TODO.md | 0 hsapi-client/headscale.openapi.json => headscale.openapi.json | 0 {hsapi-client/hsapi_client => hsapi_client}/__init__.py | 0 {hsapi-client/hsapi_client => hsapi_client}/apikeys.py | 0 {hsapi-client/hsapi_client => hsapi_client}/config.py | 0 {hsapi-client/hsapi_client => hsapi_client}/model.py | 0 {hsapi-client/hsapi_client => hsapi_client}/nodes.py | 0 {hsapi-client/hsapi_client => hsapi_client}/preauthkeys.py | 0 {hsapi-client/hsapi_client => hsapi_client}/routes.py | 0 {hsapi-client/hsapi_client => hsapi_client}/schemas.py | 0 {hsapi-client/hsapi_client => hsapi_client}/users.py | 0 hsapi-client/poetry.lock => poetry.lock | 0 hsapi-client/pyproject.toml => pyproject.toml | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename hsapi-client/LICENSE => LICENSE (100%) rename hsapi-client/README.md => README.md (100%) rename hsapi-client/TODO.md => TODO.md (100%) rename hsapi-client/headscale.openapi.json => headscale.openapi.json (100%) rename {hsapi-client/hsapi_client => hsapi_client}/__init__.py (100%) rename {hsapi-client/hsapi_client => hsapi_client}/apikeys.py (100%) rename {hsapi-client/hsapi_client => hsapi_client}/config.py (100%) rename {hsapi-client/hsapi_client => hsapi_client}/model.py (100%) rename {hsapi-client/hsapi_client => hsapi_client}/nodes.py (100%) rename {hsapi-client/hsapi_client => hsapi_client}/preauthkeys.py (100%) rename {hsapi-client/hsapi_client => hsapi_client}/routes.py (100%) rename {hsapi-client/hsapi_client => hsapi_client}/schemas.py (100%) rename {hsapi-client/hsapi_client => hsapi_client}/users.py (100%) rename hsapi-client/poetry.lock => poetry.lock (100%) rename hsapi-client/pyproject.toml => pyproject.toml (100%) diff --git a/hsapi-client/LICENSE b/LICENSE similarity index 100% rename from hsapi-client/LICENSE rename to LICENSE diff --git a/hsapi-client/README.md b/README.md similarity index 100% rename from hsapi-client/README.md rename to README.md diff --git a/hsapi-client/TODO.md b/TODO.md similarity index 100% rename from hsapi-client/TODO.md rename to TODO.md diff --git a/hsapi-client/headscale.openapi.json b/headscale.openapi.json similarity index 100% rename from hsapi-client/headscale.openapi.json rename to headscale.openapi.json diff --git a/hsapi-client/hsapi_client/__init__.py b/hsapi_client/__init__.py similarity index 100% rename from hsapi-client/hsapi_client/__init__.py rename to hsapi_client/__init__.py diff --git a/hsapi-client/hsapi_client/apikeys.py b/hsapi_client/apikeys.py similarity index 100% rename from hsapi-client/hsapi_client/apikeys.py rename to hsapi_client/apikeys.py diff --git a/hsapi-client/hsapi_client/config.py b/hsapi_client/config.py similarity index 100% rename from hsapi-client/hsapi_client/config.py rename to hsapi_client/config.py diff --git a/hsapi-client/hsapi_client/model.py b/hsapi_client/model.py similarity index 100% rename from hsapi-client/hsapi_client/model.py rename to hsapi_client/model.py diff --git a/hsapi-client/hsapi_client/nodes.py b/hsapi_client/nodes.py similarity index 100% rename from hsapi-client/hsapi_client/nodes.py rename to hsapi_client/nodes.py diff --git a/hsapi-client/hsapi_client/preauthkeys.py b/hsapi_client/preauthkeys.py similarity index 100% rename from hsapi-client/hsapi_client/preauthkeys.py rename to hsapi_client/preauthkeys.py diff --git a/hsapi-client/hsapi_client/routes.py b/hsapi_client/routes.py similarity index 100% rename from hsapi-client/hsapi_client/routes.py rename to hsapi_client/routes.py diff --git a/hsapi-client/hsapi_client/schemas.py b/hsapi_client/schemas.py similarity index 100% rename from hsapi-client/hsapi_client/schemas.py rename to hsapi_client/schemas.py diff --git a/hsapi-client/hsapi_client/users.py b/hsapi_client/users.py similarity index 100% rename from hsapi-client/hsapi_client/users.py rename to hsapi_client/users.py diff --git a/hsapi-client/poetry.lock b/poetry.lock similarity index 100% rename from hsapi-client/poetry.lock rename to poetry.lock diff --git a/hsapi-client/pyproject.toml b/pyproject.toml similarity index 100% rename from hsapi-client/pyproject.toml rename to pyproject.toml