{"id":44704879,"url":"https://github.com/charmed-hpc/hpc-libs","last_synced_at":"2026-02-15T10:41:45.991Z","repository":{"id":246588252,"uuid":"819567329","full_name":"charmed-hpc/hpc-libs","owner":"charmed-hpc","description":"A collection of libraries for authoring HPC charms 📖🖋️","archived":false,"fork":false,"pushed_at":"2025-12-15T17:58:00.000Z","size":421,"stargazers_count":1,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-19T00:53:32.679Z","etag":null,"topics":["automation","charm","charmed-hpc","hpc","juju"],"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/charmed-hpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","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":"2024-06-24T19:10:20.000Z","updated_at":"2025-12-15T17:58:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"a490db2b-be95-4d51-9c5a-3cb0d89f126c","html_url":"https://github.com/charmed-hpc/hpc-libs","commit_stats":null,"previous_names":["charmed-hpc/hpc-libs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/charmed-hpc/hpc-libs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charmed-hpc%2Fhpc-libs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charmed-hpc%2Fhpc-libs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charmed-hpc%2Fhpc-libs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charmed-hpc%2Fhpc-libs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charmed-hpc","download_url":"https://codeload.github.com/charmed-hpc/hpc-libs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charmed-hpc%2Fhpc-libs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29475932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T10:25:47.032Z","status":"ssl_error","status_checked_at":"2026-02-15T10:25:01.815Z","response_time":118,"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":["automation","charm","charmed-hpc","hpc","juju"],"created_at":"2026-02-15T10:41:45.439Z","updated_at":"2026-02-15T10:41:45.985Z","avatar_url":"https://github.com/charmed-hpc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hpc-libs\n\n[![hpc-libs tests](https://github.com/charmed-hpc/hpc-libs/actions/workflows/ci.yaml/badge.svg)](https://github.com/charmed-hpc/hpc-libs/actions/workflows/ci.yaml)\n![GitHub License](https://img.shields.io/github/license/charmed-hpc/hpc-libs)\n[![Matrix](https://img.shields.io/matrix/ubuntu-hpc%3Amatrix.org?logo=matrix\u0026label=ubuntu-hpc)](https://matrix.to/#/#hpc:ubuntu.com)\n\nA collection of libraries for authoring HPC charms 📖🖋️\n\nThe hpc-libs package is used within the [Juju charms](https://juju.is/charms-architecture) charms that compose\nCharmed HPC. The current libraries shipped in hpc-libs include:\n\n* `is_container` - a library for detecting the virtualization environment the charm is running within.\n* `slurm_ops` - a library for managing Slurm cluster operations via snap or systemd.\n\n## ✨ Getting Started\n\nEach module contains documentation and usage information in its module-level docstring.\n\n## 🤔 What's next?\n\nIf you want to learn more about all the things you can do with the hpc-libs package,\nor have any further questions on what you can do with the package, here are some\nfurther resources for you to explore:\n\n* [Open an issue](https://github.com/charmed-hpc/hpc-libs/issues/new?title=ISSUE+TITLE\u0026body=*Please+describe+your+issue*)\n* [Ask a question on Github](https://github.com/orgs/charmed-hpc/discussions/categories/q-a)\n\n## 🛠️ Development\n\nThe project uses [just](https://github.com/casey/just) and [uv](https://github.com/astral-sh/uv) for\ndevelopment, which provides some useful commands that will help you while hacking on hpc-libs:\n\n```shell\njust fmt            # Apply formatting standards to code.\njust lint           # Check code against coding style standards.\njust typecheck      # Run static type checks.\njust unit           # Run unit tests.\n```\n\nTo run the hpc-libs integration tests, you'll need to have both\n[gambol](https://github.com/nuccitheboss/gambol) and [LXD](https://ubuntu.com/lxd) installed\non your machine:\n\n```shell\njust integration    # Run integration tests.\n```\n\nIf you're interested in contributing your work to hpc-libs,\ntake a look at our [contributing guidelines](./CONTRIBUTING.md) for further details.\n\n## 🤝 Project and community\n\nhpc-libs is a project of the [Ubuntu High-Performance Computing community](https://ubuntu.com/community/governance/teams/hpc).\nInterested in contributing bug fixes, new editors, documentation, or feedback? Want to join the Ubuntu HPC community? You’ve come to the right place 🤩\n\nHere’s some links to help you get started with joining the community:\n\n* [Ubuntu Code of Conduct](https://ubuntu.com/community/ethos/code-of-conduct)\n* [Contributing guidelines](./CONTRIBUTING.md)\n* [Join the conversation on Matrix](https://matrix.to/#/#hpc:ubuntu.com)\n* [Get the latest news on Discourse](https://discourse.ubuntu.com/c/hpc/151)\n* [Ask and answer questions on GitHub](https://github.com/orgs/charmed-hpc/discussions/categories/q-a)\n\n## 📋 License\n\nThe hpc-libs charm libraries are free software, distributed under the Apache Software License, version 2.0.\nSee the [Apache-2.0 LICENSE](./LICENSE) file for further details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharmed-hpc%2Fhpc-libs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharmed-hpc%2Fhpc-libs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharmed-hpc%2Fhpc-libs/lists"}