{"id":32116659,"url":"https://github.com/pygridtools/gridmap","last_synced_at":"2026-03-08T21:02:21.560Z","repository":{"id":6651640,"uuid":"7896002","full_name":"pygridtools/gridmap","owner":"pygridtools","description":"Easily map Python functions onto a cluster using a DRMAA-compatible grid engine like Sun Grid Engine (SGE).","archived":false,"fork":false,"pushed_at":"2023-02-27T13:58:30.000Z","size":849,"stargazers_count":84,"open_issues_count":32,"forks_count":34,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-10-20T16:42:50.952Z","etag":null,"topics":["grid","grid-engine","hacktoberfest","linux"],"latest_commit_sha":null,"homepage":"","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/pygridtools.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2013-01-29T16:24:00.000Z","updated_at":"2024-11-02T13:04:12.000Z","dependencies_parsed_at":"2023-07-12T23:30:07.224Z","dependency_job_id":null,"html_url":"https://github.com/pygridtools/gridmap","commit_stats":{"total_commits":518,"total_committers":20,"mean_commits":25.9,"dds":"0.37451737451737455","last_synced_commit":"97b677e5176a4c6b04a1f683896a04d325cc486c"},"previous_names":["educationaltestingservice/gridmap"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/pygridtools/gridmap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pygridtools%2Fgridmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pygridtools%2Fgridmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pygridtools%2Fgridmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pygridtools%2Fgridmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pygridtools","download_url":"https://codeload.github.com/pygridtools/gridmap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pygridtools%2Fgridmap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30273293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["grid","grid-engine","hacktoberfest","linux"],"created_at":"2025-10-20T16:06:17.901Z","updated_at":"2026-03-08T21:02:21.555Z","avatar_url":"https://github.com/pygridtools.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"GridMap\n-----------\n\n.. image:: https://img.shields.io/travis/pygridtools/gridmap/stable.svg\n   :alt: Build status\n   :target: https://travis-ci.org/pygridtools/gridmap\n\n.. image:: https://img.shields.io/coveralls/pygridtools/gridmap/stable.svg\n    :target: https://coveralls.io/r/pygridtools/gridmap\n\n.. image:: https://img.shields.io/pypi/dm/gridmap.svg\n   :target: https://warehouse.python.org/project/gridmap/\n   :alt: PyPI downloads\n\n.. image:: https://img.shields.io/pypi/v/gridmap.svg\n   :target: https://warehouse.python.org/project/gridmap/\n   :alt: Latest version on PyPI\n\n.. image:: https://img.shields.io/pypi/l/gridmap.svg\n   :alt: License\n\nA package to allow you to easily create jobs on the cluster directly from\nPython. You can directly map Python functions onto the cluster without needing\nto write any wrapper code yourself.\n\nThis is the ETS fork of an older project called `Python Grid \u003chttps://github.com/pygridtools/pythongrid\u003e`__. Unlike the older\nversion, it is Python 2/3 compatible. Another major difference is that you can\nchange the configuration via environment variables instead of having to modify\na Python file in your ``site-packages`` directory. We've also fixed some bugs.\n\nFor some examples of how to use it, check out ``map_reduce.py`` (for a simple\nexample of how you can map a function onto the cluster) and ``manual.py`` (for\nan example of how you can create list of jobs yourself) in the examples folder.\n\nFor complete documentation `read the docs \u003chttp://gridmap.readthedocs.org\u003e`__.\n\n*NOTE*: You cannot use GridMap on machines that are not allowed to submit jobs\n(e.g., worker or edge nodes).\n\nRequirements\n~~~~~~~~~~~~\n\n-  `cloudpickle \u003chttps://github.com/cloudpipe/cloudpickle\u003e`__\n-  `drmaa \u003chttps://github.com/drmaa-python/drmaa-python\u003e`__\n-  `psutil \u003chttps://github.com/giampaolo/psutil\u003e`__\n-  `pyzmq \u003chttps://github.com/zeromq/pyzmq\u003e`__\n-  Python 2.7+\n\nAcknowledgments\n~~~~~~~~~~~~~~~\n\nThank you to `Max-Planck-Society \u003chttp://www.mpg.de/en\u003e`__ and\n`Educational Testing Service \u003chttps://github.com/EducationalTestingService\u003e`__ for\nfunding the development of GridMap.\n\nChangelog\n~~~~~~~~~\n\nSee `GitHub releases \u003chttps://github.com/EducationalTestingService/gridmap/releases\u003e`__.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpygridtools%2Fgridmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpygridtools%2Fgridmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpygridtools%2Fgridmap/lists"}