Metadata-Version: 2.1
Name: mkdocs-plugin-progress
Version: 1.1.4
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.

## License

Copyright (c) 2020-current year Reece Dunham

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


