{"id":18870858,"url":"https://github.com/ezfndev/uemanifestreader","last_synced_at":"2025-04-14T15:31:20.205Z","repository":{"id":62586114,"uuid":"301123545","full_name":"EZFNDEV/UEManifestReader","owner":"EZFNDEV","description":"Read and parse Unreal Engine Manifests","archived":false,"fork":false,"pushed_at":"2020-10-05T05:49:51.000Z","size":14,"stargazers_count":11,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-28T04:35:02.917Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/EZFNDEV.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":"2020-10-04T12:24:20.000Z","updated_at":"2024-09-14T16:20:29.000Z","dependencies_parsed_at":"2022-11-03T22:09:26.232Z","dependency_job_id":null,"html_url":"https://github.com/EZFNDEV/UEManifestReader","commit_stats":null,"previous_names":["lupusleaks/uemanifestreader"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EZFNDEV%2FUEManifestReader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EZFNDEV%2FUEManifestReader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EZFNDEV%2FUEManifestReader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EZFNDEV%2FUEManifestReader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EZFNDEV","download_url":"https://codeload.github.com/EZFNDEV/UEManifestReader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248906437,"owners_count":21181177,"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-08T05:23:20.088Z","updated_at":"2025-04-14T15:31:15.197Z","avatar_url":"https://github.com/EZFNDEV.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":" # UEManifestReader\n\n[![Current pypi version](https://img.shields.io/pypi/v/UEManifestReader.svg)](https://pypi.org/project/UEManifestReader/)\n\n# Basic usage\n```py\nimport json\nimport UEManifestReader\nfrom UEManifestReader.enums import Platform\n\nReader = UEManifestReader.UEManifestReader()\n\nasync def downloader():\n    manifest = await Reader.download_manifest(Platform.Android)\n    open('android_manifest.json', 'w+').write(json.dumps(manifest, indent=2))\n\nReader.loop.run_until_complete(downloader())\n```\n# Need help?\nIf you need more help feel free to join this [discord server](https://discord.gg/jht3aM2).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezfndev%2Fuemanifestreader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fezfndev%2Fuemanifestreader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezfndev%2Fuemanifestreader/lists"}