static-sitemap


Namestatic-sitemap JSON
Version 1.0.3 PyPI version JSON
download
home_pageNone
SummaryCreate a sitemap from an url
upload_time2024-05-31 18:05:34
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 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 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
- `--rmError` : Delete incorrect link in the arra
- `--css` : check css file (useless)
- `--json` : check json file (useless)
- `--html` : to display the html from requests

## Others files

- `other.html` is useless

            

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/c6/be/6226a5eb4d4b2f1b2e348667aa6f57564160726d777141efcfe56efda707/static_sitemap-1.0.3.tar.gz",
    "platform": null,
    "description": "# 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 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- `--rmError` : Delete incorrect link in the arra\n- `--css` : check css file (useless)\n- `--json` : check json file (useless)\n- `--html` : to display the html from requests\n\n## Others files\n\n- `other.html` is useless\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Create a sitemap from an url",
    "version": "1.0.3",
    "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": "",
            "digests": {
                "blake2b_256": "fa993058302054edea2dc456544777677e610bc1b42fdf79a2780922f9afd0b9",
                "md5": "59345460e72966c722ac0ca3206bbd05",
                "sha256": "d7f7310373a62c67bd0249f8b76cf6f8d1745fc7b6d6fde2b491a3d319ba06ab"
            },
            "downloads": -1,
            "filename": "static_sitemap-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "59345460e72966c722ac0ca3206bbd05",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3603,
            "upload_time": "2024-05-31T18:05:33",
            "upload_time_iso_8601": "2024-05-31T18:05:33.141877Z",
            "url": "https://files.pythonhosted.org/packages/fa/99/3058302054edea2dc456544777677e610bc1b42fdf79a2780922f9afd0b9/static_sitemap-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6be6226a5eb4d4b2f1b2e348667aa6f57564160726d777141efcfe56efda707",
                "md5": "38c5adbc2988a964dbaa02856b4e100a",
                "sha256": "3330029718c7c7992f65398d09de8fc7cab1983b912e9a5521853607deeffa44"
            },
            "downloads": -1,
            "filename": "static_sitemap-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "38c5adbc2988a964dbaa02856b4e100a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3285,
            "upload_time": "2024-05-31T18:05:34",
            "upload_time_iso_8601": "2024-05-31T18:05:34.180318Z",
            "url": "https://files.pythonhosted.org/packages/c6/be/6226a5eb4d4b2f1b2e348667aa6f57564160726d777141efcfe56efda707/static_sitemap-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-31 18:05:34",
    "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: 0.39872s