DOTA Devkit CLI
Project description
DOTA Devkit
About
This is a modified version of the original DOTA_Devkit. The devkit has had some issues regarding ease of installation and usage with the latter being a significant problem. This repo attemps to address these issues by providing a simple CLI for easier usage and cross-platform whls for easier installation.
Disclaimer: This repo was created post 9938855. The DOTA authors could update the original repo and/or add support for (possible) new versions of the DOTA dataset. While this repo will try to remain in sync with the original, users should rely on the original should the repos diverge.
Installation
pip install dotadevkit
Usage
Once installed, you will have access to the dotadevkit
CLI. Run dotadevkit --help
or dotadevkit <command> --help
for further details.
Usage: dotadevkit [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
convert Convert tiled DOTA annotations to COCO format.
evaluate Run evaluation for both tasks on DOTA & DOTA 1.5.
merge Merges annotations according to DOTA Tasks.
split Splits images and annotations.
visualise Visualise annotations.
Your dataset directory should look as follows:
.
├── example
│ ├── images
│ ├── labelTxt
│ ├── images.txt
Refer example directory in this repo for a concrete example
Split
- Split only images with 8 processes
dotadevkit split \
./example/images \
./example_split/images \
8 \
--images
- Split
images
andlabelTxt
into tiles of size 800 x 800 with overlap of 200 pixels with 8 processes
dotadevkit split \
./example/ \
./example_split/ \
8 \
800 \
200
Merge
dotadevkit merge \
./example_split/dota_dets \
./example_split/merged_dets \
8
Evaluate
DOTA evaluation on specific task and dataset version.
dotadevkit evaluate \
./example_split/merged_dets/Task1_{:s}.txt \
./example/labelTxt/{:s}.txt \
./example/images.txt \
1.0
Visualise
Visualise images that have plane
and helicopter
categories.
dotadevkit visualise \
./example_split/ \
-cat plane -cat helicopter
Convert
Convert tiled DOTA annotations of specified version to MS-COCO format.
dotadevkit convert \
./example_split/ \
--version 1.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file dotadevkit-1.3.0.tar.gz
.
File metadata
- Download URL: dotadevkit-1.3.0.tar.gz
- Upload date:
- Size: 66.1 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24cd4ef512a2c67f63caea3c93823acd09506460198ca6be7929cb02b5c0f589 |
|
MD5 | 7686b32ee24be00991e72213021abe75 |
|
BLAKE2b-256 | 196fdb827602b77397376c355282e492355c221694e040f033874aa7e20482a6 |
File details
Details for the file dotadevkit-1.3.0-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 127.9 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b40fd03d0a44390428549b651766e0fd97c4ca18ea3e22616e17b3bc5ff41a7 |
|
MD5 | 45dcc7cebef08183a1aad07448d744ee |
|
BLAKE2b-256 | 9751ffe4524f191a9981034649eb00b1274f7e307bed7b082dca5868f1fa9bda |
File details
Details for the file dotadevkit-1.3.0-cp39-cp39-win32.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp39-cp39-win32.whl
- Upload date:
- Size: 115.8 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8acae602254913a6bf519c2b7e62078b8838326defceb96c5bae5a4f65c4229 |
|
MD5 | f820a5ce7bfeb68aaf52eedec89002c9 |
|
BLAKE2b-256 | abd2d1c42129f05bbcc5adb78a6df41ef420da30ebc35f7f324bde6b60e713e0 |
File details
Details for the file dotadevkit-1.3.0-cp39-cp39-manylinux2010_x86_64.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp39-cp39-manylinux2010_x86_64.whl
- Upload date:
- Size: 393.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15b8620c9a46e3fa748f7f7b6afb3c2110906355442ffaac85ea006f0b516c78 |
|
MD5 | 7af07c31b8c734cca55693a04d7e63f0 |
|
BLAKE2b-256 | e3439f8ad79b6b7df196bd60860b0961a84e59ff789dd8dc66734d9b29a4fb43 |
File details
Details for the file dotadevkit-1.3.0-cp39-cp39-manylinux2010_i686.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp39-cp39-manylinux2010_i686.whl
- Upload date:
- Size: 388.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.12+ i686
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ad13bc89a6b6de82192b9e7f2f68e5c4f67e840790cf61935be1c3214dc85fb |
|
MD5 | 8c6315f595e0942fd546462e14fe7e32 |
|
BLAKE2b-256 | 8480c7c3550ac5bf11f0c3a138aaabd31c3cec61215ffb365b93a2039070a56c |
File details
Details for the file dotadevkit-1.3.0-cp39-cp39-manylinux1_x86_64.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp39-cp39-manylinux1_x86_64.whl
- Upload date:
- Size: 393.0 kB
- Tags: CPython 3.9
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b73421487c10e2a8470cec9f6b5d289e2e9e17638e36f928872ee207c2516cf1 |
|
MD5 | 06f6e904be4966b117b340efd46fa1e9 |
|
BLAKE2b-256 | d9ba32a0dbdb3ac516250c2368bce20bec297425f0dc1998c9e411c5a58da7fe |
File details
Details for the file dotadevkit-1.3.0-cp39-cp39-manylinux1_i686.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp39-cp39-manylinux1_i686.whl
- Upload date:
- Size: 388.2 kB
- Tags: CPython 3.9
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28ff3e4923a4169de905b72260ffd6a9850cd65eef5f5dee8ce491f3956fbb8b |
|
MD5 | 718d817e1cb6b8d187189c876594932c |
|
BLAKE2b-256 | 7ac048981f1ebbf2b6e6462efcff2f17118ca7fab28303b56e7f866d51ceda41 |
File details
Details for the file dotadevkit-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 75.6 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 458841d4c25956eec1a11a63dcdd1ba69c8ca97c9a01a7f670abef87a05900b5 |
|
MD5 | 891aeba63e2d0f9b0b4cdde993666f63 |
|
BLAKE2b-256 | 1945ecc7743af99e4f8d059dc2d7857cea35bc4030e365410698d28c3a8c8c5f |
File details
Details for the file dotadevkit-1.3.0-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 127.8 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60d35840788291c1e106c6e911b21621252a15038df569032357ad96610bfb06 |
|
MD5 | d1e57f026d0cf9e06af606371d668f07 |
|
BLAKE2b-256 | c4a0f080bea22462980d23994d9e4f626e0ecd35d95fd928a69e6b90daaeddce |
File details
Details for the file dotadevkit-1.3.0-cp38-cp38-win32.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp38-cp38-win32.whl
- Upload date:
- Size: 116.0 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 135c2da18caa381ff12d94e0e3684ce2bbaf18250cfeb1282d03e8ec6f53c1d6 |
|
MD5 | 28704923f1bde234268adb9719fa6a2f |
|
BLAKE2b-256 | 0887c1c0f8a39609a224e0adef1c7a6a09dbd4644a68e8ef44bb1d224ebc79fb |
File details
Details for the file dotadevkit-1.3.0-cp38-cp38-manylinux2010_x86_64.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp38-cp38-manylinux2010_x86_64.whl
- Upload date:
- Size: 390.9 kB
- Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7e8b70babafeda3d2c09b436b13317e3a4515b5edb2c7f3abac262c957db2eb |
|
MD5 | f97bc0b11b2f61734c1b86e49b7fe6e1 |
|
BLAKE2b-256 | e7b1e310d69f7c02f2c676b6dd3112a6b2a0f47e44eb11cf2b3598c88c9d4ab0 |
File details
Details for the file dotadevkit-1.3.0-cp38-cp38-manylinux2010_i686.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp38-cp38-manylinux2010_i686.whl
- Upload date:
- Size: 388.2 kB
- Tags: CPython 3.8, manylinux: glibc 2.12+ i686
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa702f0f31ab9f788076f1ac6d5d3cb67f81a2c8ca22f4415bdb790aabad11a3 |
|
MD5 | 59cf565e6b409961bc3b96b75f59ebf9 |
|
BLAKE2b-256 | e406140c6b1d4f7ace38ae18bb08a7059959282593d71c2739da2765a01533eb |
File details
Details for the file dotadevkit-1.3.0-cp38-cp38-manylinux1_x86_64.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp38-cp38-manylinux1_x86_64.whl
- Upload date:
- Size: 390.9 kB
- Tags: CPython 3.8
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0908aae0161ea63b2238c9e5cd26eacfd254780f5d367275a75e8a2febf512c7 |
|
MD5 | 8c0c15012377869ea976524bb357b65d |
|
BLAKE2b-256 | 81001de6ce2b23ea77c93deaabd6e57337b3f0e3ce847b763d6366a2e245dfe7 |
File details
Details for the file dotadevkit-1.3.0-cp38-cp38-manylinux1_i686.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp38-cp38-manylinux1_i686.whl
- Upload date:
- Size: 388.2 kB
- Tags: CPython 3.8
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc542039f67312b9e64a7d7323ca69e3e678f00dfd99f3aaa2ed19fd52c34ae2 |
|
MD5 | d572a23132cd49187530b0d0f27d67fc |
|
BLAKE2b-256 | 7fae7eb67e128c9d31c95f2fda2512d3236ae9cc974e575fb1a1d65ecc2ca725 |
File details
Details for the file dotadevkit-1.3.0-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 75.8 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8aaf0fb5d834bb1ef085a06159d1eef2af512ff69896a51890e2cb78986ec725 |
|
MD5 | 5b85addefff867b791d3e558b33df16b |
|
BLAKE2b-256 | d434ae8a93a9a100b9d867c066e5040fecc9a18865b876a07f71fae3a0a8c13c |
File details
Details for the file dotadevkit-1.3.0-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 127.6 kB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11c09ff499f1747bbb0fa7f3c28e600240ad0851e0bdaa3983a3a565161f840b |
|
MD5 | 8cd4dbdee2bf84095155815cf05a9687 |
|
BLAKE2b-256 | ab3adf2218d014e4a085d32e4121da3c5fad3cdb29715d9d54d799e903da6d5c |
File details
Details for the file dotadevkit-1.3.0-cp37-cp37m-win32.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp37-cp37m-win32.whl
- Upload date:
- Size: 116.0 kB
- Tags: CPython 3.7m, Windows x86
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 862a57bcf8d6d5bf25d38921d8868b14e2a61424e3be0d090f619a0ebb4dd13c |
|
MD5 | 7297080de7015ac7dc05d25511fd14db |
|
BLAKE2b-256 | aec5fac789b01b239c8a71ed79482db55cbe03baac4cd3f390f7a5474fbb2ae4 |
File details
Details for the file dotadevkit-1.3.0-cp37-cp37m-manylinux2010_x86_64.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp37-cp37m-manylinux2010_x86_64.whl
- Upload date:
- Size: 391.5 kB
- Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 285e7212662b4503d84c68cc2cf23f8cfce918c964c327b537e6411bfe21cdf5 |
|
MD5 | 97c548b596b3ac344c8b830833d0a154 |
|
BLAKE2b-256 | b2d3a99015d800d60450f4c70d1c653d7d5aba99acf8c87af95410cf9eccf970 |
File details
Details for the file dotadevkit-1.3.0-cp37-cp37m-manylinux2010_i686.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp37-cp37m-manylinux2010_i686.whl
- Upload date:
- Size: 387.5 kB
- Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1a63225fa19c1f2d0a2dfcc8cd8c92075dbcda282f7e6e5d48da4d5813427c5 |
|
MD5 | 1fd1405208ade94e097bc02442e3b25a |
|
BLAKE2b-256 | bdc439dbee32410135e828068872947558796e958aa4113aac2827ccfe74dec1 |
File details
Details for the file dotadevkit-1.3.0-cp37-cp37m-manylinux1_x86_64.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp37-cp37m-manylinux1_x86_64.whl
- Upload date:
- Size: 391.5 kB
- Tags: CPython 3.7m
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be75b07cdb09f592c2353639acf28a25bc715a430aa18059033821550ec6deed |
|
MD5 | 90dba79a7ab93ec3175886c006ba95c8 |
|
BLAKE2b-256 | bfb3f9112699de866068e2b9d1faa2fa127276603c5f9a3d5cb02bd485909cc4 |
File details
Details for the file dotadevkit-1.3.0-cp37-cp37m-manylinux1_i686.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp37-cp37m-manylinux1_i686.whl
- Upload date:
- Size: 387.5 kB
- Tags: CPython 3.7m
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8ace8cd4ec79aa90baae4f5f89b82a15ca21108a5f34b95682e935048fd36a6 |
|
MD5 | 102fb68359161749708fcf7e9ba197ac |
|
BLAKE2b-256 | 98366982c9fcfe3fd56c54fe0a43f408d42a3387065c0908df1a5aaf6cfb0dae |
File details
Details for the file dotadevkit-1.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
- Upload date:
- Size: 75.6 kB
- Tags: CPython 3.7m, macOS 10.9+ x86-64
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 817a5c4ac3919d996c3a35ff02278bbadf7fb52abdfa0499f06f06d56fff4340 |
|
MD5 | 2bb273edf3c66e3da51751c5c260bac6 |
|
BLAKE2b-256 | 4b612dc69d70357d60a7b0ae49f7660e924df896136996558d37dc203dc4656f |
File details
Details for the file dotadevkit-1.3.0-cp36-cp36m-win_amd64.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp36-cp36m-win_amd64.whl
- Upload date:
- Size: 127.6 kB
- Tags: CPython 3.6m, Windows x86-64
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 096e342dec0b37aaa204546b0fc7e060c920450e86702325a71a65a1aeb9fbf8 |
|
MD5 | 8d4126ecc0dc3b5ec6ca594854533352 |
|
BLAKE2b-256 | 11f01a413026fe0c7c2bf949510110251a9ef7866bfb60ba723746e2f5dc01e7 |
File details
Details for the file dotadevkit-1.3.0-cp36-cp36m-win32.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp36-cp36m-win32.whl
- Upload date:
- Size: 116.0 kB
- Tags: CPython 3.6m, Windows x86
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93457838124e35c2c577e3ac67eb3f870afb633b2c2f594d9c245d020fc5df31 |
|
MD5 | 94fb0c68d6b85b1f1cd50ee5ba033720 |
|
BLAKE2b-256 | 86c85f4f88beac1d49bee37302b8c10046b8fdc1199c3ce8f9beb36ea78d242c |
File details
Details for the file dotadevkit-1.3.0-cp36-cp36m-manylinux2010_x86_64.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp36-cp36m-manylinux2010_x86_64.whl
- Upload date:
- Size: 390.0 kB
- Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd7d3cc41750d8b4b09353f497b9aa8e096573703c6b21d7e79a00c4d76e9777 |
|
MD5 | 92f5fcc2d479d731c996cf2fe3034f02 |
|
BLAKE2b-256 | 4d0026b32fdaf4216c10bbd522e9dac859b827c0d6874c0d6eda27e2e018cf67 |
File details
Details for the file dotadevkit-1.3.0-cp36-cp36m-manylinux2010_i686.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp36-cp36m-manylinux2010_i686.whl
- Upload date:
- Size: 385.9 kB
- Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e80dbdb2ad05975d08350d755e16921195b35f282ce858f1433eaa61716e9c84 |
|
MD5 | 8aa5816867425e72e84851d216f4df58 |
|
BLAKE2b-256 | 721a30452650bb8be9366f5413567c247878e0abddb84dc72ddf19678ed9b59a |
File details
Details for the file dotadevkit-1.3.0-cp36-cp36m-manylinux1_x86_64.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp36-cp36m-manylinux1_x86_64.whl
- Upload date:
- Size: 390.0 kB
- Tags: CPython 3.6m
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 851a69842b573bb96d31f270a7e6d5f1454b669f5e5223542a850155efeee3fd |
|
MD5 | ceccac9e2aa1edb6f8f98c1e8922473d |
|
BLAKE2b-256 | 75dd21c098f08135a339e685072a3e4ac9a09d66aad0c58210b5488a6658918e |
File details
Details for the file dotadevkit-1.3.0-cp36-cp36m-manylinux1_i686.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp36-cp36m-manylinux1_i686.whl
- Upload date:
- Size: 385.9 kB
- Tags: CPython 3.6m
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed2184514ec821a394c0c218ba565524ae1c00d6300028eb598450e84c641518 |
|
MD5 | df62f75966b69946f69e8c305729ccd3 |
|
BLAKE2b-256 | 1d9711fa8d1a9209cf3e4b136002098f52ca1d8ba23f5772ac2549eaeb79c96d |
File details
Details for the file dotadevkit-1.3.0-cp36-cp36m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: dotadevkit-1.3.0-cp36-cp36m-macosx_10_9_x86_64.whl
- Upload date:
- Size: 75.6 kB
- Tags: CPython 3.6m, macOS 10.9+ x86-64
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dcef73f71b14dbccfaee7a441ba73c002ed483b355f80a298feb7cfd966cc68 |
|
MD5 | 7e45603d0a450b11e24e35d58ef3ab87 |
|
BLAKE2b-256 | 14e282443570579d42222da3a6c1448c04860ae7f58b7a63719bb53fab310158 |