Skip to main content

DeepMind Lab2D

A learning environment written in C++ and Lua for the creation of grid worlds.

DeepMind Lab2D screenshot

About

DeepMind Lab2D is a system for the creation of 2D environments for machine learning. The main goals of the system are ease of use and performance: The environments are "grid worlds", which are defined with a combination of simple text-based maps for the layout of the world, and Lua code for its behaviour. Machine learning agents interact with these environments through one of two APIs, the Python dm_env API or a custom C API (which is also used by DeepMind Lab). Multiple agents are supported.

If you use DeepMind Lab2D in your research and would like to cite it, we suggest you cite the accompanying whitepaper.

Getting started

We provide an example "random" agent in python/random_agent, which performs random actions. This can be used as a base for creating your own agents, and as a simple tool to preview an environment.

bazel run -c opt dmlab2d/random_agent -- --level_name=clean_up

External dependencies, prerequisites and porting notes

DeepMind Lab2D currently ships as source code only. It depends on a few external software libraries, which we ship in several different ways:

  • The dm_env, eigen, luajit, lua5.1, lua5.2, luajit, png and zlib libraries are referenced as external Bazel sources, and Bazel BUILD files are provided. The dependent code itself should be fairly portable, but the BUILD rules we ship are specific to Linux on x86. To build on a different platform you will most likely have to edit those BUILD files.

  • A "generic reinforcement learning API" is included in //third_party/rl_api.

  • Several additional libraries are required but are not shipped in any form; they must be present on your system:

    • Python 3.6 or above with NumPy, PyGame, and packaging.

The build rules are using a few compiler settings that are specific to GCC/Clang. If some flags are not recognized by your compiler (typically those would be specific warning suppressions), you may have to edit those flags.

Disclaimer

This is not an official Google product.

Release files for dmlab2d 1.0.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for dmlab2d 1.0.0
File
dmlab2d-1.0.0-cp311-cp311-manylinux_2_35_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.35+ x86-64 Details
dmlab2d-1.0.0-cp311-cp311-manylinux_2_31_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.31+ x86-64 Details
dmlab2d-1.0.0-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
dmlab2d-1.0.0-cp311-cp311-macosx_13_0_arm64.whl CPython 3.11 CPython 3.11 macOS 13.0+ ARM64 Details
dmlab2d-1.0.0-cp311-cp311-macosx_12_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 12.0+ x86-64 Details
dmlab2d-1.0.0-cp311-cp311-macosx_12_0_arm64.whl CPython 3.11 CPython 3.11 macOS 12.0+ ARM64 Details
dmlab2d-1.0.0-cp311-cp311-macosx_11_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 11.0+ x86-64 Details
dmlab2d-1.0.0-cp310-cp310-manylinux_2_35_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.35+ x86-64 Details
dmlab2d-1.0.0-cp310-cp310-manylinux_2_31_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.31+ x86-64 Details
dmlab2d-1.0.0-cp310-cp310-macosx_13_0_x86_64.whl CPython 3.10 CPython 3.10 macOS 13.0+ x86-64 Details
dmlab2d-1.0.0-cp310-cp310-macosx_13_0_arm64.whl CPython 3.10 CPython 3.10 macOS 13.0+ ARM64 Details
dmlab2d-1.0.0-cp310-cp310-macosx_12_0_x86_64.whl CPython 3.10 CPython 3.10 macOS 12.0+ x86-64 Details
dmlab2d-1.0.0-cp310-cp310-macosx_12_0_arm64.whl CPython 3.10 CPython 3.10 macOS 12.0+ ARM64 Details
dmlab2d-1.0.0-cp310-cp310-macosx_11_0_x86_64.whl CPython 3.10 CPython 3.10 macOS 11.0+ x86-64 Details
dmlab2d-1.0.0-cp39-cp39-manylinux_2_35_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.35+ x86-64 Details
dmlab2d-1.0.0-cp39-cp39-manylinux_2_31_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.31+ x86-64 Details
dmlab2d-1.0.0-cp39-cp39-macosx_13_0_x86_64.whl CPython 3.9 CPython 3.9 macOS 13.0+ x86-64 Details
dmlab2d-1.0.0-cp39-cp39-macosx_13_0_arm64.whl CPython 3.9 CPython 3.9 macOS 13.0+ ARM64 Details
dmlab2d-1.0.0-cp39-cp39-macosx_12_0_x86_64.whl CPython 3.9 CPython 3.9 macOS 12.0+ x86-64 Details
dmlab2d-1.0.0-cp39-cp39-macosx_12_0_arm64.whl CPython 3.9 CPython 3.9 macOS 12.0+ ARM64 Details
dmlab2d-1.0.0-cp39-cp39-macosx_11_0_x86_64.whl CPython 3.9 CPython 3.9 macOS 11.0+ x86-64 Details
dmlab2d-1.0.0-cp38-cp38-manylinux_2_35_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.35+ x86-64 Details
dmlab2d-1.0.0-cp38-cp38-manylinux_2_31_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.31+ x86-64 Details
dmlab2d-1.0.0-cp38-cp38-macosx_13_0_x86_64.whl CPython 3.8 CPython 3.8 macOS 13.0+ x86-64 Details
dmlab2d-1.0.0-cp38-cp38-macosx_13_0_arm64.whl CPython 3.8 CPython 3.8 macOS 13.0+ ARM64 Details
dmlab2d-1.0.0-cp38-cp38-macosx_12_0_x86_64.whl CPython 3.8 CPython 3.8 macOS 12.0+ x86-64 Details
dmlab2d-1.0.0-cp38-cp38-macosx_12_0_arm64.whl CPython 3.8 CPython 3.8 macOS 12.0+ ARM64 Details
dmlab2d-1.0.0-cp38-cp38-macosx_11_0_x86_64.whl CPython 3.8 CPython 3.8 macOS 11.0+ x86-64 Details

