🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

pysitemap

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pysitemap

A Python library for generating sitemap

0.5
PyPI
Maintainers
1

PySitemap

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

Author

VitalVas source@vitalvas.com Vitaliy Vasilenko

Keywords

sitemap xml

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts