Skip to main content

A tool for keeping track of Python's interactions with the shell.

Project description

Lines of code codecov CodeFactor CodeQL Continuous Integration Contributor Covenant GitHub contributors Documentation Status License Merged PRs OpenSSF Best Practices OpenSSF Scorecard Platforms pre-commit pre-commit.ci Status PyPI - Version PyPI - Downloads Python Version Ruff

NOTICE: After using this package for a few years, we realized we'd attempted to do too many things at once with it. It still provides tremendous functionality for a wide variety of use cases, but for particular corner cases, it became apparent that design decisions made early on were hampering forward progress, and we wouldn't recommend doing things the same way today. Certain aspects of its functionality have inspired more focused packages (reverse-argparse, staged-script), and we hope to do the same with more functionality in the future. For the time being, though, don't expect much development and maintenance here. That said, if you use shell-logger and are eager to contribute to its longevity, let us know.

shell-logger

The shell-logger Python package allows you to interact with the shell, while logging various metadata, statistics, and trace information. Any time you're tempted to write your own wrapper around things like subprocess.Popen() or subprocess.run(), consider using shell_logger.ShellLogger.log() instead. If you're familiar with the Unix script command, this is similar in principle, but with substantially more functionality. If you're familiar with Python's logging module, the motivation is similar, but this intends to capture what's happening in the shell rather than in Python itself.

Installation

To get up and running with shell-logger, simply:

python3 -m pip install shell-logger-sandialabs

Usage

Once the package is installed, you can simply

from shell_logger import ShellLogger
sl = ShellLogger("Title of Log File")
sl.log("Execute my first command in the shell.", "echo 'Hello World'")
sl.finalize()

For more detailed usage and API information, please see our documentation.

Where to Get Help

If you're having trouble with shell-logger, or just want to ask a question, head on over to our issue board. If a quick search doesn't yield what you're looking for, feel free to file an issue.

Contributing

If you're interested in contributing to the development of shell-logger, we'd love to have your help :grinning: Check out our contributing guidelines for how to get started. Past contributors include:

License & Copyright

See LICENSE.md and COPYRIGHT.md.

Credits

Special thanks to the EMPIRE project for investing in the initial development of this tool, and the GMS project for serving as a second user and contributing to its clean-up.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shell_logger_sandialabs-3.0.4.tar.gz (173.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

shell_logger_sandialabs-3.0.4-py3-none-any.whl (182.8 kB view details)

Uploaded Python 3

File details

Details for the file shell_logger_sandialabs-3.0.4.tar.gz.

File metadata

  • Download URL: shell_logger_sandialabs-3.0.4.tar.gz
  • Upload date:
  • Size: 173.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for shell_logger_sandialabs-3.0.4.tar.gz
Algorithm Hash digest
SHA256 8b7ebeaf0395c594451ee6f97c29684e308bd29f130dbdee793aaa6d7f52a484
MD5 4f779be3a8e98ba55497c8bf7e9b89d2
BLAKE2b-256 abf645b627cf89177f8c0f5ed0e49fa9cc7e619575823155ff6f9367b05ab3de

See more details on using hashes here.

Provenance

The following attestation bundles were made for shell_logger_sandialabs-3.0.4.tar.gz:

Publisher: semantic-release.yml on sandialabs/shell-logger

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shell_logger_sandialabs-3.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for shell_logger_sandialabs-3.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2915307705386cf9f691a82efbcc64c99d9f21f125699f6a6db3f74db0158d25
MD5 ca91e8f057f4a6027127b2d7338ae77e
BLAKE2b-256 87296343bfc97a15b5f885a7c6d609a7a0768de35827d3038d297e646a3f998e

See more details on using hashes here.

Provenance

The following attestation bundles were made for shell_logger_sandialabs-3.0.4-py3-none-any.whl:

Publisher: semantic-release.yml on sandialabs/shell-logger

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page