Total release size: 35.3 MB

Release files / dmlab2d-1.0.0-cp311-cp311-manylinux_2_35_x86_64.whl

Download URL dmlab2d-1.0.0-cp311-cp311-manylinux_2_35_x86_64.whl
Size 1.3 MB
Tags CPython 3.11 Linux glibc 2.35+ x86-64
SHA-256 checksum
How to use checksums
19ddb786df02d62005443ce1c15bca7245b0bac3ece1503b72442d90cacb97cc
BLAKE2b-256 checksum
How to use checksums
bd60bcb999cbf8711e1474956b968a369741e5cae7c8e4c908662af0c8754447
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp311-cp311-manylinux_2_31_x86_64.whl

Download URL dmlab2d-1.0.0-cp311-cp311-manylinux_2_31_x86_64.whl
Size 1.3 MB
Tags CPython 3.11 Linux glibc 2.31+ x86-64
SHA-256 checksum
How to use checksums
2dcc7f3e0da662b5a05ba02b29d340d0d7cab4804d9e00a124444f4d8968ac36
BLAKE2b-256 checksum
How to use checksums
72062847a06f5d4486a19eefbb2e7e36bd2094fe211f0955daf8844b86012db0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp311-cp311-macosx_13_0_x86_64.whl

Download URL dmlab2d-1.0.0-cp311-cp311-macosx_13_0_x86_64.whl
Size 1.3 MB
Tags CPython 3.11 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
4092c485770937e375d3ba81d51f55d34361da0a3da1e56473c6f1898f2f3e96
BLAKE2b-256 checksum
How to use checksums
2c81476a68b90d16798461ac1b31476432ac7f741a4977e12dc45cd1591598ff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp311-cp311-macosx_13_0_arm64.whl

Download URL dmlab2d-1.0.0-cp311-cp311-macosx_13_0_arm64.whl
Size 1.2 MB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
72a668fa35d64b50a7e190d71a9e3fe8b1218c46cf6e57505fcd33345b340922
BLAKE2b-256 checksum
How to use checksums
bce93c15f9e547aebcaa7ed50d8cf669c65ef6f48f002f8161953c58ed6f0f42
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp311-cp311-macosx_12_0_x86_64.whl

