Skip to main content

DOTA Devkit CLI

Project description

DOTA Devkit

PyPi License Python Version Code style: black

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:
  evaluate  Run evaluation for both tasks on DOTA & DOTA 1.5.
  merge     Merges annotations according to DOTA Tasks.
  split     Splits images and annotations.

Your dataset directory should look as follows:

.
├── train
│   ├── images
│   ├── labelTxt
│   ├── train.txt

Refer example directory in this repo for a concrete example

Split

  1. Split only images with 8 processes
 dotadevkit split \
        ./example/images \
        ./example_split/images \
        8 \
        --images
  1. Split images and labelTxt 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

dotadevkit-1.2.0.tar.gz (65.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

dotadevkit-1.2.0-cp39-cp39-win_amd64.whl (127.9 kB view details)

Uploaded CPython 3.9Windows x86-64

dotadevkit-1.2.0-cp39-cp39-win32.whl (115.5 kB view details)

Uploaded CPython 3.9Windows x86

dotadevkit-1.2.0-cp39-cp39-manylinux2010_x86_64.whl (393.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

dotadevkit-1.2.0-cp39-cp39-manylinux2010_i686.whl (388.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

dotadevkit-1.2.0-cp39-cp39-manylinux1_x86_64.whl (393.0 kB view details)

Uploaded CPython 3.9

dotadevkit-1.2.0-cp39-cp39-manylinux1_i686.whl (388.1 kB view details)

Uploaded CPython 3.9

dotadevkit-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl (75.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

dotadevkit-1.2.0-cp38-cp38-win_amd64.whl (127.8 kB view details)

Uploaded CPython 3.8Windows x86-64

dotadevkit-1.2.0-cp38-cp38-win32.whl (115.9 kB view details)

Uploaded CPython 3.8Windows x86

dotadevkit-1.2.0-cp38-cp38-manylinux2010_x86_64.whl (390.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

dotadevkit-1.2.0-cp38-cp38-manylinux2010_i686.whl (388.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

dotadevkit-1.2.0-cp38-cp38-manylinux1_x86_64.whl (390.9 kB view details)

Uploaded CPython 3.8

dotadevkit-1.2.0-cp38-cp38-manylinux1_i686.whl (388.1 kB view details)

Uploaded CPython 3.8

dotadevkit-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl (75.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

dotadevkit-1.2.0-cp37-cp37m-win_amd64.whl (127.7 kB view details)

Uploaded CPython 3.7mWindows x86-64

dotadevkit-1.2.0-cp37-cp37m-win32.whl (115.8 kB view details)

Uploaded CPython 3.7mWindows x86

dotadevkit-1.2.0-cp37-cp37m-manylinux2010_x86_64.whl (391.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

dotadevkit-1.2.0-cp37-cp37m-manylinux2010_i686.whl (387.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

dotadevkit-1.2.0-cp37-cp37m-manylinux1_x86_64.whl (391.5 kB view details)

Uploaded CPython 3.7m

dotadevkit-1.2.0-cp37-cp37m-manylinux1_i686.whl (387.5 kB view details)

Uploaded CPython 3.7m

dotadevkit-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl (75.5 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

dotadevkit-1.2.0-cp36-cp36m-win_amd64.whl (127.7 kB view details)

Uploaded CPython 3.6mWindows x86-64

dotadevkit-1.2.0-cp36-cp36m-win32.whl (115.8 kB view details)

Uploaded CPython 3.6mWindows x86

dotadevkit-1.2.0-cp36-cp36m-manylinux2010_x86_64.whl (390.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

dotadevkit-1.2.0-cp36-cp36m-manylinux2010_i686.whl (385.8 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

dotadevkit-1.2.0-cp36-cp36m-manylinux1_x86_64.whl (390.0 kB view details)

Uploaded CPython 3.6m

dotadevkit-1.2.0-cp36-cp36m-manylinux1_i686.whl (385.8 kB view details)

Uploaded CPython 3.6m

dotadevkit-1.2.0-cp36-cp36m-macosx_10_9_x86_64.whl (75.5 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file dotadevkit-1.2.0.tar.gz.

File metadata

  • Download URL: dotadevkit-1.2.0.tar.gz
  • Upload date:
  • Size: 65.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0.tar.gz
Algorithm Hash digest
SHA256 53ae50e322a059738b6bb590e35ee91da8445e83ad441d46a6f98cc0e536481a
MD5 17049f27fc84a5a6b8eec4d5a2b0fb03
BLAKE2b-256 8a8e6a8d5ba6f1012d1695525af04ebd66f6c2490e3c3ed034b0972667e6f3dd

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: dotadevkit-1.2.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2e3f029e9217a5f4ac32898c856eacad1be2497b8311f3eeba759a91d8e505ee
MD5 7e2cdcc703c5700e7e8c9e336e1825cb
BLAKE2b-256 ec64d3e58573291868b284ffc404c6db75e74609157f1196a1b62b14cdb0f139

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: dotadevkit-1.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 115.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 25eac1eb4d4d4734adf476dfe3107866484f2ab7650c005e42f6ab7749a6a503
MD5 1bf5ee23a3fe4473416a63f133d1e7ae
BLAKE2b-256 84708bdac680acc09f53010f96f16bc5f3808019c6732594149df9f77ae6ca17

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: dotadevkit-1.2.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b2cb9f5dadf10bd8f9652616c24d5b63db4272b0426a49f67e8cc3e69d3207d2
MD5 e1ae0e7668062335d1fba1708b57309a
BLAKE2b-256 8bac27ed716a2b0a305367f7797efe87b75cb8e231cfa98e7566017536537723

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: dotadevkit-1.2.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 388.1 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4298f102a42ecf7d9e93f8ce37d312b1216c7d475456c65bc3aa9eeb60fd05ec
MD5 4099e547393bf15b749aef95389d705a
BLAKE2b-256 1cf3baf0fc456c611c73fd70b209f8c6af87e80e206e8a474b88634bd0f9ffbf

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: dotadevkit-1.2.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7a7593309e7bb9f326e8db43869f72874f3e822902d7c8054f6dea71d6e73e9e
MD5 f12f3e035848e5e30b240a083d96e7ba
BLAKE2b-256 6f2bf07a10d9fcf4048578cbeafd29a8b30453878408a064c5eff062de07b925

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: dotadevkit-1.2.0-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 388.1 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ddf8714ab718fb78881e77c97ff583da2d4d989883a462e6475e975809420426
MD5 53faf0d300918de3b392283233dab9d7
BLAKE2b-256 ffc32b2a719fe918572173451331c6c4bb27183b4f3e3305afd092dcb2d79392

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: dotadevkit-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 75.5 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9c0be8344a29db819a481f4117d533872d14a85404164b5e4b3118a3a7d7ee59
MD5 e188e05f39bc3b15a4fc2fb968d10ef8
BLAKE2b-256 a3046b6a10b2b8fb50beeb6fe2181c2a5c26ad74b3ffa0f32ac0afb18b43f1ce

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: dotadevkit-1.2.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 02a540a4ca066d70997011c66df0aa0969f65ad042149980f529429b6204df51
MD5 11dba7224bc98a04627cb11b7b7d130b
BLAKE2b-256 2500d2adc5e447c2348945b8e2afaabfc921fd7ad34ed3f9dc86cab865ae80cf

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: dotadevkit-1.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 115.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 375c91db78a0a8cc1c166d25ac582f03330e95f805add70123b6d7ed029df3e7
MD5 d365a8635f98894ba2ffe4c870aa8409
BLAKE2b-256 7e185c10c89bbba67b3f35ae3265ee295ac3e0eb614b646032095cef7550147f

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: dotadevkit-1.2.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b5ae107f004f10ee061d6bdc7041c7600b893645abd30a99ed45a6ded6f8dfce
MD5 433cfc6235f005c9ca4127377ea32612
BLAKE2b-256 a9496282070e7ccceb2c7a39fa747118082a449f59609406701159daf3795326

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: dotadevkit-1.2.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 388.1 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cd4014f0091d850ebeb5320c7a12ff633bbbd412ec7f7442a0b8a1d4b2a8f333
MD5 476765ebee2c720101821c8a2052154b
BLAKE2b-256 103caf36b25b083a660ead024bc5d2b1dd2557aed2b6db51584865f62283e1fc

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: dotadevkit-1.2.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 af4c773e51dede0f746d48da48d2fcf76de9883cc84263799ecb135b84618461
MD5 4a70bfebf49cc86345cf283ade4fbe42
BLAKE2b-256 3b0598267e035f0a1c7d5291360a4135ecb209332282d406a6f35cf0a58f41b9

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: dotadevkit-1.2.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 388.1 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3d966732ece362753bb545f7864be75af02f12925d39caa955d3369fec75bbc3
MD5 b10eeb2a34d9ea629b67329d66c89b5e
BLAKE2b-256 e980626bccd3377f435dc77f81e58c50caeb5e1c41dd484cf76d84f5605281a4

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: dotadevkit-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 75.7 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cebabaa38e99214435868f672055a591df59bdc1ae25dd09d9acfb9fc1888f0c
MD5 4cab294d37c05f4622a2568ced278d79
BLAKE2b-256 374fe91992d898838e5ec201082211d3483efe4fb979ee79218328cc3267a151

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: dotadevkit-1.2.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 127.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 53a1daf84306142c2161425842a74a688e1cb821a40bc904defeebfe4e8fb277
MD5 bd966f55e53ec83a1b02c2b641efa6e9
BLAKE2b-256 2461fc83037a524af015a364ffdc89b0d830070380f01c0e4cf130a0544af301

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: dotadevkit-1.2.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 115.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 6fc17ea5b82667ba8554d1847abca53b1b76675c435ec24341d110150fdbad3a
MD5 ec2026f24949357ddbbce2198fcecb7c
BLAKE2b-256 f2dabaae7d30ccadf9e90b8be35b0e1da176ac3ce3867a8ff81ebba1a35b6a50

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: dotadevkit-1.2.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 81715a31503c94008d6f09d317e8f83110e109fbb82bb56feb2168f6661f9465
MD5 fa53369ab020504bea3f061b9ad51d52
BLAKE2b-256 836b1f04a60cf9dc22a5610894e51e72065574262a58c3ad68d2e189ad2125f5

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: dotadevkit-1.2.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 846110c1a4dc83df2a048adcff8c67f3f319db6e2d9786328d4824b66e041421
MD5 7e27e9134069a83e1bc5421633719f44
BLAKE2b-256 13b60aced09e812e72fb5dce204d576949d04eb7c54c521b1ec21e30d37de82b

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: dotadevkit-1.2.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 113ed34326a3b68b985f180b3328d1487e5a2dae4dd56872e7a50ac715c7d30e
MD5 9cb6502cb2b1c02903cb1540c15fb718
BLAKE2b-256 43bf3171e7fdd8468fd54c4f63a5d09aeca4d3b2d352d176ae71ee5417745992

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: dotadevkit-1.2.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ab70190d76839a7626a7c6ecd713da8d61ea34fbf12d76b12a90db06b8373f06
MD5 1b10a88aa1a52fe03169cfe9d55afc20
BLAKE2b-256 dcb4de1072c9514d949cb348413f57042b56b10d831e1094534a7694b462b2b9

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: dotadevkit-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 75.5 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 81f9d894466f2acad8b8b56d6facd6a8caee5ef8d1ddb0fd9132beb878180842
MD5 bce666a871254df4b163b4cd521ba5ff
BLAKE2b-256 427071f7c3e5587fb541195507872e346733ca3a1ac368d61ce3e430899c573e

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: dotadevkit-1.2.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 127.7 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 4d92c7691d20b3560c473cd65e55239b7a1939cf0ad5826a3e79cd06a767f2fc
MD5 0ef94b054157c04b3e651303f3359045
BLAKE2b-256 d3bdd226a34061c991b3c6ea132ead4193170d91cf71327dd30c8cfa36254082

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: dotadevkit-1.2.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 115.8 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 06bdd1bf712381c4a3e4c29df3dc44af8e825159f065455264380b693d140f5e
MD5 265ffc8aae25b2d7e97a82b59f7efd6b
BLAKE2b-256 0ce7e49c6388560a71fb3054459155c82e6f6300689520f93c28edf143db2079

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: dotadevkit-1.2.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 35e5e0f17f76f314102bad7d022afe615bd5063eacf64f52625330a063a1fd64
MD5 3f29e396a334dec9dfc51af9cde1d386
BLAKE2b-256 2d59460edba092f3bd6b89afe1d1bf6dbd76bc010f9e5025a2c782dfc68bf942

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: dotadevkit-1.2.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 385.8 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f7c00f96d5bd59666f8efb1e853120c5c4f9ab0136cd3adf6073e900fa87f1cd
MD5 b4e3bc941712ed99cb005f0b0138b1a3
BLAKE2b-256 1eccaba47e7e3295fa475a002e7e784f150154d20075e9fd8de8eeace8aca27c

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: dotadevkit-1.2.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9f8a08badcce9f821cfe771173b9930082499bd6ff5a76713ede25d16d85f34e
MD5 d435b6f685dad482c2b5a9b50c1abc1a
BLAKE2b-256 cda0958951e874808b8ea44ce1b0a7e46f03eb5dbf1b87f5a8def714e00bc411

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: dotadevkit-1.2.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 385.8 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3325ceceffb9feb037238434383fa8741cff6cc889a3ba0ad6fcc0c5508e00a2
MD5 bb58d0bd7a8a52153228b82814e8ce5e
BLAKE2b-256 41cb9adb109eab0ed54adc7c59b2dc312a026c06103aa1a3fc6ed6062cdf46ed

See more details on using hashes here.

File details

Details for the file dotadevkit-1.2.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: dotadevkit-1.2.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 75.5 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6

File hashes

Hashes for dotadevkit-1.2.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f9ceebf36cdfb1192525945553adeadab785647af226917557514c19e13b5afa
MD5 2d5bf8dfa7784b4e592f19cd4dab3243
BLAKE2b-256 46ddf1bef8ec2b8f5c5e156870b28c502efd9b686c2aaff239f63d2f18d61b83

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page