├── .github └── workflows │ └── convert.yml ├── .gitignore ├── README.md ├── convert.py └── requirements.txt /.github/workflows/convert.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingcraft/speed-backup/HEAD/.github/workflows/convert.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingcraft/speed-backup/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingcraft/speed-backup/HEAD/README.md -------------------------------------------------------------------------------- /convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingcraft/speed-backup/HEAD/convert.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingcraft/speed-backup/HEAD/requirements.txt --------------------------------------------------------------------------------