{"id":16672972,"url":"https://github.com/euskadi31/go-epf","last_synced_at":"2025-07-29T17:15:59.603Z","repository":{"id":57530612,"uuid":"95602529","full_name":"euskadi31/go-epf","owner":"euskadi31","description":"Golang Apple EPF (Enterprise Partner Feed) Parser","archived":false,"fork":false,"pushed_at":"2017-07-05T20:04:55.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T18:48:54.845Z","etag":null,"topics":["apple","application","epf","feed","golang-library","itunes","music","parser"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/euskadi31.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-27T21:30:31.000Z","updated_at":"2021-11-06T16:21:28.000Z","dependencies_parsed_at":"2022-09-14T00:11:23.925Z","dependency_job_id":null,"html_url":"https://github.com/euskadi31/go-epf","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/euskadi31%2Fgo-epf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euskadi31%2Fgo-epf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euskadi31%2Fgo-epf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euskadi31%2Fgo-epf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/euskadi31","download_url":"https://codeload.github.com/euskadi31/go-epf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243324262,"owners_count":20273099,"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":["apple","application","epf","feed","golang-library","itunes","music","parser"],"created_at":"2024-10-12T12:23:58.523Z","updated_at":"2025-03-13T01:43:20.550Z","avatar_url":"https://github.com/euskadi31.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Enterprise Partner Feed Parser\n==============================\n\nGolang Apple EPF (Enterprise Partner Feed) Parser\n\n## Example\n\n```go\nimport \"github.com/euskadi31/go-epf\"\n\nparser, err := epf.NewParser(\"itunes/artist\")\nif err != nil {\n    panic(err)\n}\ndefer parser.Close()\n\n// Metadata of epf file, Fileds, Types, PrimaryKey, ...\nmd := parser.Metadata()\n\n// Read first row of epf file\nitem, err := parser.Read()\nif err != nil {\n    panic(err)\n}\n\n// item is a map[string]interface{}\n\n```\n\n\n## License\n\ngo-epf is licensed under [the MIT license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuskadi31%2Fgo-epf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feuskadi31%2Fgo-epf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuskadi31%2Fgo-epf/lists"}