Skip to content

clerklabs/selfquantifier

Repository files navigation

selfquantifier

Tools for extracting, annotating and summarizing transaction, location history and time tracking data from local files

Installation

Using pip:

pip install selfquantifier

Using Poetry:

poetry add selfquantifier

Usage

Import the library:

import selfquantifier

Development

To work on improving this library, please read DEV.md.