Skip to main content

Modeler for mathematical programming solvers

Project description

Umo is a modeling interface for mathematical programming solvers.

Using UMO

You can use UMO with the following solvers:

  • CBC
  • Minisat

Python example

import umo

m = umo.Model()
a = m.bool_var()
b = m.bool_var()

umo.constraint(a + b <= 1)
umo.maximize(a + 2*b)

m.solve()

print(a.value)
print(b.value)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

umo-0.0.2-cp39-cp39-manylinux2010_x86_64.whl (537.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

umo-0.0.2-cp39-cp39-manylinux2010_i686.whl (552.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

umo-0.0.2-cp38-cp38-win_amd64.whl (127.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

umo-0.0.2-cp38-cp38-manylinux2014_x86_64.whl (602.4 kB view details)

Uploaded CPython 3.8

umo-0.0.2-cp38-cp38-manylinux2014_i686.whl (579.3 kB view details)

Uploaded CPython 3.8

umo-0.0.2-cp38-cp38-manylinux2010_x86_64.whl (562.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

umo-0.0.2-cp38-cp38-manylinux2010_i686.whl (541.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

umo-0.0.2-cp37-cp37m-win_amd64.whl (124.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

umo-0.0.2-cp37-cp37m-manylinux2014_x86_64.whl (535.9 kB view details)

Uploaded CPython 3.7m

umo-0.0.2-cp37-cp37m-manylinux2014_i686.whl (516.3 kB view details)

Uploaded CPython 3.7m

umo-0.0.2-cp37-cp37m-manylinux2010_x86_64.whl (498.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

umo-0.0.2-cp37-cp37m-manylinux2010_i686.whl (478.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

umo-0.0.2-cp36-cp36m-win_amd64.whl (135.8 kB view details)

Uploaded CPython 3.6m Windows x86-64

umo-0.0.2-cp36-cp36m-manylinux2014_x86_64.whl (540.7 kB view details)

Uploaded CPython 3.6m

umo-0.0.2-cp36-cp36m-manylinux2014_i686.whl (522.1 kB view details)

Uploaded CPython 3.6m

umo-0.0.2-cp36-cp36m-manylinux2010_x86_64.whl (498.4 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

umo-0.0.2-cp36-cp36m-manylinux2010_i686.whl (480.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

umo-0.0.2-cp35-cp35m-manylinux2014_x86_64.whl (530.3 kB view details)

Uploaded CPython 3.5m

umo-0.0.2-cp35-cp35m-manylinux2014_i686.whl (508.1 kB view details)

Uploaded CPython 3.5m

umo-0.0.2-cp35-cp35m-manylinux2010_x86_64.whl (487.4 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

umo-0.0.2-cp35-cp35m-manylinux2010_i686.whl (472.3 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

umo-0.0.2-cp27-cp27mu-manylinux2010_x86_64.whl (441.4 kB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ x86-64

umo-0.0.2-cp27-cp27mu-manylinux2010_i686.whl (425.4 kB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

umo-0.0.2-cp27-cp27m-manylinux2010_x86_64.whl (441.4 kB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ x86-64

umo-0.0.2-cp27-cp27m-manylinux2010_i686.whl (425.4 kB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

File details

Details for the file umo-0.0.2-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: umo-0.0.2-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 537.2 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 65be8dc70b642a5658a03a14dcec123a3eb443eed9ef0402c18146267cf384b8
MD5 65d4c1185327a91f449f59928985c5e3
BLAKE2b-256 05753c89af78968b6f651d26e052aca0124a34eb1689edd2590853bf462b169f

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: umo-0.0.2-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 552.3 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ede25de85e705d3ca33e3bdb54157603c767eea6f0639c66ef91355927031d8f
MD5 5ac025a757cd116c2acef0e0190a5b6a
BLAKE2b-256 60abcecd8b2024fa37500ff2a76aedf1fb7d6f42f97b6bc9ba71af03e0adf03a

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: umo-0.0.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 127.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2

File hashes

Hashes for umo-0.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dcc3bafe368c6dbb12ccc1bf27a36d9a7d47ded82ee202e2969a243a549c6cad
MD5 1f6a9f276384beb79236b657cf376e34
BLAKE2b-256 24f87eda75c1d4097648c54eea3db3601caefc0f29bb0b786c86d111bfe1ee1a

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: umo-0.0.2-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 602.4 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21aedaab251b4d978b2e1053d4fd8ebc5bba782eba35737e5a0422d2faf2e674
MD5 8e4a16915eaad6e1bac95514b4584c68
BLAKE2b-256 5dc8957f40e2b849f74fc71a65540f7f07426b465a5a8ca71cdabe645e1764df

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp38-cp38-manylinux2014_i686.whl.

File metadata

  • Download URL: umo-0.0.2-cp38-cp38-manylinux2014_i686.whl
  • Upload date:
  • Size: 579.3 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b4c0a850d26d009b0bcdb9c9b8b524d6bbd033bed79457e0a833efb95ace817a
MD5 e65a0cc8e4fa402bd1b4a9cc0d4e45f8
BLAKE2b-256 1a282145e36934426259fbdd5bbb468bf38b35a2e56e0342c43c44c3168d01b3

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: umo-0.0.2-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 562.0 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3f7f1b8655750e8c76adebc1432d3d9b627da7fda1d5c8df5f16bbbef19c73db
MD5 9c985b22d05ee85b5781d5d3f7931083
BLAKE2b-256 1c7c1d76e27e61f8989e8884227ef80b8cd7eb1ccbb7026c5a0b4183971b2533

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: umo-0.0.2-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 541.5 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b2ec7b05e143f7b90d63601de8c7d8f79aaac494033e920facd338c60bf4b42a
MD5 5a94e4fc1760fa212c056d15ba2507d8
BLAKE2b-256 fc9c1f6f91501721d576df60e9d23b5737a7045b7333a44818872da10c8e890f

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: umo-0.0.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 124.4 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for umo-0.0.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0dd83a0539ec61c381c80fa9ee00a9948a5ba82608164493b5fce4234737aaf1
MD5 159ab65fd1a5ad6078f44c4612339eca
BLAKE2b-256 58e205cedb5ae5687afae205e4c4da88ccdfbb4a0b68ca6961e3debe2de917e4

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: umo-0.0.2-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 535.9 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af2780cbe01135b9e9c3aff2e7971d83a0fccd378e1214fda1a09b7c1674413a
MD5 8d1a301be937c8cbf5e47a53fc62bb3f
BLAKE2b-256 3689bbae923ce7784a2e6ff65ff460278ed335ac599393fad0f7c6a6a63a279c

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp37-cp37m-manylinux2014_i686.whl.

File metadata

  • Download URL: umo-0.0.2-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 516.3 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aeb40d78231b397a1f76943b2642b5c44884f73d467e346bac96c8f62c4e2396
MD5 923fa942ad54d54b1f08c166a9107f3f
BLAKE2b-256 7206b572c42057962e58b5077c8867196b130825f81e3777bb10d3e2d5994be7

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: umo-0.0.2-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 498.9 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e84896b1ed777192704f0677f803eefa152821f2091cd59f31b764a5cc6716aa
MD5 d445423300b932970a39397782c4daf5
BLAKE2b-256 552884795712a36adc2d9c000cb6d35b201048d58d406f36f9c99b6e0f27f27e

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: umo-0.0.2-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 478.7 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b8e0a9c46cb5de3094535f9631f967506ce1e5fa707075a406e8bbd1d53a094a
MD5 2e69f895a501ca3ab98826e6f1c542e6
BLAKE2b-256 8eefea0dfe18d3695b6d9bee99b0d2ae388f1b6d62fbf08a561db48d8c76c030

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: umo-0.0.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 135.8 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.8

File hashes

Hashes for umo-0.0.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 24ef955241c822930b24787ca7cda02b3d8d1bae6361e4fae0e1f3b42f3c6217
MD5 e295078fd5f3c84d97487f7a9f273ace
BLAKE2b-256 ec5578e0a139efc62b66190cd85695ea3f8a6b9614bfd72add75d0ba18e446d1

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: umo-0.0.2-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 540.7 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00d3cf214a324e78d21fc7d5031fb60e00e2cfde99ecd11caf79f0e33c90cade
MD5 c4d2d5fe63a8986ab995874a574d7948
BLAKE2b-256 26d48663d0412aff33fb0b6bc59000b5c5cad241cc29d277154765f2627423db

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp36-cp36m-manylinux2014_i686.whl.

File metadata

  • Download URL: umo-0.0.2-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 522.1 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1cf7aa4577f31da1ff38236525716655009dd262ad53e25471e5382ffb51cf8f
MD5 bafac658e76fb268868118bb9cba8441
BLAKE2b-256 5e12c51e4b78c3d411ef039eaac39143bb7a1dee42f9999c7c4596081c1699eb

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: umo-0.0.2-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 498.4 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bba5131b7b60ba2c3c018d48d3dbc8020420525014131f602da04f9bd2ac96c0
MD5 9fd383cc71d870bf290fd41036c4c042
BLAKE2b-256 8ba580898388dd08fd3d2a60380cebb6366498f5735b9f5ab507b5c0ca8d74ce

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: umo-0.0.2-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 480.5 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8cb561cf4148ef00e0e413e7f18b136faa2c513d0ae3389014dc33ffa9c7af2c
MD5 76dc7e737e283dd6e2983e8c3431cef4
BLAKE2b-256 44fe8893d9694364bbea2db4224d1aed9c15a77f16a646be33a0ed8ceff95982

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp35-cp35m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: umo-0.0.2-cp35-cp35m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 530.3 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp35-cp35m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 244e4cb2c54176155ef0acfd4c115220e6f0c9d4ed79d6665a667a7428f31cb7
MD5 071e397ff816003a3728ff20e0dfe831
BLAKE2b-256 de4dbd5580b2b6eadf38475ddf00c31fe4bd74fa9b627b98b152d29934498196

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp35-cp35m-manylinux2014_i686.whl.

File metadata

  • Download URL: umo-0.0.2-cp35-cp35m-manylinux2014_i686.whl
  • Upload date:
  • Size: 508.1 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp35-cp35m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d6a866b123b9f257caa8fa5a3933d714812a2d99b9797e479b2ae0914e3b45a
MD5 e32a203cd3808c34719e4a148a3d2a2a
BLAKE2b-256 69cfda79598c5b9c165fbf9454baf309ba45b12a929adf071d5e66544e0de54a

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: umo-0.0.2-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 487.4 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bdbde2acdd0827870f7b688effd8a612afcd469d8a2382111173fd5f53b15fe3
MD5 d51017ae667910cc04300ef34afae005
BLAKE2b-256 e40e8e7116824b90c157597ff9c57a89bc8d5a8b4315c585e15a2b534acf0bfa

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: umo-0.0.2-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 472.3 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 345bef7bd2e0492d9e166141e8b7b05acfd45b8c3900aa2e37354c5ca9c4cddf
MD5 1db645466c22421a1d6ff3252d3a6dc4
BLAKE2b-256 e0b4af2410a903794e23f89b187f748fa3b9fa4ef392d7ada5f0887415cdea65

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: umo-0.0.2-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 441.4 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5857b5a717059328f7a6ddf2af70729d6dbf9c92e2a6047794471850bd768db5
MD5 8b55145ecd88266b1db2ed3b92d8851a
BLAKE2b-256 746b94d8e101c5bcad7c645c8af8a4652569b765b7be711ec031c193eed8453d

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: umo-0.0.2-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 425.4 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 aa02f0b854afdca9d8215722a24e9524b8b129e179ac751adab962de5eb837e8
MD5 e582d2de73d1f4cb0dd4ac23afc29253
BLAKE2b-256 52a7a846acc058e779437443ca348149310f9cf0ae7e8745eabef94327c714a0

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: umo-0.0.2-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 441.4 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d3e035e182aff0324c5eb60a5caa06a0596512305e4c6395fb360f7a469cddb1
MD5 f6831b2c1aa49dcd18d5ec0fc5062420
BLAKE2b-256 424ce5dc21297197c2a9c3dcb55551d666c788529d0d4192120dce6bc6f1e134

See more details on using hashes here.

File details

Details for the file umo-0.0.2-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: umo-0.0.2-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 425.4 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for umo-0.0.2-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5bd8347d84a6c616dffafd4170f63bd2706852ddeaa836cf93978b03762b4a06
MD5 ce8c849a90839a52745dcbeda393c599
BLAKE2b-256 e18e4293de0e824253962b8a572b5d480ff5acbacb16db3cb1b49b3a21141659

See more details on using hashes here.

Supported by

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