static-sitemap


Namestatic-sitemap JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryCreate a sitemap from an url
upload_time2023-12-16 10:15:20
maintainer
docs_urlNone
author
requires_python>=3.6
license
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

## How to use

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

python -m static_sitemap https://my-static-website.com
```

## 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": "",
    "name": "static-sitemap",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "sitemap,static,python,static-sitemap,static_sitemap,generator,sitemap-generator",
    "author": "",
    "author_email": "n4n5 <its.just.n4n5@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/73/31/7bc1d6ec24d7b756199bd6fbef0cef89940468cce23fa9f65a2181e11a0e/static-sitemap-0.0.1.tar.gz",
    "platform": null,
    "description": "# Static-sitemap\n\n## How to use\n\n```sh\n# install\npython -m pip install static_sitemap\n\npython -m static_sitemap https://my-static-website.com\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": "",
    "summary": "Create a sitemap from an url",
    "version": "0.0.1",
    "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": "6f7a7fd87e1578e6603a7168dc3e34018e1c79c7bd144b91676dc9c729565dda",
                "md5": "4ee31eea7b58079b8c16646e6999bec0",
                "sha256": "debb34bc6892ae4c7d2f6c29a40002421eca70ebc3f06cc1d9dc4a65f14f67fe"
            },
            "downloads": -1,
            "filename": "static_sitemap-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4ee31eea7b58079b8c16646e6999bec0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3454,
            "upload_time": "2023-12-16T10:15:18",
            "upload_time_iso_8601": "2023-12-16T10:15:18.327296Z",
            "url": "https://files.pythonhosted.org/packages/6f/7a/7fd87e1578e6603a7168dc3e34018e1c79c7bd144b91676dc9c729565dda/static_sitemap-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73317bc1d6ec24d7b756199bd6fbef0cef89940468cce23fa9f65a2181e11a0e",
                "md5": "3fbec4b98e43b7eb3420d342276c62e7",
                "sha256": "9d984cacbc723f5783ac4e00b28c7f353c115fb5e673705fa8340e92fa51634c"
            },
            "downloads": -1,
            "filename": "static-sitemap-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3fbec4b98e43b7eb3420d342276c62e7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3134,
            "upload_time": "2023-12-16T10:15:20",
            "upload_time_iso_8601": "2023-12-16T10:15:20.082055Z",
            "url": "https://files.pythonhosted.org/packages/73/31/7bc1d6ec24d7b756199bd6fbef0cef89940468cce23fa9f65a2181e11a0e/static-sitemap-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-16 10:15:20",
    "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.15097s