static-sitemap


Namestatic-sitemap JSON
Version 1.0.5 PyPI version JSON
download
home_pageNone
SummaryCreate a sitemap from an url
upload_time2025-08-09 22:28:56
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords sitemap static python static-sitemap static_sitemap generator sitemap-generator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # static-sitemap [![pypi version](https://img.shields.io/pypi/v/static-sitemap)](https://pypi.org/project/static-sitemap/) ![pypi downloads](https://img.shields.io/pypi/dm/static-sitemap)

- [PyPi page](https://pypi.org/project/static-sitemap/)
- [PyPiStats](https://pypistats.org/packages/static-sitemap)
- [GitHub repo](https://github.com/Its-Just-Nans/static-sitemap)

## How to use

```sh
# install
python -m pip install --upgrade static_sitemap

python -m static_sitemap https://its-just-nans.github.io/
```

## Options

- `--verbose` : Display URLs
- `--quiet` : Display Nothing
- `--sitemap` : Create a `sitemap.xml` file
- `--rm-error` : Delete link with request error
- `--html` : to display the html from requests

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "static-sitemap",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "sitemap, static, python, static-sitemap, static_sitemap, generator, sitemap-generator",
    "author": null,
    "author_email": "n4n5 <its.just.n4n5@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d0/c4/552529f5688c36a4c5bc1e2af455a9b959591dd1b3bb545b1ee098ce4ae7/static_sitemap-1.0.5.tar.gz",
    "platform": null,
    "description": "# static-sitemap [![pypi version](https://img.shields.io/pypi/v/static-sitemap)](https://pypi.org/project/static-sitemap/) ![pypi downloads](https://img.shields.io/pypi/dm/static-sitemap)\n\n- [PyPi page](https://pypi.org/project/static-sitemap/)\n- [PyPiStats](https://pypistats.org/packages/static-sitemap)\n- [GitHub repo](https://github.com/Its-Just-Nans/static-sitemap)\n\n## How to use\n\n```sh\n# install\npython -m pip install --upgrade static_sitemap\n\npython -m static_sitemap https://its-just-nans.github.io/\n```\n\n## Options\n\n- `--verbose` : Display URLs\n- `--quiet` : Display Nothing\n- `--sitemap` : Create a `sitemap.xml` file\n- `--rm-error` : Delete link with request error\n- `--html` : to display the html from requests\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Create a sitemap from an url",
    "version": "1.0.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/its-just-nans/static-sitemap/issues",
        "Homepage": "https://github.com/its-just-nans/static-sitemap"
    },
    "split_keywords": [
        "sitemap",
        " static",
        " python",
        " static-sitemap",
        " static_sitemap",
        " generator",
        " sitemap-generator"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f4c9934ba4db6b420f4c238b2e9074499fd3f62980add624a150aad815c4b4ed",
                "md5": "f0a4e04250e0a4daf3d801e20dad21f8",
                "sha256": "4845a55e74a91e3f2ccec8b22bc0e1482b57bbf791799fd56eebd002af1833c5"
            },
            "downloads": -1,
            "filename": "static_sitemap-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f0a4e04250e0a4daf3d801e20dad21f8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5404,
            "upload_time": "2025-08-09T22:28:54",
            "upload_time_iso_8601": "2025-08-09T22:28:54.013576Z",
            "url": "https://files.pythonhosted.org/packages/f4/c9/934ba4db6b420f4c238b2e9074499fd3f62980add624a150aad815c4b4ed/static_sitemap-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d0c4552529f5688c36a4c5bc1e2af455a9b959591dd1b3bb545b1ee098ce4ae7",
                "md5": "1d1dee15a63652e1a79b1f0487692876",
                "sha256": "403c10f835acf052a6e5a0d7e8c45344413161f2a9365ab80102728b8f6848b7"
            },
            "downloads": -1,
            "filename": "static_sitemap-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "1d1dee15a63652e1a79b1f0487692876",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4557,
            "upload_time": "2025-08-09T22:28:56",
            "upload_time_iso_8601": "2025-08-09T22:28:56.731198Z",
            "url": "https://files.pythonhosted.org/packages/d0/c4/552529f5688c36a4c5bc1e2af455a9b959591dd1b3bb545b1ee098ce4ae7/static_sitemap-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-09 22:28:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "its-just-nans",
    "github_project": "static-sitemap",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "static-sitemap"
}
        
Elapsed time: 4.39994s