···2828 description = "This is a factored out version of unparse found in the Python source distribution";2929 homepage = "https://github.com/simonpercivall/astunparse";3030 license = licenses.bsd3;3131- maintainers = with maintainers; [ jyp ];3231 };3332}
···2020 meta = {2121 description = "Bz2file is a Python library for reading and writing bzip2-compressed files";2222 license = lib.licenses.asl20;2323- maintainers = with lib.maintainers; [ jyp ];2423 };2524}
···7474 description = "Library for efficient streaming of very large file";7575 homepage = "https://github.com/RaRe-Technologies/smart_open";7676 license = licenses.mit;7777- maintainers = with maintainers; [ jyp ];7877 };7978}
···2828 description = "TensorFlow Estimator is a high-level API that encapsulates model training, evaluation, prediction, and exporting";2929 homepage = "http://tensorflow.org";3030 license = licenses.asl20;3131- maintainers = with maintainers; [ jyp ];3231 };3332}