{"id":24634741,"url":"https://github.com/bonfire-networks/tree_magic.ex","last_synced_at":"2026-02-03T20:42:08.457Z","repository":{"id":62430535,"uuid":"228834635","full_name":"bonfire-networks/tree_magic.ex","owner":"bonfire-networks","description":"Elixir MIME type extraction using the tree_magic library","archived":false,"fork":false,"pushed_at":"2024-07-25T12:31:27.000Z","size":33,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-26T06:17:40.081Z","etag":null,"topics":["elixir","file","mime"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bonfire-networks.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":"2019-12-18T12:22:34.000Z","updated_at":"2024-07-25T12:31:31.000Z","dependencies_parsed_at":"2024-11-10T07:26:45.571Z","dependency_job_id":"f8008813-8e94-4ecd-9f26-751255ef11db","html_url":"https://github.com/bonfire-networks/tree_magic.ex","commit_stats":{"total_commits":25,"total_committers":2,"mean_commits":12.5,"dds":0.28,"last_synced_commit":"60d44909cf0c3e333771afc368f56b3134817bbf"},"previous_names":["commonspub/tree_magic.ex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bonfire-networks/tree_magic.ex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonfire-networks%2Ftree_magic.ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonfire-networks%2Ftree_magic.ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonfire-networks%2Ftree_magic.ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonfire-networks%2Ftree_magic.ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bonfire-networks","download_url":"https://codeload.github.com/bonfire-networks/tree_magic.ex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonfire-networks%2Ftree_magic.ex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29056723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T20:13:53.544Z","status":"ssl_error","status_checked_at":"2026-02-03T20:13:40.507Z","response_time":96,"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":["elixir","file","mime"],"created_at":"2025-01-25T09:13:43.330Z","updated_at":"2026-02-03T20:42:08.413Z","avatar_url":"https://github.com/bonfire-networks.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TreeMagic Elixir\n\n[![CircleCI](https://circleci.com/gh/antoniskalou/tree_magic.ex.svg?style=svg)](https://circleci.com/gh/antoniskalou/tree_magic.ex)\n\nElixir binding to [tree_magic](https://github.com/aahancoc/tree_magic) for fetching \nMIME information from files and binary data.\n\n## Installation\n\nRecommended installation is through Hex:\n\n```elixir\n# mix.exs\n\ndefp dependencies() do\n  [\n    {:tree_magic, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nTo use the latest development version:\n\n```elixir\n# mix.exs\n\ndefp dependencies() do\n  [\n    {:tree_magic, git: \"https://github.com/bonfire-networks/tree_magic.ex\"}\n  ]\nend\n```\n\n## Quickstart\n\nSee documentation for more information.\n\n```elixir\niex\u003e TreeMagic.from_filepath(\"image.png\")\n\"image/png\"\niex\u003e TreeMagic.from_u8(charlist)\n\"image/png\"\n```\n\n## License\n\nLGPLv3 License, see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonfire-networks%2Ftree_magic.ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbonfire-networks%2Ftree_magic.ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonfire-networks%2Ftree_magic.ex/lists"}