28 buildPythonPackage rec {
31 format = "setuptools";
35 inherit pname version;
36 sha256 = "f20f7e9922ee789c4b71379676ebfe656b675913fe524f2ee722e1b9ef4e5197";
39 propagatedBuildInputs = [
61 nativeCheckInputs = [ pytest ];
64 pytest tests/test_collections.py
65 pytest tests/test_crypto.py
69 homepage = "https://www.etesync.com/";
70 description = "Python API to interact with an EteSync server";
71 license = licenses.lgpl3;
72 maintainers = with maintainers; [ valodim ];