Metadata-Version: 2.1
Name: mkdocs-plugin-progress
Version: 1.2.0
Summary: A plugin for MkDocs that lets you know exactly what is happening during the build.
Home-page: https://github.com/rdilweb/mkdocs-plugin-progress
Author: Reece Dunham
Author-email: me@rdil.rocks
License: Apache 2
Project-URL: Bug Tracker, https://github.com/rdilweb/mkdocs-plugin-progress/issues
Project-URL: Source Code, https://github.com/rdilweb/mkdocs-plugin-progress
Project-URL: License, https://github.com/rdilweb/mkdocs-plugin-progress/blob/master/LICENSE
Keywords: mkdocs,plugin,progress,build,debugging
Platform: UNKNOWN
Requires-Python: >=3.3
Description-Content-Type: text/markdown
Requires-Dist: mkdocs (>=1.0.0)

# mkdocs-plugin-progress

A plugin for MkDocs that lets you know exactly what is happening during the build.
This is helpful for use cases such as debugging, or trying to find out which pages the builder is getting stuck on for longer periods of time.

## Usage

Please see [the documentation](https://docs.rdil.rocks/libraries/mkdocs-plugin-progress/).

## License

Copyright (c) 2020-current year Reece Dunham - under the Apache license, a copy of which can be found at https://www.apache.org/licenses/LICENSE-2.0


