{"id":27210953,"url":"https://github.com/marcelnicolay/simplexml","last_synced_at":"2025-04-10T01:28:01.909Z","repository":{"id":986793,"uuid":"791591","full_name":"marcelnicolay/simplexml","owner":"marcelnicolay","description":"Simple and fast XML encoder/decoder for Python","archived":false,"fork":false,"pushed_at":"2021-12-05T20:09:02.000Z","size":55,"stargazers_count":24,"open_issues_count":5,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-10T10:18:54.056Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcelnicolay.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}},"created_at":"2010-07-22T17:53:31.000Z","updated_at":"2023-11-15T07:05:20.000Z","dependencies_parsed_at":"2022-08-16T11:45:13.526Z","dependency_job_id":null,"html_url":"https://github.com/marcelnicolay/simplexml","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelnicolay%2Fsimplexml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelnicolay%2Fsimplexml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelnicolay%2Fsimplexml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelnicolay%2Fsimplexml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcelnicolay","download_url":"https://codeload.github.com/marcelnicolay/simplexml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248139825,"owners_count":21054184,"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":"2025-04-10T01:28:01.281Z","updated_at":"2025-04-10T01:28:01.898Z","avatar_url":"https://github.com/marcelnicolay.png","language":"Python","readme":"SimpleXML - encoder/decoder\n======================\n\n![Travis CI](https://api.travis-ci.org/marcelnicolay/simplexml.png)\n\nSimpleXML is a simple and fast XML encoder/decoder for Python.\n\n# Basic usage\n\n# dictionary to XML\n\n```python\nimport simplexml\nperson = {'person':{'name':'joaquim','age':15,'cars':[{'id':1},{'id':2}]}}\nsimplexml.dumps(person)\n'\u003c?xml version=\"1.0\" ?\u003e\u003cperson\u003e\u003ccars\u003e\u003ccar\u003e\u003cid\u003e1\u003c/id\u003e\u003c/car\u003e\u003ccar\u003e\u003cid\u003e2\u003c/id\u003e\u003c/car\u003e\u003c/cars\u003e\u003cage\u003e15\u003c/age\u003e\u003cname\u003ejoaquim\u003e\u003c/name\u003e\u003c/person\u003e'\n```\n\n# XML to dictionary\n\n```python\nimport simplexml\nperson = simplexml.loads('\u003c?xml version=\"1.0\" ?\u003e\u003cperson\u003e\u003ccars\u003e\u003ccar\u003e\u003cid\u003e1\u003c/id\u003e\u003c/car\u003e\u003ccar\u003e\u003cid\u003e2\u003c/id\u003e\u003c/car\u003e\u003c/cars\u003e\u003cage\u003e15\u003c/age\u003e\u003cname\u003ejoaquim\u003c/name\u003e\u003c/person\u003e')\nperson['person']['name']\nu'joaquim'\n```\n\t\n# Installing\n\n```bash\n$pip install python-simplexml\n```\n\n# Contributing\n\nFell free to contribute and send me a pull request.\n","funding_links":[],"categories":["\u003ca name=\"Python\"\u003e\u003c/a\u003ePython"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelnicolay%2Fsimplexml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelnicolay%2Fsimplexml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelnicolay%2Fsimplexml/lists"}