Download URL dmlab2d-1.0.0-cp311-cp311-macosx_12_0_x86_64.whl
Size 1.3 MB
Tags CPython 3.11 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
81460e82f3b4bae61833a71d90deb5a772a68ad285a458d7dfb2fd07723e101d
BLAKE2b-256 checksum
How to use checksums
0d09b8def632c0d9f46796d389ddb1399c9413d53c8b30728f56b0210998bad9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp311-cp311-macosx_12_0_arm64.whl

Download URL dmlab2d-1.0.0-cp311-cp311-macosx_12_0_arm64.whl
Size 1.2 MB
Tags CPython 3.11 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
f1d3f2c34e3ce16c73f90cefd9e16c3452bf3d2311906d555d095946ccfbb972
BLAKE2b-256 checksum
How to use checksums
3df1a5896af46522f607d1b2a0bc4e31d24a6a2dd3fcd88a3c20437e68fc1118
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp311-cp311-macosx_11_0_x86_64.whl

Download URL dmlab2d-1.0.0-cp311-cp311-macosx_11_0_x86_64.whl
Size 1.3 MB
Tags CPython 3.11 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
e01a702a3c8a80f3fe6486b51d4e1077dd94722803d7e9216437bb76448f1635
BLAKE2b-256 checksum
How to use checksums
d1b9652f64b7ec23b5f7637206758367f01a45ec1c214224ed8e138f3b921237
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp310-cp310-manylinux_2_35_x86_64.whl

Download URL dmlab2d-1.0.0-cp310-cp310-manylinux_2_35_x86_64.whl
Size 1.3 MB
Tags CPython 3.10 Linux glibc 2.35+ x86-64
SHA-256 checksum
How to use checksums
af477eaa8992da6132558e0c055942a06cdf422f491363c4d60043eaa7f99f9e
BLAKE2b-256 checksum
How to use checksums
357b7a656d65c47fab2eea8d2cfc7afd4f73db64fef4fe3f1cef89b49a87531a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp310-cp310-manylinux_2_31_x86_64.whl

Download URL dmlab2d-1.0.0-cp310-cp310-manylinux_2_31_x86_64.whl
Size 1.3 MB
Tags CPython 3.10 Linux glibc 2.31+ x86-64
SHA-256 checksum
How to use checksums
d5c88d3c4264343759ebd2c1c61588abec2fbcf29b4d1a7441e46d0ebc44012b
BLAKE2b-256 checksum
How to use checksums
483659ec4eaabd72b1acc59075133ef0fdd2f6ac7d33d6ec463ef51003d5c8db
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp310-cp310-macosx_13_0_x86_64.whl

Download URL dmlab2d-1.0.0-cp310-cp310-macosx_13_0_x86_64.whl
Size 1.3 MB
Tags CPython 3.10 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
430c8d0ad08aa5a036397c12c9a0746f2004b9a3b6eb3bc56b03d8f0fea2cb94
BLAKE2b-256 checksum
How to use checksums
08c2c775ccacd1e210b5504b0cdfffd4c8fd83ce7cdbb35666393c426acf3ff9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp310-cp310-macosx_13_0_arm64.whl

Download URL dmlab2d-1.0.0-cp310-cp310-macosx_13_0_arm64.whl
Size 1.2 MB
Tags CPython 3.10 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
dd26c511ed7abf79201341cc8dfad7738eea219f00ab3827302f396122aa93ca
BLAKE2b-256 checksum
How to use checksums
d8bd2c9b6744ff37af8ae934f818eb1ed7a2b948acd5115a3d05801babb1f844
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp310-cp310-macosx_12_0_x86_64.whl

Download URL dmlab2d-1.0.0-cp310-cp310-macosx_12_0_x86_64.whl
Size 1.3 MB
Tags CPython 3.10 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
0f1adbb8ccf787bdbca19925e8848796cdd91d36b23d2387ea8674c3da6bb05e
BLAKE2b-256 checksum
How to use checksums
1a3f836bc782a2c06bc3e77f6c3361c6c826218494c0e0b1d6966dc48c32d8c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp310-cp310-macosx_12_0_arm64.whl

