10 buildPythonPackage rec {
13 format = "setuptools";
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-84KrXnks76mvIjcEeQPpwd8rPO5SMbH/jfqERaFTrWo=";
22 propagatedBuildInputs = [
27 nativeCheckInputs = [ pytestCheckHook ];
30 homepage = "https://github.com/thombashi/tabledata";
31 description = "Library to represent tabular data";
32 changelog = "https://github.com/thombashi/tabledata/releases/tag/v${version}";
33 maintainers = with maintainers; [ genericnerdyusername ];
34 license = licenses.mit;