10 buildPythonPackage rec {
11 pname = "alive-progress";
14 src = fetchFromGitHub {
18 hash = "sha256-27PgxQ9nw8p5hfaSf/jPYG7419o3i8B8R09o93szSOk=";
21 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations";
37 homepage = "https://github.com/rsalmei/alive-progress";
38 license = licenses.mit;
39 maintainers = with maintainers; [ thiagokokada ];