Socket
Socket
Sign inDemoInstall

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


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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc