{"id":40418246,"url":"https://github.com/netsci-rwth/ahorn-loader","last_synced_at":"2026-01-23T14:48:16.094Z","repository":{"id":308726965,"uuid":"1032792147","full_name":"netsci-rwth/ahorn-loader","owner":"netsci-rwth","description":"Library and command-line application to interact with datasets in AHORN.","archived":false,"fork":false,"pushed_at":"2026-01-20T13:12:17.000Z","size":75,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-20T21:43:46.883Z","etag":null,"topics":["cell-complex","datasets","higher-order-graph","simplicial-complex"],"latest_commit_sha":null,"homepage":"https://ahorn.rwth-aachen.de","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/netsci-rwth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-05T20:43:44.000Z","updated_at":"2026-01-20T13:12:21.000Z","dependencies_parsed_at":"2025-10-01T05:45:46.503Z","dependency_job_id":null,"html_url":"https://github.com/netsci-rwth/ahorn-loader","commit_stats":null,"previous_names":["netsci-rwth/ahorn-loader"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/netsci-rwth/ahorn-loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netsci-rwth%2Fahorn-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netsci-rwth%2Fahorn-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netsci-rwth%2Fahorn-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netsci-rwth%2Fahorn-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netsci-rwth","download_url":"https://codeload.github.com/netsci-rwth/ahorn-loader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netsci-rwth%2Fahorn-loader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28694457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T14:15:13.573Z","status":"ssl_error","status_checked_at":"2026-01-23T14:09:05.534Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cell-complex","datasets","higher-order-graph","simplicial-complex"],"created_at":"2026-01-20T15:00:39.797Z","updated_at":"2026-01-23T14:48:16.069Z","avatar_url":"https://github.com/netsci-rwth.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `ahorn-loader`\n\nLibrary and command-line application to interact with datasets in [AHORN](https://ahorn.rwth-aachen.de/).\n\n\u003cdiv align=\"center\"\u003e\n\n[![Python](https://img.shields.io/badge/python-3.12+-blue)](https://www.python.org/)\n[![license](https://badgen.net/github/license/netsci-rwth/ahorn-loader)](https://github.com/netsci-rwth/ahorn-loader/blob/main/LICENSE)\n\n\u003c/div\u003e\n\n## Usage\n\n`ahorn-loader` is both a command-line application and a Python package to interact with the AHORN repository for higher-order datasets.\n\n### Command-Line Usage\n\nTo install and use `ahorn-loader` from the command line, you can run the following command:\n\n```bash\nuvx ahorn-loader [command] [args]\n```\n\nCommands include:\n\n- `ls`: List available datasets in AHORN.\n- `download`: Download a dataset from AHORN.\n- `validate`: Validate a specific dataset file (e.g., before adding it to AHORN).\n\nTo get a full help of available commands and options, run `ahorn-loader --help`.\n\n### Python Package Usage\n\nTo use `ahorn-loader` as a Python package, you can install it via `pip` (or some other package manager of your choice):\n\n```bash\npip install ahorn-loader\n```\n\nThen, you can use it in your Python scripts:\n\n```python\nimport ahorn_loader\n\n# Download a dataset:\nahorn_loader.download_dataset(\"dataset_name\", \"target_path\")\n\n# Download and read a dataset:\n# The dataset will be stored in your system's cache. For a more permanent storage\n# location, use `ahorn_loader.download_dataset` instead.\nwith ahorn_loader.read_dataset(\"dataset_name\") as dataset:\n    for line in dataset:\n        ...\n```\n\n## Funding\n\n\u003cimg align=\"right\" width=\"200\" src=\"https://raw.githubusercontent.com/netsci-rwth/ahorn/main/public/images/erc_logo.png\"\u003e\n\nFunded by the European Union (ERC, HIGH-HOPeS, 101039827).\nViews and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or the European Research Council Executive Agency.\nNeither the European Union nor the granting authority can be held responsible for them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetsci-rwth%2Fahorn-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetsci-rwth%2Fahorn-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetsci-rwth%2Fahorn-loader/lists"}