Metadata-Version: 2.1
Name: automount-log-collator
Version: 0.1.0
Summary: Collate logfiles from automount logger
Home-page: https://github.com/tesujimath/automount-log-collator
Author: Simon Guest
Author-email: simon.guest@tesujimath.org
License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3
Requires-Dist: pendulum (>=2)
Requires-Dist: pytoml
Requires-Dist: setuptools

Automount-log-collator collates the log files from automount, producing a
summary of what programs have been run on the system, when, and by whom.  The
output comprises a number of files, one per command invoked, each being a list
of invocation instances.


