{"id":24093201,"url":"https://github.com/umd-lib/aspace-sitemap","last_synced_at":"2026-06-08T01:32:41.789Z","repository":{"id":147002447,"uuid":"449372626","full_name":"umd-lib/aspace-sitemap","owner":"umd-lib","description":"ArchivesSpace sitemap.xml","archived":false,"fork":false,"pushed_at":"2024-12-28T11:40:15.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-27T12:41:55.519Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umd-lib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2022-01-18T17:00:16.000Z","updated_at":"2024-12-28T11:40:19.000Z","dependencies_parsed_at":"2025-02-27T11:04:16.254Z","dependency_job_id":"08475e15-5272-4d97-a8d8-e63e36521385","html_url":"https://github.com/umd-lib/aspace-sitemap","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/umd-lib/aspace-sitemap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Faspace-sitemap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Faspace-sitemap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Faspace-sitemap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Faspace-sitemap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umd-lib","download_url":"https://codeload.github.com/umd-lib/aspace-sitemap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Faspace-sitemap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34044919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"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":[],"created_at":"2025-01-10T09:25:59.683Z","updated_at":"2026-06-08T01:32:41.772Z","avatar_url":"https://github.com/umd-lib.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aspace-sitemap\n\nPython 3 Flask application to generate and serve a sitemap.xml file for\nArchivesSpace public interface using the ArchivesSpace API and the\nArchivesSnake Library.\n\n## Requires\n\n* Python 3\n\n## Running the Webapp\n\n```bash\n# create a .env file (then manually update environment variables)\ncp .env-template .env\n```\n\n### Running locally, directly with flask\n\n```bash\n# install requirements\npyenv install --skip-existing $(cat .python-version)\npython -m venv .venv --prompt \"$(basename \"$PWD\")-py$(cat .python-version)\"\nsource .venv/bin/activate\npip install -r requirements.txt\n\n# run the app with Flask\nflask run\n```\n\n### Running locally, in Docker\n\n```bash\ndocker build -t aspace-sitemap .\ndocker run -it --rm -p 5000:5000 --env-file=.env --read-only aspace-sitemap\n```\n\n### Endpoints\n\nThis will start the webapp listening on the default port 5000 on localhost\n(127.0.0.1), and running in [Flask's debug mode].\n\nRoot endpoint (just returns `{status: ok}` to all requests):\n\u003chttp://localhost:5000/\u003e\n\n/ping endpoint (just returns `{status: ok}` to all requests):\n\u003chttp://localhost:5000/ping\u003e\n\n/sitemap.py endpoint: \u003chttp://localhost:5000/sitemap.py\u003e\n\n[Flask's debug mode]: https://flask.palletsprojects.com/en/2.0.x/quickstart/#debug-mode\n\n## License\n\nSee the [LICENSE](LICENSE.txt) file for license rights and limitations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumd-lib%2Faspace-sitemap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumd-lib%2Faspace-sitemap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumd-lib%2Faspace-sitemap/lists"}