{"id":17255102,"url":"https://github.com/unixjunkie/par","last_synced_at":"2025-04-14T06:08:11.577Z","repository":{"id":3923389,"uuid":"5013318","full_name":"UnixJunkie/PAR","owner":"UnixJunkie","description":"Execute shell commands in a parallel and/or distributed way","archived":false,"fork":false,"pushed_at":"2024-09-30T06:58:16.000Z","size":398,"stargazers_count":2,"open_issues_count":9,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T06:07:57.084Z","etag":null,"topics":["bag-of-tasks","command-line-tool","distributed-computing","parallel-computing","parameter-sweep","python-program"],"latest_commit_sha":null,"homepage":"https://savannah.nongnu.org/projects/par","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UnixJunkie.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-07-13T02:25:54.000Z","updated_at":"2024-09-30T06:58:20.000Z","dependencies_parsed_at":"2024-10-15T07:10:49.125Z","dependency_job_id":"09df5423-0148-41c2-8847-56c949f95d11","html_url":"https://github.com/UnixJunkie/PAR","commit_stats":{"total_commits":381,"total_committers":3,"mean_commits":127.0,"dds":0.04199475065616798,"last_synced_commit":"fc921e51bf765f9eed8de8a7ea7f1d56ef8ed3bd"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnixJunkie%2FPAR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnixJunkie%2FPAR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnixJunkie%2FPAR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnixJunkie%2FPAR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UnixJunkie","download_url":"https://codeload.github.com/UnixJunkie/PAR/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830397,"owners_count":21168272,"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":["bag-of-tasks","command-line-tool","distributed-computing","parallel-computing","parameter-sweep","python-program"],"created_at":"2024-10-15T07:10:42.540Z","updated_at":"2025-04-14T06:08:11.549Z","avatar_url":"https://github.com/UnixJunkie.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nIf you use this software, please cite the corresponding publication:\n\n@article{Berenger2010,\nauthor = {Berenger, Francois and Coti, Camille and Zhang, Kam Y. J.},\ntitle = {{PAR: A PARallel And Distributed Job Crusher}},\ndoi = {10.1093/bioinformatics/btq542},\nyear = {2010},\njournal = {Bioinformatics}\n}\n\n# you need to install Pyro, cf. http://pyro.sourceforge.net\n# (sudo yum install pyro _OR_ sudo aptitude install pyro)\n# On the server, TCP port 7766 must be open\n#                TCP port 9090 must also be open if the server is also\n#                the Pyro nameserver (default case)\n\n# if Pyro is not installed system wide, try this:\nexport PYTHONPATH=~/usr/Pyro-3.10/build/lib\n\n# Some usage examples:\n\n# run in parallel commands from test_parallel.input\ncat test_parallel.input | ./parallel.py -i /dev/stdin\n\n# same than before but with a progress bar\ncat test_parallel.input | ./parallel.py -i /dev/stdin -v\n\n# run in parallel commands from test_parallel.input and store output\n# in output.log\n./parallel.py -i test_parallel.input -o output.log\n\n# same than before but with a user defined output printer\n./parallel.py -i test_parallel.input -o output.log -p post_proc_example\n\n## real world usage example\n# 1) server side\n./parallel.py -v -i many_commands.sh -o par_many_commands.log -s\n# 2) client side, on each machine you want to join the computation\n#    replace SERVER_NAME by the machine name from where you launched\n#    parallel.py using -s\n./parallel.py -c SERVER_NAME\n# 3) be thrilled! ;)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funixjunkie%2Fpar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funixjunkie%2Fpar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funixjunkie%2Fpar/lists"}