Download URL dmlab2d-1.0.0-cp310-cp310-macosx_12_0_arm64.whl
Size 1.2 MB
Tags CPython 3.10 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
cb8a970e8b28b16ed9af22255f9cc8f8e6707face70212b53b0ef4be2a9787a9
BLAKE2b-256 checksum
How to use checksums
5fe13bb57f037dd471d6c3b706a38e36b763cc3ae973a2975bb23949bf200522
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp310-cp310-macosx_11_0_x86_64.whl

Download URL dmlab2d-1.0.0-cp310-cp310-macosx_11_0_x86_64.whl
Size 1.3 MB
Tags CPython 3.10 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
52ee289f8dd9d0c21901d57c15926002f48d0d81554bf91f7cd15b70419adb8b
BLAKE2b-256 checksum
How to use checksums
f2f821705ca1fe65d034888b664b9beea5e4ee939f4fbca6791e9725f51703b5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp39-cp39-manylinux_2_35_x86_64.whl

Download URL dmlab2d-1.0.0-cp39-cp39-manylinux_2_35_x86_64.whl
Size 1.3 MB
Tags CPython 3.9 Linux glibc 2.35+ x86-64
SHA-256 checksum
How to use checksums
f46572c8fcbe092a979939cd9b9b8b0b6e07bf00d1daeba6997dd20459acf10a
BLAKE2b-256 checksum
How to use checksums
010bbe1d36a037110c838b5c44daa3b8faaa6ddca83959efe268543fa0d70461
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp39-cp39-manylinux_2_31_x86_64.whl

Download URL dmlab2d-1.0.0-cp39-cp39-manylinux_2_31_x86_64.whl
Size 1.3 MB
Tags CPython 3.9 Linux glibc 2.31+ x86-64
SHA-256 checksum
How to use checksums
1f233ffeb2a58dbf28d84dad16288b84dd82634fe8ed1cb0d30485741aa889ec
BLAKE2b-256 checksum
How to use checksums
82b0e2f48b4655d5c88843f5878f3dccabfcb6086e408bee5f84cbabe067c579
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp39-cp39-macosx_13_0_x86_64.whl

Download URL dmlab2d-1.0.0-cp39-cp39-macosx_13_0_x86_64.whl
Size 1.3 MB
Tags CPython 3.9 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
ff8785761367c29640a8ecc3e084591299e111e34eb77aac3b3bf443c05375d7
BLAKE2b-256 checksum
How to use checksums
e18a037cc2f4232e3b22cff2e19102c1ab343291c652cb2ad982fe9a1443154b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp39-cp39-macosx_13_0_arm64.whl

Download URL dmlab2d-1.0.0-cp39-cp39-macosx_13_0_arm64.whl
Size 1.2 MB
Tags CPython 3.9 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
b22c626b3f492a1a7446d8d8c678b234aa95b2c606b7c0c126917df0b3aa8ec7
BLAKE2b-256 checksum
How to use checksums
ebc7ae2bf575c4fafa0e06f33545c6016a8b1a28dc9c1df5952615ad70bdf425
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp39-cp39-macosx_12_0_x86_64.whl

Download URL dmlab2d-1.0.0-cp39-cp39-macosx_12_0_x86_64.whl
Size 1.3 MB
Tags CPython 3.9 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
1785eab3fb26192b2764d527919b93154d25dd898fd74e28eff915c696099414
BLAKE2b-256 checksum
How to use checksums
918754a9e2239af4a5ea052b2718ac13690fd80e0652439cefb47b53d8a332d9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp39-cp39-macosx_12_0_arm64.whl

Download URL dmlab2d-1.0.0-cp39-cp39-macosx_12_0_arm64.whl
Size 1.2 MB
Tags CPython 3.9 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
843980252b46fd004a8cd67655f3e1fb252c28e5133270c7f68a1870bb9bbc06
BLAKE2b-256 checksum
How to use checksums
5052cd0fe31bfdb577b540cf96a605ee5e6c264f51fb4b44f30bae5663c1d7f0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp39-cp39-macosx_11_0_x86_64.whl

