8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-WCGnkz8HX7R1Y0F8DpLgt8AxFYtMmmp+VhY0ebZYs2g=";
28 pythonImportsCheck = [
33 description = "Python for dot-access dictionaries";
34 homepage = "https://github.com/drgrib/dotmap";
35 license = with licenses; [ mit ];
36 maintainers = with maintainers; [ fab ];