Metadata-Version: 2.4
Name: shakenfist-utilities
Version: 0.8.6
Summary: Utility libraries for Shaken Fist
Project-URL: Homepage, https://shakenfist.com
Project-URL: Bug Tracker, https://github.com/shakenfist/library-utilities/issues
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: oslo.concurrency
Requires-Dist: pylogrus
Requires-Dist: setproctitle
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: testtools; extra == "test"
Requires-Dist: mock; extra == "test"
Requires-Dist: stestr; extra == "test"
Requires-Dist: tox; extra == "test"
Requires-Dist: flake8; extra == "test"
Dynamic: license-file

# Shaken Fist Utilities

This package is a collection of utility methods that are useful to more than
one Shaken Fist project. They are likely useful to others as well.

The `logs` module emits structured JSON for daemons; the field names it
produces are documented in
[docs/log-record-fields.md](docs/log-record-fields.md).
