11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
19 owner = "MKuranowski";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-4QvVYcTpwhFH57r+iMgmYciWIC2prRnL+ih7qx/CA/U=";
39 pythonImportsCheck = [
45 "tests/test_parser.py"
49 description = "Library for for asynchronous CSV reading/writing";
50 homepage = "https://github.com/MKuranowski/aiocsv";
51 license = with licenses; [ mit ];
52 maintainers = with maintainers; [ fab ];