{"id":20912433,"url":"https://github.com/fogleman/wellplate","last_synced_at":"2025-05-13T08:30:49.976Z","repository":{"id":2628730,"uuid":"3615385","full_name":"fogleman/WellPlate","owner":"fogleman","description":"Python + wxPython user interface for 96 and 384 well plates.","archived":false,"fork":false,"pushed_at":"2012-03-06T19:05:35.000Z","size":336,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-01T20:12:00.243Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"mstorsjo/platform_frameworks_av","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fogleman.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2012-03-04T02:02:46.000Z","updated_at":"2024-07-15T13:43:13.000Z","dependencies_parsed_at":"2022-09-14T08:01:14.040Z","dependency_job_id":null,"html_url":"https://github.com/fogleman/WellPlate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2FWellPlate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2FWellPlate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2FWellPlate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2FWellPlate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fogleman","download_url":"https://codeload.github.com/fogleman/WellPlate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253903602,"owners_count":21981726,"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":[],"created_at":"2024-11-18T14:27:15.647Z","updated_at":"2025-05-13T08:30:49.678Z","avatar_url":"https://github.com/fogleman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Python + wxPython Well Plate Dialog\n-----------------------------------\n\n### Summary\n\nThis module provides a simple dialog that allows the user to configure a\nwell plate by specifying a \"type\" for each well. The default types are:\n\n- Empty\n- Blank\n- Calibrant\n- Sample\n\nThe user selection can be returned in a variety of ways, including well names\nor row- or column-major indexes for each type.\n\nThe dialog is reasonably configurable:\n\n- Number of rows and columns (96 or 384 well plate, or any other size)\n- Selectable types: labels and colors\n- Font sizes for row and column header labels\n- Whether or not to show labels and well labels\n\n### Sample code\n\n    model = plate.PlateModel(8, 12)\n    dialog = plate.PlateDialog(model)\n    if dialog.ShowModal() == wx.ID_OK:\n        for row in range(model.rows):\n            for col in range(model.cols):\n                key = model.grid[row][col]\n                if key == plate.SAMPLE:\n                    # do something\n    dialog.Destroy()\n\n### Mac Screenshot\n\n![](https://raw.github.com/fogleman/WellPlate/master/screenshot-mac.png)\n\n### Windows Screenshot\n\n![](https://raw.github.com/fogleman/WellPlate/master/screenshot-windows.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffogleman%2Fwellplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffogleman%2Fwellplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffogleman%2Fwellplate/lists"}