{ "info": { "author": "SJQuant", "author_email": "seonujang92@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Manual Sitemap\n==============\n\nIntroduction\n-------------\n\nNowadays, SPA (Single Page Application) Websites using ``Vue``, ``React`` and ``Angular`` are booming. But, for those SPA websites, creating sitemap is not easy task for considering all uri query string and uri parameters. This module helps create sitemap manually using `python` file where we define urls, and query strings.\n\nInstallation\n------------\n\n``pip install manual-sitemap``\n\n.. note::\n\n It might be good using virtualenv tools such as `virtualenv` and `pipenv` to protect your root python and avoid dependency issue.\n\nExample\n--------\n\nMake config.py and set `DOMAIN`, `ROUTES` and `QUERIES` (optional).\n\n.. code:: python\n\n # config.py\n\n DOMAIN = 'https://example.com'\n\n # (route, [querie string keys])\n # queries must be emtpy list if it has no query strings.\n ROUTES = [\n ('/exercise', ['page', 'date']),\n ('/homework', ['date']),\n ]\n\n # { query string key: [query string values ]}\n QUERIES = {\n 'page': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],\n 'date': ['2019-01-01', '2019-04-03', '2019-04-08', '2019-05-06']\n }\n\n\nManual-sitemap can be easily run using ``manual-sitemap``\n\n.. code::\n\n $ manual-sitemap config\n\n\n.. note::\n\n - Remove ``.py`` at the end of config\n - You can change output filename using ``--output`` keyword", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sjquant/manual-sitemap", "keywords": "sitemap,xml", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "manual-sitemap", "package_url": "https://pypi.org/project/manual-sitemap/", "platform": "", "project_url": "https://pypi.org/project/manual-sitemap/", "project_urls": { "Homepage": "https://github.com/sjquant/manual-sitemap" }, "release_url": "https://pypi.org/project/manual-sitemap/19.6.0/", "requires_dist": null, "requires_python": "", "summary": "manually create sitemap config and generate sitemap using it", "version": "19.6.0" }, "last_serial": 5363416, "releases": { "19.6.0": [ { "comment_text": "", "digests": { "md5": "0ad3a0e3983a7ae784892c74142282e4", "sha256": "7261bcae1f1a11827666e49b405d87a5e2487eeecd05801bbb40265ee1f539ce" }, "downloads": -1, "filename": "manual-sitemap-19.6.0.tar.gz", "has_sig": false, "md5_digest": "0ad3a0e3983a7ae784892c74142282e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3299, "upload_time": "2019-06-05T17:08:43", "url": "https://files.pythonhosted.org/packages/fb/62/218a99c4a8510109964c4fa543906ebc37950821753f8494fd4490d9bfa7/manual-sitemap-19.6.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0ad3a0e3983a7ae784892c74142282e4", "sha256": "7261bcae1f1a11827666e49b405d87a5e2487eeecd05801bbb40265ee1f539ce" }, "downloads": -1, "filename": "manual-sitemap-19.6.0.tar.gz", "has_sig": false, "md5_digest": "0ad3a0e3983a7ae784892c74142282e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3299, "upload_time": "2019-06-05T17:08:43", "url": "https://files.pythonhosted.org/packages/fb/62/218a99c4a8510109964c4fa543906ebc37950821753f8494fd4490d9bfa7/manual-sitemap-19.6.0.tar.gz" } ] }