Metadata-Version: 2.1
Name: indexhtmlappender
Version: 0.5.0
Summary: For each html file you encounter, add the suffix '/index.html' to each relative url
Home-page: https://pypi.org/project/indexhtmlappender
License: MIT
Author: William Bonvini
Author-email: william.bonvini@outlook.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: minilog
Requires-Dist: typer (>=0.9.0,<0.10.0)
Project-URL: Documentation, https://indexhtmlappender.readthedocs.io
Project-URL: Repository, https://github.com/WilliamBonvini/indexhtmlappender
Description-Content-Type: text/markdown

# Overview

For each html file you encounter, add the suffix "/index.html" to each relative url

This project was generated with [cookiecutter](https://github.com/audreyr/cookiecutter) using [jacebrowning/template-python](https://github.com/jacebrowning/template-python).

[![Unix Build Status](https://img.shields.io/github/actions/workflow/status/WilliamBonvini/indexhtmlappender/main.yml?branch=main&label=linux)](https://github.com/WilliamBonvini/indexhtmlappender/actions)
[![Windows Build Status](https://img.shields.io/appveyor/ci/WilliamBonvini/indexhtmlappender.svg?label=windows)](https://ci.appveyor.com/project/WilliamBonvini/indexhtmlappender)
[![Coverage Status](https://img.shields.io/codecov/c/gh/WilliamBonvini/indexhtmlappender)](https://codecov.io/gh/WilliamBonvini/indexhtmlappender)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/WilliamBonvini/indexhtmlappender.svg)](https://scrutinizer-ci.com/g/WilliamBonvini/indexhtmlappender)
[![PyPI License](https://img.shields.io/pypi/l/indexhtmlappender.svg)](https://pypi.org/project/indexhtmlappender)
[![PyPI Version](https://img.shields.io/pypi/v/indexhtmlappender.svg)](https://pypi.org/project/indexhtmlappender)
[![PyPI Downloads](https://img.shields.io/pypi/dm/indexhtmlappender.svg?color=orange)](https://pypistats.org/packages/indexhtmlappender)

## Setup

### Requirements

* Python 0.0+

### Installation

Install it directly into an activated virtual environment:

```text
$ pip install indexhtmlappender
```

or add it to your [Poetry](https://poetry.eustace.io/) project:

```text
$ poetry add indexhtmlappender
```

## Usage

After installation, the package can be imported:

```text
$ python
>>> import indexhtmlappender
>>> indexhtmlappender.__version__
```

