guts

Actions and client to derive container guts! 🤓

https://github.com/singularityhub/guts

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.3%) to scientific vocabulary

Keywords

docker entrypoint executable guts path
Last synced: 6 months ago · JSON representation ·

Repository

Actions and client to derive container guts! 🤓

Basic Info
Statistics
  • Stars: 4
  • Watchers: 2
  • Forks: 2
  • Open Issues: 1
  • Releases: 1
Topics
docker entrypoint executable guts path
Created over 3 years ago · Last pushed 9 months ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Citation

README.md

Container Guts!

PyPI version DOI

Want to know the "guts" inside your container, or more specifically, the executables on the PATH inside, and filesystem paths? 🤓

docs/assets/img/guts-colors-small.png

This is a library and set of GitHub actions to derive that!

Usage

For client and GitHub Actions usage, see our ⭐️ documentation ⭐️ There are (or will be) scattered examples under examples, e.g.,

examples/os_diffs/os-diffs.png

TODO

  • support for singularity and podman (if requested)

Owner

  • Name: Container Tools
  • Login: singularityhub
  • Kind: organization

open source container hosting registry, tools, and clients

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Sochat"
  given-names: "Vanessa"
  orcid: "https://orcid.org/0000-0002-4387-3819"
title: "guts"
version: 0.0.1
doi: 10.5281/zenodo.7703378
date-released: 2023-03-07
url: "https://github.com/singularityhub/guts"

GitHub Events

Total
  • Watch event: 2
  • Push event: 5
  • Pull request event: 1
  • Fork event: 2
  • Create event: 1
Last Year
  • Watch event: 2
  • Push event: 5
  • Pull request event: 1
  • Fork event: 2
  • Create event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 24
  • Total Committers: 2
  • Avg Commits per committer: 12.0
  • Development Distribution Score (DDS): 0.292
Top Committers
Name Email Commits
vsoch v****h@u****m 17
Vanessasaurus 8****h@u****m 7

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 2
  • Total pull requests: 7
  • Average time to close issues: about 7 hours
  • Average time to close pull requests: about 3 hours
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.0
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 32 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • vsoch (2)
Pull Request Authors
  • vsoch (8)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 145 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 7
  • Total maintainers: 1
pypi.org: container-guts

Easily export container guts (executables on the path).

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 145 Last month
Rankings
Dependent packages count: 6.6%
Average: 24.2%
Downloads: 25.0%
Stargazers count: 28.2%
Forks count: 30.5%
Dependent repos count: 30.6%
Maintainers (1)
Last synced: 7 months ago

Dependencies

docs/requirements.txt pypi
  • Jinja2 <3.1
  • appdirs *
  • configargparse *
  • docutils ==0.12
  • recommonmark *
  • sphinx *
  • sphinx-argparse *
  • sphinx_rtd_theme *
  • sphinxcontrib-napoleon *
examples/os_diffs/requirements.txt pypi
  • matplotlib *
  • pandas *
  • seaborn *
.github/workflows/docs.yml actions
  • JamesIves/github-pages-deploy-action v4 composite
  • actions/checkout v2 composite
.github/workflows/generate.yaml actions
  • ./action/diff * composite
  • ./action/manifest * composite
  • actions/checkout v3 composite
.github/workflows/main.yml actions
  • actions/checkout v3 composite
  • crate-ci/typos 592b36d23c62cb378f6097a292bc902ee73f93ef composite
action/diff/action.yaml actions
action/manifest/action.yaml actions
.github/dev-requirements.txt pypi
  • black ==23.3.0 development
  • flake8 * development
  • isort * development
  • pre-commit * development
setup.py pypi