Download URL dmlab2d-1.0.0-cp39-cp39-macosx_11_0_x86_64.whl
Size 1.3 MB
Tags CPython 3.9 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
3557b626b707ae88f90534e8111c16904dff9fc89321db1fdf61bac71926b409
BLAKE2b-256 checksum
How to use checksums
39427e38c44090d296403d6777c03fb2edac6dfb418701e0f7e12abb83a781fb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp38-cp38-manylinux_2_35_x86_64.whl

Download URL dmlab2d-1.0.0-cp38-cp38-manylinux_2_35_x86_64.whl
Size 1.3 MB
Tags CPython 3.8 Linux glibc 2.35+ x86-64
SHA-256 checksum
How to use checksums
aea353801c6e3f0fad0f0e65ac285d47146567a271b448560d099245cdd06ae2
BLAKE2b-256 checksum
How to use checksums
f7a23c56529ad2263baf2eea456a3753729139aaf80f7ebdcc4fed4a0efb163d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp38-cp38-manylinux_2_31_x86_64.whl

Download URL dmlab2d-1.0.0-cp38-cp38-manylinux_2_31_x86_64.whl
Size 1.3 MB
Tags CPython 3.8 Linux glibc 2.31+ x86-64
SHA-256 checksum
How to use checksums
0889fa4efb126ce9972bdbe74a498757f11fabfff011472597e210191a41799a
BLAKE2b-256 checksum
How to use checksums
92af65cf781c7935f4164609b7729a5b2994ab9c72d83f0c7c4544d765137fc5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp38-cp38-macosx_13_0_x86_64.whl

Download URL dmlab2d-1.0.0-cp38-cp38-macosx_13_0_x86_64.whl
Size 1.3 MB
Tags CPython 3.8 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
01d7aee197fb72d3f8cc37714aa35120d13aa55023b65d31ef66fd243b65b476
BLAKE2b-256 checksum
How to use checksums
bf23cd24f3592c1d643866f66d79b6eff17ad10344b2d2cd8acdb264c02819af
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp38-cp38-macosx_13_0_arm64.whl

Download URL dmlab2d-1.0.0-cp38-cp38-macosx_13_0_arm64.whl
Size 1.2 MB
Tags CPython 3.8 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
6ada6aa969f29d1f2d65e1963321e23394f3bb2c484e72c0c5303531ab4c1044
BLAKE2b-256 checksum
How to use checksums
a4338c0645684838400eb03c53d4167b4d7da0d0c14cd37f211fcdf523ce7d6b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp38-cp38-macosx_12_0_x86_64.whl

Download URL dmlab2d-1.0.0-cp38-cp38-macosx_12_0_x86_64.whl
Size 1.3 MB
Tags CPython 3.8 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
b7a67bcc3d74f9e1931fc99f9297b1dc4079672afb65062eca32579fd6080c90
BLAKE2b-256 checksum
How to use checksums
17efa9555654b478ef62f832f53b763c9fbeed709f99f2a540afb4b6cfbacde7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp38-cp38-macosx_12_0_arm64.whl

Download URL dmlab2d-1.0.0-cp38-cp38-macosx_12_0_arm64.whl
Size 1.2 MB
Tags CPython 3.8 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
d42b46260e961cb027ecd6bf3adafb454ac86fbb8afb119d28a484cc7ee4b99c
BLAKE2b-256 checksum
How to use checksums
61ebf67ef7d14e79cbe834378791f648731adb1bc34071d44ce399c43836090c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / dmlab2d-1.0.0-cp38-cp38-macosx_11_0_x86_64.whl

Download URL dmlab2d-1.0.0-cp38-cp38-macosx_11_0_x86_64.whl
Size 1.3 MB
Tags CPython 3.8 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
6fccaf92700dfdaa6d3a70a584269468e1ccfd823bd7bffeeec98eb3437b3d76
BLAKE2b-256 checksum
How to use checksums
a19be5a47aa90bc3a5dcf0bc73c7bf60bc035a6c41f551622d6c0f7b58a45ce3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.4
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page