Metadata-Version: 2.4
Name: timecat
Version: 2.1.0
Summary: a powerful tool for searching log files with binary search algorithm
Home-page: https://github.com/fanfank/timecat
Author: xuruiqi
Author-email: reetsee.xu@gmail.com
License: MIT
Keywords: log binary search tool
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Topic :: Utilities
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Text Processing :: Filters
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: summary

Usage: timecat -s '2016-01-02 20:13:14' -e '2016-01-02 20:14:13', or: timecat -d '2016-01-02' -s '20:13:14' -e '20:14:13'. timecat output contents within the specified [start, end) range, saving huge amounts of disk I/Os. Timecat supports popular datetime formats say syslog, apache, nginx, timestamp, etc.
