{"id":15655450,"url":"https://github.com/torxed/python-pyson","last_synced_at":"2026-04-25T16:34:50.490Z","repository":{"id":150500792,"uuid":"309163304","full_name":"Torxed/python-pyson","owner":"Torxed","description":"Like JSON, but for Python data types.","archived":false,"fork":false,"pushed_at":"2020-11-04T17:39:33.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T01:44:26.931Z","etag":null,"topics":["dump","json","pickle","python","storage"],"latest_commit_sha":null,"homepage":"","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/Torxed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-01T18:40:34.000Z","updated_at":"2021-01-30T08:37:16.000Z","dependencies_parsed_at":"2023-04-25T04:22:54.711Z","dependency_job_id":null,"html_url":"https://github.com/Torxed/python-pyson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Torxed/python-pyson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torxed%2Fpython-pyson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torxed%2Fpython-pyson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torxed%2Fpython-pyson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torxed%2Fpython-pyson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Torxed","download_url":"https://codeload.github.com/Torxed/python-pyson/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torxed%2Fpython-pyson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32269462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: 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":["dump","json","pickle","python","storage"],"created_at":"2024-10-03T12:59:17.222Z","updated_at":"2026-04-25T16:34:50.475Z","avatar_url":"https://github.com/Torxed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-pyson\n\nLike JSON, but for Python.\u003cbr\u003e\nSupports any `eval()` in `key` and `value` pairs.\u003cbr\u003e\n*(So don't go around using it in production)*\n\n# Example\n\n```python\nimport time\nimport random\n\nimport pyson\n\ncontent = \"\"\"\n{\n\t\"time\" : time.time(),\n\trandom.randint(0, 1) : \"a random number\",\n\t\"another_level\" : {\n\t\t\"test\" : 5\n\t},\n\t\"main level\" : True\n}\n\"\"\"\n\nprint(pyson.loads(content, globals(), locals()))\n```\n\nProduces:\n\n```python\n{\n\t'time': 1604261222.4304745,\n\t1: 'a random number',\n\t'another_level': {\n\t\t'test': 5\n\t},\n\t'main level': True\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorxed%2Fpython-pyson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorxed%2Fpython-pyson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorxed%2Fpython-pyson/lists"}