Metadata-Version: 2.1
Name: container-guts
Version: 0.0.14
Summary: Easily export container guts (executables on the path).
Home-page: https://github.com/singularityhub/guts
Author: Vanessa Sochat
Author-email: vsoch@users.noreply.github.com
Maintainer: Vanessa Sochat
License: LICENSE
Keywords: docker,containers,introspection
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.3
Description-Content-Type: text/markdown
Provides-Extra: all
License-File: LICENSE

# Container Guts!

[![PyPI version](https://badge.fury.io/py/container-guts.svg)](https://badge.fury.io/py/container-guts)

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](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](https://singularityhub.github.io/guts/) ⭐️
There are (or will be) scattered examples under [examples](examples), e.g.,

![examples/os_diffs/os-diffs.png](examples/os_diffs/os-diffs.png)

## TODO

- support for singularity and podman (if requested)


