# apt-mirror-python **Repository Path**: xiewei/apt-mirror-python ## Basic Information - **Project Name**: apt-mirror-python - **Description**: Rewrite apt-mirror by Python - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: https://github.com/sir-xw/apt-mirror-python - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-01-29 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # apt-mirror rewritten by Python This project is started as a line by line translate from apt-mirror 0.5.4, so it is 100% compatible with apt-mirror config file. In v0.2 it becomes an object-oriented program. ## Usage: Get help from http://apt-mirror.github.com/ ## Todo: * Automatically check the checksum of index files before download archive files. * If check failed, retry several times. * threading.Queue for download threads. * Accept command line arguments to override variables from mirror.list file. Any improvement is welcome.