{"id":28952725,"url":"https://github.com/stac-utils/developer-guide","last_synced_at":"2025-07-06T22:07:57.228Z","repository":{"id":243873849,"uuid":"614578435","full_name":"stac-utils/developer-guide","owner":"stac-utils","description":"Developer guide for stac-utils","archived":false,"fork":false,"pushed_at":"2023-04-11T14:08:03.000Z","size":41,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-23T17:15:31.035Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://stac-utils.github.io/developer-guide/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stac-utils.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-15T21:59:16.000Z","updated_at":"2023-04-25T20:44:06.000Z","dependencies_parsed_at":"2024-06-11T19:02:42.760Z","dependency_job_id":"48f47be9-eda5-4ebe-b068-1bbd68d3bf1d","html_url":"https://github.com/stac-utils/developer-guide","commit_stats":null,"previous_names":["stac-utils/developer-guide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stac-utils/developer-guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stac-utils%2Fdeveloper-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stac-utils%2Fdeveloper-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stac-utils%2Fdeveloper-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stac-utils%2Fdeveloper-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stac-utils","download_url":"https://codeload.github.com/stac-utils/developer-guide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stac-utils%2Fdeveloper-guide/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263980181,"owners_count":23538922,"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":[],"created_at":"2025-06-23T17:12:20.500Z","updated_at":"2025-07-06T22:07:57.223Z","avatar_url":"https://github.com/stac-utils.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The stac-utils developer guide\n\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/stac-utils/developer-guide/deploy.yaml?style=for-the-badge)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=for-the-badge)](./CODE_OF_CONDUCT)\n\nThis book is meant as a reference for developers working on repos in the [stac-utils organization](https://github.com/stac-utils).\nIts rendered content is available at \u003chttp://stac-utils.github.io/developer-guide/\u003e.\n\n## Contributing\n\nInstall the development requirements:\n\n```shell\npip install -r requirements-dev.txt\n```\n\nThe book's source is located in [src/](./src/).\nTo build the documentation as html pages:\n\n```shell\nmake html\n```\n\nWhile writing, it can be easiest to rebuild the html documentation as you write:\n\n```shell\nmake livehtml\n```\n\nThis will start a documentation server at \u003chttp://127.0.0.1:8000/\u003e.\n\n### Updating dependencies\n\nWe use [pip-tools](https://github.com/jazzband/pip-tools) to generate our [requirements.txt](./requirements.txt) file.\nTo add, edit, or remove a dependency, change [requirements.in](./requirements.in).\nThen:\n\n```shell\npip-compile requirements.in\n```\n\nTo update dependency versions:\n\n```shell\npip-compile --upgrade requirements.in\n```\n\nTo add, edit, or remove a development dependency (used for writing, but not used for building), edit [requirements-dev.txt](./requirements-dev.txt).\nYou may need to update [.pre-commit-config.yaml](./.pre-commit-config.yaml) as well to match versions (e.g. if you update the [black](https://github.com/psf/black) version).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstac-utils%2Fdeveloper-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstac-utils%2Fdeveloper-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstac-utils%2Fdeveloper-guide/lists"}