1 { lib, buildPythonPackage, fetchPypi, isPy27,
2 appdirs, asn1crypto, cffi, cryptography, furl, idna, orderedmultidict,
3 packaging, peewee, py, pyasn1, pycparser, pyparsing, pyscrypt,
4 python-dateutil, pytz, requests, six, vobject,
8 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "f20f7e9922ee789c4b71379676ebfe656b675913fe524f2ee722e1b9ef4e5197";
18 propagatedBuildInputs = [
45 pytest tests/test_collections.py
46 pytest tests/test_crypto.py
50 homepage = "https://www.etesync.com/";
51 description = "A python API to interact with an EteSync server.";
52 license = licenses.lgpl3;
53 maintainers = with maintainers; [ valodim ];