A Python library for generating sitemap
Project description
A Python library for generating a sitemap
Latest Version
The latest version of this project can be found at : http://github.com/vitalvas/pysitemap.
Installation
Option 1 : Install via pip
pip install pysitemap
Option 2 : If you have downloaded the source
python setup.py install
Documentation
How to use?
from pysitemap import SiteMap
from datetime import datetime
site = SiteMap()
site.add(
loc='http://example.com/webhp',
lastmod=datetime.now(),
changefreq='weekly')
print site.to_string()
Reporting Bugs
Please report the bugs at github issue tracker. https://github.com/vitalvas/pysitemap/issues
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
pysitemap-0.5.tar.gz
(2.2 kB
view details)
File details
Details for the file pysitemap-0.5.tar.gz.
File metadata
- Download URL: pysitemap-0.5.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00bcd900d3dca93ea51a1d950535bbac47e58dd745c1ae1feeaa43ed875a196c
|
|
| MD5 |
80002567e11f7ed3fde65da4db2fe2cb
|
|
| BLAKE2b-256 |
9bf09a1ed14daac7a939ce3ef538e04e533cef00bfa2503797b7882499ca3749
|