7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 sha256 = "sha256-f1FLjR4VzSOA/VaeseVA4F1NWVJIvokIZIDW1k7fNqU=";
23 pythonImportsCheck = [
29 description = "Simple but maybe too simple config management through python data classes";
31 Simple, light-weight and no dependency config handling through python data classes with to/from JSON serialization/deserialization.
33 homepage = "https://github.com/coqui-ai/coqpit";
34 license = licenses.mit;
35 maintainers = teams.tts.members;