Skip to content

Commit 39bc9a2

Browse files
committed
Simplify fastops: merge docker modules, remove orphaned .py files
- Merge core, compose, caddy, apps → docker.py (fastai-style, succinct) - Remove orphaned .py files with no notebook sources: proxy, detect, compliance, secrets, ship, aws, azure (wrong merge cleanup) - vps.py: simplify hcloud_auth, add packages/pip_pkgs to deploy() for dependency installs on provisioned VPS, use fastcore.listify - multipass.py: update import (core → docker), unchanged otherwise - __init__.py: import from docker, vps, cloudflare, multipass only - _modidx.py: updated to reflect new 4-module structure https://claude.ai/code/session_01KXBMZn7dJsfTdPS5fs7Ji5
1 parent 4d64887 commit 39bc9a2

16 files changed

Lines changed: 422 additions & 2394 deletions

fastops/__init__.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
__version__ = "0.0.2"
2-
from .core import *
2+
from .docker import *
33
from .vps import *
4-
from .compose import *
5-
from .apps import *
64
from .cloudflare import *
75
from .multipass import *
8-
from .caddy import *
9-
from .proxy import *
10-
from .detect import *
11-
from .compliance import *
12-
from .secrets import *
13-
from .ship import *

fastops/_modidx.py

Lines changed: 32 additions & 111 deletions
Large diffs are not rendered by default.

fastops/apps.py

Lines changed: 0 additions & 97 deletions
This file was deleted.

fastops/aws.py

Lines changed: 0 additions & 222 deletions
This file was deleted.

0 commit comments

Comments
 (0)