Metadata-Version: 2.4
Name: static-sitemap
Version: 1.0.5
Summary: Create a sitemap from an url
Author-email: n4n5 <its.just.n4n5@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/its-just-nans/static-sitemap
Project-URL: Bug Tracker, https://github.com/its-just-nans/static-sitemap/issues
Keywords: sitemap,static,python,static-sitemap,static_sitemap,generator,sitemap-generator
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# static-sitemap [![pypi version](https://img.shields.io/pypi/v/static-sitemap)](https://pypi.org/project/static-sitemap/) ![pypi downloads](https://img.shields.io/pypi/dm/static-sitemap)

- [PyPi page](https://pypi.org/project/static-sitemap/)
- [PyPiStats](https://pypistats.org/packages/static-sitemap)
- [GitHub repo](https://github.com/Its-Just-Nans/static-sitemap)

## How to use

```sh
# install
python -m pip install --upgrade static_sitemap

python -m static_sitemap https://its-just-nans.github.io/
```

## Options

- `--verbose` : Display URLs
- `--quiet` : Display Nothing
- `--sitemap` : Create a `sitemap.xml` file
- `--rm-error` : Delete link with request error
- `--html` : to display the html from requests
