Metadata-Version: 2.1
Name: family_parkrun
Version: 0.0.1
Summary: Generate a summary of the parkrun performances of a group of people.
Author: Tom Fryers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Project-URL: Home, https://gitlab.com/Tom_Fryers/family-parkrun-summary

# Family parkrun Summary

To use:

- Ensure you have [Python][] installed.
- Create a file containing a newline-separated list of runner ID numbers.
  These are the numbers at the end of the URL for their personal page.
- Run `family-parkrun` with the `-d` argument, followed by the filename
  of your runner list, and wait for it to download.
  ```bash
  python family-parkrun -d runners.txt
  ```
- View `summary.html` in your browser.

[python]: https://www.python.org

