{"id":27211626,"url":"https://github.com/mimoja/psp-entry-types","last_synced_at":"2025-10-09T12:32:38.606Z","repository":{"id":57483784,"uuid":"190605746","full_name":"Mimoja/PSP-Entry-Types","owner":"Mimoja","description":"Mini Library to keep track of all known PSP Entry types","archived":false,"fork":false,"pushed_at":"2020-10-18T16:14:49.000Z","size":11,"stargazers_count":3,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T12:32:02.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mimoja.png","metadata":{"files":{"readme":"README.md","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":"2019-06-06T15:31:58.000Z","updated_at":"2019-09-05T19:56:03.000Z","dependencies_parsed_at":"2022-08-28T17:02:05.601Z","dependency_job_id":null,"html_url":"https://github.com/Mimoja/PSP-Entry-Types","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mimoja/PSP-Entry-Types","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mimoja%2FPSP-Entry-Types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mimoja%2FPSP-Entry-Types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mimoja%2FPSP-Entry-Types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mimoja%2FPSP-Entry-Types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mimoja","download_url":"https://codeload.github.com/Mimoja/PSP-Entry-Types/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mimoja%2FPSP-Entry-Types/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001445,"owners_count":26083078,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-04-10T01:29:53.494Z","updated_at":"2025-10-09T12:32:38.558Z","avatar_url":"https://github.com/Mimoja.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PSP-Entry-Types\n\nMini Library to keep track of all known PSP Entry types. Definitions are stored in `types.csv`\n\n## Use in Go\n\n```golang\nimport\tpspentrytype \"github.com/Mimoja/PSP-Entry-Types\"\nimport \"encoding/json\"\nimport \"os\"\n\nvar AMDPSPDirectoryEntries = pspentrytype.Types()\n\nfunc main(){\n\tenc := json.NewEncoder(os.stdout)\n\tenc.setIndent(\"\", \"  \")\n\n\tfor _, knownType := range AMDPSPDirectoryEntries {\n\t\tenc.Encode(knownType)    \n\t}\n}\n```\n\n## Use in Python\n\n`pip3 install git+https://github.com/Mimoja/PSP-Entry-Types.git@master`\n\nthen\n\n```python\nimport pspEntries\npspEntries.getEntries()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmimoja%2Fpsp-entry-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmimoja%2Fpsp-entry-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmimoja%2Fpsp-entry-types/lists"}