mc-downloader
This is a python package design to download Minecraft servers files from Mojang servers.
The downloader verify integrity from mojang servers after download.
If the files have already been downloaded, they are rechecked, and if necessary they are re-downloaded.
Installation
You need to install the package from pypi repository.
pip install mc-downloader
Utilisation example
import os
import mcdwld
def main():
"""Download all servers."""
downloads_directory = os.getcwd() + '/downloads/'
versions = mcdwld.get_versions(mcdwld.MOJANG_MANIFEST_URL)
mcdwld.download_versions(versions, downloads_directory)
if __name__ == '__main__':
main()
Release files for mc-downloader 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mc-downloader-0.0.5.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mc_downloader-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.3 kB
Release files / mc-downloader-0.0.5.tar.gz
| Download URL | mc-downloader-0.0.5.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cb29159e4e1e49f5fb74372f69c24629226aa1d9f88bb574899ac8c07803d59e
|
|
BLAKE2b-256 checksum How to use checksums |
463f1acfc36c8c0311694d45d2818a9cd016d8513991e863df9dafc3e167c192
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
|
Release files / mc_downloader-0.0.5-py3-none-any.whl
| Download URL | mc_downloader-0.0.5-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dadc5239ab50c38457038cf448d61a2d4f294ef1d3a799c858a97f71cb65d240
|
|
BLAKE2b-256 checksum How to use checksums |
caa0a4e36a93d3e6145f896460a91251d64e5a21ee1cf408a684f4d861ce3b94
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
|