Skip to main content

A Python library for generating sitemap

Project description

A Python library for generating 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 feed.to_string()

Reporting Bugs

Please report the bugs at github issue tracker. https://github.com/vitalvas/pysitemap/issues

Author

VitalVas <source@vitalvas.com> Vitaliy Vasilenko

Project details


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.4.tar.gz (2.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page