Metadata-Version: 2.1
Name: static-sitemap
Version: 1.0.3
Summary: Create a sitemap from an url
Author-email: n4n5 <its.just.n4n5@gmail.com>
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: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# 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 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
- `--rmError` : Delete incorrect link in the arra
- `--css` : check css file (useless)
- `--json` : check json file (useless)
- `--html` : to display the html from requests

## Others files

- `other.html` is useless
