7 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 hash = "sha256-ySAyCOI1ISuBQ/5+UHSQVji76ZDRGjdVwlBAY9tnSmE=";
20 # tests require API key
23 pythonImportsCheck = [
28 "steam.remote_storage"
35 description = "High level Steam API implementation with low level reusable core";
36 homepage = "https://github.com/Lagg/steamodd";
37 license = lib.licenses.isc;
38 maintainers = with lib.maintainers; [ dotlambda ];