blob: cb44ea71a4af8091a3640436011028686dd575c8 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "AttrDict is an MIT-licensed library that provides mapping objects that allow their elements to be accessed both as keys and as attributes"
2HOMEPAGE = "https://pypi.org/project/attrdict3/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b37be7e71ebfc92a94bfacf6b20a1cc"
5
6DEPENDS = ""
7
8SRC_URI[sha256sum] = "004c171ca1120cc1755701db99d7fa4944afb1e68950434efdaa542513335fe8"
9
10inherit pypi setuptools3
11
12BBCLASSEXTEND = "native"