This module is for parsing Windows Prefetch files.
Project description
This module is for parsing Windows Prefetch files.
Build Status
Installation
To install winprefetch, simply:
$ pip install winprefetch
or using easy_install:
$ easy_install winprefetch
or from source:
$ python setup.py install
Getting Started
>>> import winprefetch
More Information
Free software: BSD license, see LICENSE.txt for details
Documentation: https://winprefetch.readthedocs.org.
Code licensed under the BSD license. See LICENSE.txt file for terms.