An async command line utility for generating a sitemap
Project description
[](https://travis-ci.org/konstantinfarrell/sitemap3) [](https://coveralls.io/github/konstantinfarrell/sitemap3?branch=develop)
# Sitemap3
Sitemap3 is an async sitemap generation utility written in Python 3.5. It currently generates a list of urls and either outputs them or writes them to a file.
## Install
pip install sitemap3
or
git clone git@github.com:konstantinfarrell/sitemap3.git cd sitemap3 python setup.py install
Don’t forget a virtualenv
## Usage
From the shell
sitemap –u <url> sitemap –u <url> –w <output>
Within a script
from sitemap import sitemap
url = ‘https://konstantinfarrell.github.io’ results = sitemap(url)
## TODO
Add xml support
## KNOWN BUGS
Larger sites may cause program to timeout
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file sitemap3-0.1.4.tar.gz.
File metadata
- Download URL: sitemap3-0.1.4.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c91f3e6edb5e88e852c5c9e60c3729d46f86b5424e004c9b692c0881d90da7cf
|
|
| MD5 |
06ad62f2b73ca071d59fae4fa70d927c
|
|
| BLAKE2b-256 |
b704caac60d89c2a617c4a96b436886d2d1d35c5a6d23806b3cc2c8693bca542
|