Metadata-Version: 2.4
Name: cachefs
Version: 0.0.2
Author-email: Stuart Longland <stuartl@vrt.com.au>
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pyat
Dynamic: license-file

cachefs
=======

`cachefs` is a helper library for code that needs to keep track of a directory tree
without calling `os.stat` at a ridiculously fast rate.  Also included are functions
for recursively searching a tree.

REQUIREMENTS
============

- `pyat`_

TYPICAL USAGE
=============

TODO

STATUS
======

- Early implementation

.. _`pyat`: https://github.com/vrtsystems/pyat
