Metadata-Version: 2.4
Name: methodical
Version: 0.1.0
Summary: Scan a markdown file and create a table of content
Author-email: LaLinguette <LaLinguette@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/lalinguette/methodical
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# methodical
A simple tool that scans markdown pages for headlines and assembles them in a table of contents




## Contributing

### Development setup
Install pre-commit hooks:

```bash
pip install pre-commit
pre-commit install
pre-commit install --hook-type pre-push
