Metadata-Version: 2.1
Name: parkrun-to-sqlite
Version: 0.6
Summary: Create a SQLite database containing your parkruns
Home-page: https://github.com/mwoodbri/parkrun-to-sqlite
Author: Mark Woodbridge
Author-email: mark.woodbridge@cantab.net
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# parkrun-to-sqlite

## Install

```shell
pip install parkrun-to-sqlite
```

## Run

```shell
parkrun-to-sqlite XXXXXXX parkruns.db
```

Replace `XXXXXXX` with your [parkrun ID](https://support.parkrun.com/hc/en-us/articles/200566243-What-is-my-parkrun-ID-number-), excluding the initial 'A'.

The SQLite database produced by this tool is designed to be browsed using [Datasette](https://datasette.readthedocs.io/) ([example](https://datasette.markwoodbridge.com/parkruns/runs)).


