{"id":30676253,"url":"https://github.com/hyperimpose/minutiae","last_synced_at":"2025-10-13T16:07:44.779Z","repository":{"id":311307481,"uuid":"861038801","full_name":"hyperimpose/minutiae","owner":"hyperimpose","description":"An Erlang application that extends the minutia (https://github.com/hyperimpose/minutia) Python library.","archived":false,"fork":false,"pushed_at":"2025-08-31T19:59:05.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-31T21:30:42.019Z","etag":null,"topics":["erlang","html","http","hyperimpose","link","minutia","parsing","url","website"],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperimpose.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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,"zenodo":null}},"created_at":"2024-09-21T20:44:15.000Z","updated_at":"2025-08-31T19:59:08.000Z","dependencies_parsed_at":"2025-08-24T06:30:54.404Z","dependency_job_id":"19c05b6b-c00d-4cb2-8a81-4324fd5741da","html_url":"https://github.com/hyperimpose/minutiae","commit_stats":null,"previous_names":["hyperimpose/minutiae"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hyperimpose/minutiae","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperimpose%2Fminutiae","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperimpose%2Fminutiae/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperimpose%2Fminutiae/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperimpose%2Fminutiae/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperimpose","download_url":"https://codeload.github.com/hyperimpose/minutiae/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperimpose%2Fminutiae/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016061,"owners_count":26085798,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["erlang","html","http","hyperimpose","link","minutia","parsing","url","website"],"created_at":"2025-09-01T09:43:58.490Z","updated_at":"2025-10-13T16:07:44.755Z","avatar_url":"https://github.com/hyperimpose.png","language":"Erlang","readme":"#+OPTIONS: ^:nil\n\n* minutiae\n\nAn Erlang application that extends the [[https://github.com/hyperimpose/minutia][minutia]] Python library.\n\nExtra features:\n- A built in cache mechanism.\n- Auto-dispatching based on the URL scheme.\n\nWhen installing minutia the ~media~ extra dependency is included.\n\n** Build\n\n**** Dependencies\nTo *build* minutiae you will need the following:\n- A unix-like environment\n- Python 3.11 or later\n  - venv\n  - pip\n- Erlang/OTP 26 or later\n  - rebar3\n- GNU make\n\nTo *run* minutiae you need:\n- Python 3.11 or later\n- Erlang/OTP 26 or later\n\n**** rebar3\nminutiae is built using rebar3. You can compile it by running: ~$ rebar3 compile~.\n\nor you can include it in your projects as a dependency in rebar.config:\n#+BEGIN_SRC erlang\n  {deps, [%% ... Other dependencies\n         {minutiae, {git, \"https://github.com/hyperimpose/minutiae.git\", {branch, \"master\"}}}]}.\n#+END_SRC\n\n*** Run\nYou can quickly build and run minutiae using: ~$ rebar3 shell~.\nThen you can run the example found in [[#usage][Usage]]. You can also read the [[./doc/user.org][User documentation]] for more examples and\na complete description of the library.\n\n** Documentation\n\n- [[./doc/user.org][User documentation]] :: API reference, examples, configuration\n   \n** Usage\n\n#+BEGIN_SRC erlang\n  %% After minutiae has been started you can access resources as follows:\n\n  minutiae:get(\"https://hyperimpose.org\").\n\n  %% The previous call would return the following:\n  {ok,#{m =\u003e http_html, t =\u003e \u003c\u003c\"hyperimpose\"\u003e\u003e, explicit =\u003e false}}\n#+END_SRC\n\n** License\n\nminutiae is licensed under the [[https://www.gnu.org/licenses/agpl-3.0.html][GNU Affero General Public License version 3 (AGPLv3)]].\n#+BEGIN_CENTER\n[[https://www.gnu.org/graphics/agplv3-with-text-162x68.png]]\n#+END_CENTER\n\nA copy of this license is included in the file [[../../COPYING][COPYING]].\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperimpose%2Fminutiae","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperimpose%2Fminutiae","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperimpose%2Fminutiae/lists"}