From e538e3d559f4336a15bb9f59e51bafc0200b83f6 Mon Sep 17 00:00:00 2001 From: fmhoeger Date: Thu, 1 Feb 2024 15:40:46 -0600 Subject: [PATCH] Rename directory 'archive' to 'Unmaintained' --- {archive => Unmaintained}/autopilot/README.md | 0 {archive => Unmaintained}/autopilot/__init__.py | 0 {archive => Unmaintained}/autopilot/autopilot.py | 0 {archive => Unmaintained}/autopilot/bech32.py | 0 .../autopilot/c-lightning-autopilot.py | 0 .../autopilot/lib_autopilot.py | 0 {archive => Unmaintained}/autopilot/pyproject.toml | 0 .../autopilot/test_autopilot.py | 0 {archive => Unmaintained}/backup/README.md | 0 {archive => Unmaintained}/backup/backend.py | 0 {archive => Unmaintained}/backup/backends.py | 0 {archive => Unmaintained}/backup/backup-cli | 0 {archive => Unmaintained}/backup/backup.py | 0 {archive => Unmaintained}/backup/filebackend.py | 0 {archive => Unmaintained}/backup/poetry.lock | 0 {archive => Unmaintained}/backup/protocol.py | 0 {archive => Unmaintained}/backup/pyproject.toml | 0 {archive => Unmaintained}/backup/remote.md | 0 {archive => Unmaintained}/backup/server.py | 0 {archive => Unmaintained}/backup/socketbackend.py | 0 {archive => Unmaintained}/backup/test_backup.py | 0 .../backup/tests/pre-4090-backup.dbak | Bin {archive => Unmaintained}/commando/README.md | 0 {archive => Unmaintained}/commando/commando.py | 0 {archive => Unmaintained}/commando/requirements.txt | 0 {archive => Unmaintained}/commando/test_commando.py | 0 {archive => Unmaintained}/donations/LICENSE | 0 {archive => Unmaintained}/donations/README.md | 0 {archive => Unmaintained}/donations/donations.py | 0 {archive => Unmaintained}/donations/poetry.lock | 0 {archive => Unmaintained}/donations/pyproject.toml | 0 .../donations/templates/donation.html | 0 .../donations/test_donations.py | 0 {archive => Unmaintained}/drain/README.md | 0 {archive => Unmaintained}/drain/__init__.py | 0 {archive => Unmaintained}/drain/clnutils.py | 0 {archive => Unmaintained}/drain/drain.py | 0 .../drain/requirements-dev.txt | 0 {archive => Unmaintained}/drain/requirements.txt | 0 {archive => Unmaintained}/drain/test_drain.py | 0 {archive => Unmaintained}/drain/utils.py | 0 {archive => Unmaintained}/helpme/Makefile | 0 {archive => Unmaintained}/helpme/README.md | 0 {archive => Unmaintained}/helpme/helpme.py | 0 .../helpme/requirements-dev.txt | 0 {archive => Unmaintained}/helpme/requirements.txt | 0 {archive => Unmaintained}/helpme/test_helpme.py | 0 {archive => Unmaintained}/historian/README.org | 0 {archive => Unmaintained}/historian/cli/backup.py | 0 {archive => Unmaintained}/historian/cli/common.py | 0 {archive => Unmaintained}/historian/cli/db.py | 0 {archive => Unmaintained}/historian/common.py | 0 {archive => Unmaintained}/historian/gossipd.py | 0 {archive => Unmaintained}/historian/historian-cli | 0 {archive => Unmaintained}/historian/historian.py | 0 {archive => Unmaintained}/historian/poetry.lock | 0 {archive => Unmaintained}/historian/pyproject.toml | 0 .../historian/test_historian.py | 0 {archive => Unmaintained}/paytest/README.org | 0 {archive => Unmaintained}/paytest/paytest.py | 0 {archive => Unmaintained}/paytest/poetry.lock | 0 {archive => Unmaintained}/paytest/requirements.txt | 0 {archive => Unmaintained}/paytest/test_paytest.py | 0 {archive => Unmaintained}/probe/README.md | 0 {archive => Unmaintained}/probe/probe.py | 0 {archive => Unmaintained}/probe/requirements.txt | 0 {archive => Unmaintained}/probe/test_probe.py | 0 {archive => Unmaintained}/prometheus/README.md | 0 {archive => Unmaintained}/prometheus/prometheus.py | 0 .../prometheus/requirements.txt | 0 .../prometheus/test_prometheus.py | 0 {archive => Unmaintained}/rebalance/README.md | 0 {archive => Unmaintained}/rebalance/clnutils.py | 0 {archive => Unmaintained}/rebalance/rebalance.py | 0 .../rebalance/requirements.txt | 0 .../rebalance/test_rebalance.py | 0 {archive => Unmaintained}/summary/README.md | 0 {archive => Unmaintained}/summary/__init__.py | 0 {archive => Unmaintained}/summary/requirements.txt | 0 {archive => Unmaintained}/summary/summary.py | 0 {archive => Unmaintained}/summary/summary_avail.py | 0 {archive => Unmaintained}/summary/test_summary.py | 0 82 files changed, 0 insertions(+), 0 deletions(-) rename {archive => Unmaintained}/autopilot/README.md (100%) rename {archive => Unmaintained}/autopilot/__init__.py (100%) rename {archive => Unmaintained}/autopilot/autopilot.py (100%) rename {archive => Unmaintained}/autopilot/bech32.py (100%) rename {archive => Unmaintained}/autopilot/c-lightning-autopilot.py (100%) rename {archive => Unmaintained}/autopilot/lib_autopilot.py (100%) rename {archive => Unmaintained}/autopilot/pyproject.toml (100%) rename {archive => Unmaintained}/autopilot/test_autopilot.py (100%) rename {archive => Unmaintained}/backup/README.md (100%) rename {archive => Unmaintained}/backup/backend.py (100%) rename {archive => Unmaintained}/backup/backends.py (100%) rename {archive => Unmaintained}/backup/backup-cli (100%) rename {archive => Unmaintained}/backup/backup.py (100%) rename {archive => Unmaintained}/backup/filebackend.py (100%) rename {archive => Unmaintained}/backup/poetry.lock (100%) rename {archive => Unmaintained}/backup/protocol.py (100%) rename {archive => Unmaintained}/backup/pyproject.toml (100%) rename {archive => Unmaintained}/backup/remote.md (100%) rename {archive => Unmaintained}/backup/server.py (100%) rename {archive => Unmaintained}/backup/socketbackend.py (100%) rename {archive => Unmaintained}/backup/test_backup.py (100%) rename {archive => Unmaintained}/backup/tests/pre-4090-backup.dbak (100%) rename {archive => Unmaintained}/commando/README.md (100%) rename {archive => Unmaintained}/commando/commando.py (100%) rename {archive => Unmaintained}/commando/requirements.txt (100%) rename {archive => Unmaintained}/commando/test_commando.py (100%) rename {archive => Unmaintained}/donations/LICENSE (100%) rename {archive => Unmaintained}/donations/README.md (100%) rename {archive => Unmaintained}/donations/donations.py (100%) rename {archive => Unmaintained}/donations/poetry.lock (100%) rename {archive => Unmaintained}/donations/pyproject.toml (100%) rename {archive => Unmaintained}/donations/templates/donation.html (100%) rename {archive => Unmaintained}/donations/test_donations.py (100%) rename {archive => Unmaintained}/drain/README.md (100%) rename {archive => Unmaintained}/drain/__init__.py (100%) rename {archive => Unmaintained}/drain/clnutils.py (100%) rename {archive => Unmaintained}/drain/drain.py (100%) rename {archive => Unmaintained}/drain/requirements-dev.txt (100%) rename {archive => Unmaintained}/drain/requirements.txt (100%) rename {archive => Unmaintained}/drain/test_drain.py (100%) rename {archive => Unmaintained}/drain/utils.py (100%) rename {archive => Unmaintained}/helpme/Makefile (100%) rename {archive => Unmaintained}/helpme/README.md (100%) rename {archive => Unmaintained}/helpme/helpme.py (100%) rename {archive => Unmaintained}/helpme/requirements-dev.txt (100%) rename {archive => Unmaintained}/helpme/requirements.txt (100%) rename {archive => Unmaintained}/helpme/test_helpme.py (100%) rename {archive => Unmaintained}/historian/README.org (100%) rename {archive => Unmaintained}/historian/cli/backup.py (100%) rename {archive => Unmaintained}/historian/cli/common.py (100%) rename {archive => Unmaintained}/historian/cli/db.py (100%) rename {archive => Unmaintained}/historian/common.py (100%) rename {archive => Unmaintained}/historian/gossipd.py (100%) rename {archive => Unmaintained}/historian/historian-cli (100%) rename {archive => Unmaintained}/historian/historian.py (100%) rename {archive => Unmaintained}/historian/poetry.lock (100%) rename {archive => Unmaintained}/historian/pyproject.toml (100%) rename {archive => Unmaintained}/historian/test_historian.py (100%) rename {archive => Unmaintained}/paytest/README.org (100%) rename {archive => Unmaintained}/paytest/paytest.py (100%) rename {archive => Unmaintained}/paytest/poetry.lock (100%) rename {archive => Unmaintained}/paytest/requirements.txt (100%) rename {archive => Unmaintained}/paytest/test_paytest.py (100%) rename {archive => Unmaintained}/probe/README.md (100%) rename {archive => Unmaintained}/probe/probe.py (100%) rename {archive => Unmaintained}/probe/requirements.txt (100%) rename {archive => Unmaintained}/probe/test_probe.py (100%) rename {archive => Unmaintained}/prometheus/README.md (100%) rename {archive => Unmaintained}/prometheus/prometheus.py (100%) rename {archive => Unmaintained}/prometheus/requirements.txt (100%) rename {archive => Unmaintained}/prometheus/test_prometheus.py (100%) rename {archive => Unmaintained}/rebalance/README.md (100%) rename {archive => Unmaintained}/rebalance/clnutils.py (100%) rename {archive => Unmaintained}/rebalance/rebalance.py (100%) rename {archive => Unmaintained}/rebalance/requirements.txt (100%) rename {archive => Unmaintained}/rebalance/test_rebalance.py (100%) rename {archive => Unmaintained}/summary/README.md (100%) rename {archive => Unmaintained}/summary/__init__.py (100%) rename {archive => Unmaintained}/summary/requirements.txt (100%) rename {archive => Unmaintained}/summary/summary.py (100%) rename {archive => Unmaintained}/summary/summary_avail.py (100%) rename {archive => Unmaintained}/summary/test_summary.py (100%) diff --git a/archive/autopilot/README.md b/Unmaintained/autopilot/README.md similarity index 100% rename from archive/autopilot/README.md rename to Unmaintained/autopilot/README.md diff --git a/archive/autopilot/__init__.py b/Unmaintained/autopilot/__init__.py similarity index 100% rename from archive/autopilot/__init__.py rename to Unmaintained/autopilot/__init__.py diff --git a/archive/autopilot/autopilot.py b/Unmaintained/autopilot/autopilot.py similarity index 100% rename from archive/autopilot/autopilot.py rename to Unmaintained/autopilot/autopilot.py diff --git a/archive/autopilot/bech32.py b/Unmaintained/autopilot/bech32.py similarity index 100% rename from archive/autopilot/bech32.py rename to Unmaintained/autopilot/bech32.py diff --git a/archive/autopilot/c-lightning-autopilot.py b/Unmaintained/autopilot/c-lightning-autopilot.py similarity index 100% rename from archive/autopilot/c-lightning-autopilot.py rename to Unmaintained/autopilot/c-lightning-autopilot.py diff --git a/archive/autopilot/lib_autopilot.py b/Unmaintained/autopilot/lib_autopilot.py similarity index 100% rename from archive/autopilot/lib_autopilot.py rename to Unmaintained/autopilot/lib_autopilot.py diff --git a/archive/autopilot/pyproject.toml b/Unmaintained/autopilot/pyproject.toml similarity index 100% rename from archive/autopilot/pyproject.toml rename to Unmaintained/autopilot/pyproject.toml diff --git a/archive/autopilot/test_autopilot.py b/Unmaintained/autopilot/test_autopilot.py similarity index 100% rename from archive/autopilot/test_autopilot.py rename to Unmaintained/autopilot/test_autopilot.py diff --git a/archive/backup/README.md b/Unmaintained/backup/README.md similarity index 100% rename from archive/backup/README.md rename to Unmaintained/backup/README.md diff --git a/archive/backup/backend.py b/Unmaintained/backup/backend.py similarity index 100% rename from archive/backup/backend.py rename to Unmaintained/backup/backend.py diff --git a/archive/backup/backends.py b/Unmaintained/backup/backends.py similarity index 100% rename from archive/backup/backends.py rename to Unmaintained/backup/backends.py diff --git a/archive/backup/backup-cli b/Unmaintained/backup/backup-cli similarity index 100% rename from archive/backup/backup-cli rename to Unmaintained/backup/backup-cli diff --git a/archive/backup/backup.py b/Unmaintained/backup/backup.py similarity index 100% rename from archive/backup/backup.py rename to Unmaintained/backup/backup.py diff --git a/archive/backup/filebackend.py b/Unmaintained/backup/filebackend.py similarity index 100% rename from archive/backup/filebackend.py rename to Unmaintained/backup/filebackend.py diff --git a/archive/backup/poetry.lock b/Unmaintained/backup/poetry.lock similarity index 100% rename from archive/backup/poetry.lock rename to Unmaintained/backup/poetry.lock diff --git a/archive/backup/protocol.py b/Unmaintained/backup/protocol.py similarity index 100% rename from archive/backup/protocol.py rename to Unmaintained/backup/protocol.py diff --git a/archive/backup/pyproject.toml b/Unmaintained/backup/pyproject.toml similarity index 100% rename from archive/backup/pyproject.toml rename to Unmaintained/backup/pyproject.toml diff --git a/archive/backup/remote.md b/Unmaintained/backup/remote.md similarity index 100% rename from archive/backup/remote.md rename to Unmaintained/backup/remote.md diff --git a/archive/backup/server.py b/Unmaintained/backup/server.py similarity index 100% rename from archive/backup/server.py rename to Unmaintained/backup/server.py diff --git a/archive/backup/socketbackend.py b/Unmaintained/backup/socketbackend.py similarity index 100% rename from archive/backup/socketbackend.py rename to Unmaintained/backup/socketbackend.py diff --git a/archive/backup/test_backup.py b/Unmaintained/backup/test_backup.py similarity index 100% rename from archive/backup/test_backup.py rename to Unmaintained/backup/test_backup.py diff --git a/archive/backup/tests/pre-4090-backup.dbak b/Unmaintained/backup/tests/pre-4090-backup.dbak similarity index 100% rename from archive/backup/tests/pre-4090-backup.dbak rename to Unmaintained/backup/tests/pre-4090-backup.dbak diff --git a/archive/commando/README.md b/Unmaintained/commando/README.md similarity index 100% rename from archive/commando/README.md rename to Unmaintained/commando/README.md diff --git a/archive/commando/commando.py b/Unmaintained/commando/commando.py similarity index 100% rename from archive/commando/commando.py rename to Unmaintained/commando/commando.py diff --git a/archive/commando/requirements.txt b/Unmaintained/commando/requirements.txt similarity index 100% rename from archive/commando/requirements.txt rename to Unmaintained/commando/requirements.txt diff --git a/archive/commando/test_commando.py b/Unmaintained/commando/test_commando.py similarity index 100% rename from archive/commando/test_commando.py rename to Unmaintained/commando/test_commando.py diff --git a/archive/donations/LICENSE b/Unmaintained/donations/LICENSE similarity index 100% rename from archive/donations/LICENSE rename to Unmaintained/donations/LICENSE diff --git a/archive/donations/README.md b/Unmaintained/donations/README.md similarity index 100% rename from archive/donations/README.md rename to Unmaintained/donations/README.md diff --git a/archive/donations/donations.py b/Unmaintained/donations/donations.py similarity index 100% rename from archive/donations/donations.py rename to Unmaintained/donations/donations.py diff --git a/archive/donations/poetry.lock b/Unmaintained/donations/poetry.lock similarity index 100% rename from archive/donations/poetry.lock rename to Unmaintained/donations/poetry.lock diff --git a/archive/donations/pyproject.toml b/Unmaintained/donations/pyproject.toml similarity index 100% rename from archive/donations/pyproject.toml rename to Unmaintained/donations/pyproject.toml diff --git a/archive/donations/templates/donation.html b/Unmaintained/donations/templates/donation.html similarity index 100% rename from archive/donations/templates/donation.html rename to Unmaintained/donations/templates/donation.html diff --git a/archive/donations/test_donations.py b/Unmaintained/donations/test_donations.py similarity index 100% rename from archive/donations/test_donations.py rename to Unmaintained/donations/test_donations.py diff --git a/archive/drain/README.md b/Unmaintained/drain/README.md similarity index 100% rename from archive/drain/README.md rename to Unmaintained/drain/README.md diff --git a/archive/drain/__init__.py b/Unmaintained/drain/__init__.py similarity index 100% rename from archive/drain/__init__.py rename to Unmaintained/drain/__init__.py diff --git a/archive/drain/clnutils.py b/Unmaintained/drain/clnutils.py similarity index 100% rename from archive/drain/clnutils.py rename to Unmaintained/drain/clnutils.py diff --git a/archive/drain/drain.py b/Unmaintained/drain/drain.py similarity index 100% rename from archive/drain/drain.py rename to Unmaintained/drain/drain.py diff --git a/archive/drain/requirements-dev.txt b/Unmaintained/drain/requirements-dev.txt similarity index 100% rename from archive/drain/requirements-dev.txt rename to Unmaintained/drain/requirements-dev.txt diff --git a/archive/drain/requirements.txt b/Unmaintained/drain/requirements.txt similarity index 100% rename from archive/drain/requirements.txt rename to Unmaintained/drain/requirements.txt diff --git a/archive/drain/test_drain.py b/Unmaintained/drain/test_drain.py similarity index 100% rename from archive/drain/test_drain.py rename to Unmaintained/drain/test_drain.py diff --git a/archive/drain/utils.py b/Unmaintained/drain/utils.py similarity index 100% rename from archive/drain/utils.py rename to Unmaintained/drain/utils.py diff --git a/archive/helpme/Makefile b/Unmaintained/helpme/Makefile similarity index 100% rename from archive/helpme/Makefile rename to Unmaintained/helpme/Makefile diff --git a/archive/helpme/README.md b/Unmaintained/helpme/README.md similarity index 100% rename from archive/helpme/README.md rename to Unmaintained/helpme/README.md diff --git a/archive/helpme/helpme.py b/Unmaintained/helpme/helpme.py similarity index 100% rename from archive/helpme/helpme.py rename to Unmaintained/helpme/helpme.py diff --git a/archive/helpme/requirements-dev.txt b/Unmaintained/helpme/requirements-dev.txt similarity index 100% rename from archive/helpme/requirements-dev.txt rename to Unmaintained/helpme/requirements-dev.txt diff --git a/archive/helpme/requirements.txt b/Unmaintained/helpme/requirements.txt similarity index 100% rename from archive/helpme/requirements.txt rename to Unmaintained/helpme/requirements.txt diff --git a/archive/helpme/test_helpme.py b/Unmaintained/helpme/test_helpme.py similarity index 100% rename from archive/helpme/test_helpme.py rename to Unmaintained/helpme/test_helpme.py diff --git a/archive/historian/README.org b/Unmaintained/historian/README.org similarity index 100% rename from archive/historian/README.org rename to Unmaintained/historian/README.org diff --git a/archive/historian/cli/backup.py b/Unmaintained/historian/cli/backup.py similarity index 100% rename from archive/historian/cli/backup.py rename to Unmaintained/historian/cli/backup.py diff --git a/archive/historian/cli/common.py b/Unmaintained/historian/cli/common.py similarity index 100% rename from archive/historian/cli/common.py rename to Unmaintained/historian/cli/common.py diff --git a/archive/historian/cli/db.py b/Unmaintained/historian/cli/db.py similarity index 100% rename from archive/historian/cli/db.py rename to Unmaintained/historian/cli/db.py diff --git a/archive/historian/common.py b/Unmaintained/historian/common.py similarity index 100% rename from archive/historian/common.py rename to Unmaintained/historian/common.py diff --git a/archive/historian/gossipd.py b/Unmaintained/historian/gossipd.py similarity index 100% rename from archive/historian/gossipd.py rename to Unmaintained/historian/gossipd.py diff --git a/archive/historian/historian-cli b/Unmaintained/historian/historian-cli similarity index 100% rename from archive/historian/historian-cli rename to Unmaintained/historian/historian-cli diff --git a/archive/historian/historian.py b/Unmaintained/historian/historian.py similarity index 100% rename from archive/historian/historian.py rename to Unmaintained/historian/historian.py diff --git a/archive/historian/poetry.lock b/Unmaintained/historian/poetry.lock similarity index 100% rename from archive/historian/poetry.lock rename to Unmaintained/historian/poetry.lock diff --git a/archive/historian/pyproject.toml b/Unmaintained/historian/pyproject.toml similarity index 100% rename from archive/historian/pyproject.toml rename to Unmaintained/historian/pyproject.toml diff --git a/archive/historian/test_historian.py b/Unmaintained/historian/test_historian.py similarity index 100% rename from archive/historian/test_historian.py rename to Unmaintained/historian/test_historian.py diff --git a/archive/paytest/README.org b/Unmaintained/paytest/README.org similarity index 100% rename from archive/paytest/README.org rename to Unmaintained/paytest/README.org diff --git a/archive/paytest/paytest.py b/Unmaintained/paytest/paytest.py similarity index 100% rename from archive/paytest/paytest.py rename to Unmaintained/paytest/paytest.py diff --git a/archive/paytest/poetry.lock b/Unmaintained/paytest/poetry.lock similarity index 100% rename from archive/paytest/poetry.lock rename to Unmaintained/paytest/poetry.lock diff --git a/archive/paytest/requirements.txt b/Unmaintained/paytest/requirements.txt similarity index 100% rename from archive/paytest/requirements.txt rename to Unmaintained/paytest/requirements.txt diff --git a/archive/paytest/test_paytest.py b/Unmaintained/paytest/test_paytest.py similarity index 100% rename from archive/paytest/test_paytest.py rename to Unmaintained/paytest/test_paytest.py diff --git a/archive/probe/README.md b/Unmaintained/probe/README.md similarity index 100% rename from archive/probe/README.md rename to Unmaintained/probe/README.md diff --git a/archive/probe/probe.py b/Unmaintained/probe/probe.py similarity index 100% rename from archive/probe/probe.py rename to Unmaintained/probe/probe.py diff --git a/archive/probe/requirements.txt b/Unmaintained/probe/requirements.txt similarity index 100% rename from archive/probe/requirements.txt rename to Unmaintained/probe/requirements.txt diff --git a/archive/probe/test_probe.py b/Unmaintained/probe/test_probe.py similarity index 100% rename from archive/probe/test_probe.py rename to Unmaintained/probe/test_probe.py diff --git a/archive/prometheus/README.md b/Unmaintained/prometheus/README.md similarity index 100% rename from archive/prometheus/README.md rename to Unmaintained/prometheus/README.md diff --git a/archive/prometheus/prometheus.py b/Unmaintained/prometheus/prometheus.py similarity index 100% rename from archive/prometheus/prometheus.py rename to Unmaintained/prometheus/prometheus.py diff --git a/archive/prometheus/requirements.txt b/Unmaintained/prometheus/requirements.txt similarity index 100% rename from archive/prometheus/requirements.txt rename to Unmaintained/prometheus/requirements.txt diff --git a/archive/prometheus/test_prometheus.py b/Unmaintained/prometheus/test_prometheus.py similarity index 100% rename from archive/prometheus/test_prometheus.py rename to Unmaintained/prometheus/test_prometheus.py diff --git a/archive/rebalance/README.md b/Unmaintained/rebalance/README.md similarity index 100% rename from archive/rebalance/README.md rename to Unmaintained/rebalance/README.md diff --git a/archive/rebalance/clnutils.py b/Unmaintained/rebalance/clnutils.py similarity index 100% rename from archive/rebalance/clnutils.py rename to Unmaintained/rebalance/clnutils.py diff --git a/archive/rebalance/rebalance.py b/Unmaintained/rebalance/rebalance.py similarity index 100% rename from archive/rebalance/rebalance.py rename to Unmaintained/rebalance/rebalance.py diff --git a/archive/rebalance/requirements.txt b/Unmaintained/rebalance/requirements.txt similarity index 100% rename from archive/rebalance/requirements.txt rename to Unmaintained/rebalance/requirements.txt diff --git a/archive/rebalance/test_rebalance.py b/Unmaintained/rebalance/test_rebalance.py similarity index 100% rename from archive/rebalance/test_rebalance.py rename to Unmaintained/rebalance/test_rebalance.py diff --git a/archive/summary/README.md b/Unmaintained/summary/README.md similarity index 100% rename from archive/summary/README.md rename to Unmaintained/summary/README.md diff --git a/archive/summary/__init__.py b/Unmaintained/summary/__init__.py similarity index 100% rename from archive/summary/__init__.py rename to Unmaintained/summary/__init__.py diff --git a/archive/summary/requirements.txt b/Unmaintained/summary/requirements.txt similarity index 100% rename from archive/summary/requirements.txt rename to Unmaintained/summary/requirements.txt diff --git a/archive/summary/summary.py b/Unmaintained/summary/summary.py similarity index 100% rename from archive/summary/summary.py rename to Unmaintained/summary/summary.py diff --git a/archive/summary/summary_avail.py b/Unmaintained/summary/summary_avail.py similarity index 100% rename from archive/summary/summary_avail.py rename to Unmaintained/summary/summary_avail.py diff --git a/archive/summary/test_summary.py b/Unmaintained/summary/test_summary.py similarity index 100% rename from archive/summary/test_summary.py rename to Unmaintained/summary/test_summary.py