{"id":13689047,"url":"https://github.com/niedakh/pqdm","last_synced_at":"2025-04-12T21:24:31.723Z","repository":{"id":37790607,"uuid":"245635185","full_name":"niedakh/pqdm","owner":"niedakh","description":"Comfortable parallel TQDM using concurrent.futures","archived":false,"fork":false,"pushed_at":"2024-05-29T06:03:42.000Z","size":87,"stargazers_count":255,"open_issues_count":14,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-29T18:49:23.176Z","etag":null,"topics":["concurrent-futures","parallel-computing","progress-bar","python","tqdm"],"latest_commit_sha":null,"homepage":"https://pqdm.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niedakh.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-07T13:11:23.000Z","updated_at":"2024-06-06T11:39:46.677Z","dependencies_parsed_at":"2023-10-25T14:00:04.301Z","dependency_job_id":"0f00d395-156f-49c1-af04-46ae97a90777","html_url":"https://github.com/niedakh/pqdm","commit_stats":{"total_commits":74,"total_committers":4,"mean_commits":18.5,"dds":0.3648648648648649,"last_synced_commit":"adb6f0f56d9a7997a273c73c54430224851ff307"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niedakh%2Fpqdm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niedakh%2Fpqdm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niedakh%2Fpqdm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niedakh%2Fpqdm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niedakh","download_url":"https://codeload.github.com/niedakh/pqdm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248633083,"owners_count":21136799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["concurrent-futures","parallel-computing","progress-bar","python","tqdm"],"created_at":"2024-08-02T15:01:31.887Z","updated_at":"2025-04-12T21:24:31.700Z","avatar_url":"https://github.com/niedakh.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"=============\nParallel TQDM\n=============\n\n\n.. image:: https://img.shields.io/pypi/v/pqdm.svg\n        :target: https://pypi.python.org/pypi/pqdm\n\n.. image:: https://readthedocs.org/projects/pqdm/badge/?version=latest\n        :target: https://pqdm.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n\n.. image:: https://pyup.io/repos/github/niedakh/pqdm/shield.svg\n     :target: https://pyup.io/repos/github/niedakh/pqdm/\n     :alt: Updates\n\n\n\nPQDM is a TQDM and concurrent futures wrapper to allow enjoyable paralellization of\niterating through an Iterable with a progress bar.\n\n\n* Free software: MIT license\n* Documentation: https://pqdm.readthedocs.io.\n\n\nInstall \u0026 Use\n-------------\n\nTo install ::\n\n    pip install pqdm\n\n\nand use ::\n\n    from pqdm.processes import pqdm\n    # If you want threads instead:\n    # from pqdm.threads import pqdm\n\n    args = [1, 2, 3, 4, 5]\n    # args = range(1,6) would also work\n\n    def square(a):\n        return a*a\n\n    result = pqdm(args, square, n_jobs=2)\n\nFor more examples variants check the `Usage \u003chttps://pqdm.readthedocs.io/en/latest/usage.html\u003e`_ section of the docs.\n\nFeatures\n--------\n\n* parellize your tqdm runs using processes or threads thanks to concurrent.futures,\n* just import ``pqdm`` from ``pqdm.threads`` or ``pqdm.processes`` to start,\n* automatic usage of ``tqdm.notebook`` when iPython/Jupyter notebook environment detected, custom tqdm class accepted\n* automatic parsing of ``pqdm`` kwargs and separating between ``concurrent.Executor`` args and ``tqdm`` args,\n* support for any iterable and passing items as kwargs, args or directly to function which is being applied\n* support bounded exectutors via https://github.com/mowshon/bounded_pool_executor\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniedakh%2Fpqdm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniedakh%2Fpqdm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniedakh%2Fpqdm/lists"}