{"id":22599592,"url":"https://github.com/singularityhub/sregistry-cli","last_synced_at":"2025-04-11T01:23:17.262Z","repository":{"id":41271420,"uuid":"114284219","full_name":"singularityhub/sregistry-cli","owner":"singularityhub","description":"Singularity Global Client for container management","archived":false,"fork":false,"pushed_at":"2023-06-20T20:15:08.000Z","size":2765,"stargazers_count":15,"open_issues_count":22,"forks_count":17,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-01T00:30:09.806Z","etag":null,"topics":["client","singularity","singularity-container","singularity-hub","singularity-registry"],"latest_commit_sha":null,"homepage":"https://singularityhub.github.io/sregistry-cli/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/singularityhub.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"vsoch"}},"created_at":"2017-12-14T18:39:01.000Z","updated_at":"2025-01-09T09:30:24.000Z","dependencies_parsed_at":"2022-08-25T19:50:50.915Z","dependency_job_id":null,"html_url":"https://github.com/singularityhub/sregistry-cli","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularityhub%2Fsregistry-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularityhub%2Fsregistry-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularityhub%2Fsregistry-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularityhub%2Fsregistry-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/singularityhub","download_url":"https://codeload.github.com/singularityhub/sregistry-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247947823,"owners_count":21023058,"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":["client","singularity","singularity-container","singularity-hub","singularity-registry"],"created_at":"2024-12-08T11:10:32.703Z","updated_at":"2025-04-11T01:23:17.237Z","avatar_url":"https://github.com/singularityhub.png","language":"Python","readme":"# Singularity Global Client\n\n[![https://img.shields.io/badge/software%20checklist-100%25-59BF40](https://img.shields.io/badge/software%20checklist-100%25-59BF40)](https://stanford-rc.github.io//rse-services/docs/tools/software-checklist/badge?label=100%25\u0026color=#59BF40\u0026ids=r1,r2,r3,r4,r5,r6,d1,d2,d3,d4,d5,d6,d7,a1,a2,a3,ci1,ci2\u0026title=singularityhub/sregistry-cli)\n[![GitHub actions status](https://github.com/singularityhub/sregistry-cli/workflows/sregistry-ci/badge.svg?branch=master)](https://github.com/singularityhub/sregistry-cli/actions?query=branch%3Amaster+workflow%3Asregistry-ci)\n\nHi Friends! Are your containers lonely? Singularity containers thrive in happiness when they are shared. This means that wherever you might have them in these cloudy places, they are easy to find and move around.\n\n## What is this?\n\nSingularity Global Client is an interface to interact with Singularity containers in many different storage locations. We are able to use modern APIs by way of providing and using the software within a Singularity container! For older architectures, we provide a [Singularity container](Singularity) for you to use instead. You can build it from this repository, or use the provided container on [Singularity Hub](https://www.singularity-hub.org/collections/379).\n\nIf used for the Singularity Registry client, Python 3 is required. See our [installation guide](https://singularityhub.github.io/sregistry-cli/install) to get started. For more details, please refer to our [documentation](docs).\n\n## Installation instructions\n\nWith pip:\n\n```bash\npip install sregistry[all]\n```\n\nWith conda:\n\n```bash\nconda install -c conda-forge sregistry\n```\n\nMore detailed instructions can be found [here](https://singularityhub.github.io/sregistry-cli/install)\n\n## Python Versions Under 3\n\nIf you are looking for a version that works with Python 2.* see [this branch](https://github.com/singularityhub/sregistry-cli/releases/tag/v0.1.41), or all releases / branches prior to 0.2.0.\n\n## Building the RPM\n\nThe file [sregistry-cli.spec](sregistry-cli.spec) is provided to build an rpm for a specified version,\ntypcailly the current release on pypi, and was discussed [here](https://github.com/singularityhub/sregistry-cli/issues/138#issuecomment-413323717).\nYou should do the following:\n\n 1. Update the version to be the current in pypi specified in [sregistry/version.py](sregistry/version.py).\n\n```bash\nVersion:        0.0.89\n```\n\n 2. Create a [new release](https://github.com/singularityhub/sregistry-cli/releases/new) on Github with the version spec file added.\n 3. Download the .tar.gz file from the release\n\n```bash\nVERSION=0.0.92\nwget https://github.com/singularityhub/sregistry-cli/archive/sregistry-cli-${VERSION}.tar.gz\n```\n\n 4. Use rpmbuild to build it.\n\n```bash\nrpmbuild -ta sregistry-cli-$VERSION.tar.gz\n```\n\nYou should get an srpm which that can be distributed and anyone can be rebuilt:\n\n```bash\nrpmbuild --rebuild sregistry-cli.srpm\n```\n\n## License\n\nThis code is licensed under the MPL 2.0 [LICENSE](LICENSE).\n","funding_links":["https://github.com/sponsors/vsoch"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingularityhub%2Fsregistry-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingularityhub%2Fsregistry-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingularityhub%2Fsregistry-cli/lists"}