{ "info": { "author": "VitalVas", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development" ], "description": "PySitemap\n=========\n\nA Python library for generating a sitemap\n\n\n\nLatest Version\n--------------\nThe latest version of this project can be found at : http://github.com/vitalvas/pysitemap.\n\n\nInstallation\n------------\n* Option 1 : Install via pip ::\n\n\tpip install pysitemap\n\n* Option 2 : If you have downloaded the source ::\n\n\tpython setup.py install\n\n\nDocumentation\n-------------\nHow to use? ::\n\n\tfrom pysitemap import SiteMap\n\tfrom datetime import datetime\n\n\tsite = SiteMap()\n\tsite.add(\n\t\tloc='http://example.com/webhp', \n\t\tlastmod=datetime.now(), \n\t\tchangefreq='weekly')\n\n\tprint site.to_string()\n\n\nReporting Bugs\n--------------\nPlease report the bugs at github issue tracker.\nhttps://github.com/vitalvas/pysitemap/issues\n\n\nAuthor\n------\nVitalVas \nVitaliy Vasilenko\n\n* http://github.com/vitalvas\n* http://www.vitalvas.com", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/vitalvas/pysitemap", "keywords": "sitemap xml", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "pysitemap", "package_url": "https://pypi.org/project/pysitemap/", "platform": "any", "project_url": "https://pypi.org/project/pysitemap/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/vitalvas/pysitemap" }, "release_url": "https://pypi.org/project/pysitemap/0.5/", "requires_dist": null, "requires_python": null, "summary": "A Python library for generating sitemap", "version": "0.5" }, "last_serial": 853452, "releases": { "0.4": [ { "comment_text": "", "digests": { "md5": "346f5c2203b5063eac356eba9555ff82", "sha256": "ae98faf0552d467c123a11defa2190dc63f30507718b9e844d887596e6345a06" }, "downloads": -1, "filename": "pysitemap-0.4.tar.gz", "has_sig": false, "md5_digest": "346f5c2203b5063eac356eba9555ff82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2162, "upload_time": "2013-04-22T05:51:42", "url": "https://files.pythonhosted.org/packages/9a/38/b7b829ce5e617a9efd937b2082793f394a5e3c476127c319ab00e95b8c23/pysitemap-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "80002567e11f7ed3fde65da4db2fe2cb", "sha256": "00bcd900d3dca93ea51a1d950535bbac47e58dd745c1ae1feeaa43ed875a196c" }, "downloads": -1, "filename": "pysitemap-0.5.tar.gz", "has_sig": false, "md5_digest": "80002567e11f7ed3fde65da4db2fe2cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2178, "upload_time": "2013-08-30T11:35:58", "url": "https://files.pythonhosted.org/packages/9b/f0/9a1ed14daac7a939ce3ef538e04e533cef00bfa2503797b7882499ca3749/pysitemap-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "80002567e11f7ed3fde65da4db2fe2cb", "sha256": "00bcd900d3dca93ea51a1d950535bbac47e58dd745c1ae1feeaa43ed875a196c" }, "downloads": -1, "filename": "pysitemap-0.5.tar.gz", "has_sig": false, "md5_digest": "80002567e11f7ed3fde65da4db2fe2cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2178, "upload_time": "2013-08-30T11:35:58", "url": "https://files.pythonhosted.org/packages/9b/f0/9a1ed14daac7a939ce3ef538e04e533cef00bfa2503797b7882499ca3749/pysitemap-0.5.tar.gz" } ] }