pysecuritytxt


Namepysecuritytxt JSON
Version 1.3.3 PyPI version JSON
download
home_pageNone
SummaryPython CLI and module for querying security.txt files on domains.
upload_time2025-01-29 10:57:33
maintainerNone
docs_urlNone
authorRaphaël Vinot
requires_python>=3.9
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python client and module for querying .well-known/security.txt files

Give it a domain, it tries to fetch the security.txt file

## Installation

```bash
pip install pysecuritytxt
```

## Usage

### Command line

You can use the `pysecuritytxt` command:

```bash
usage: pysecuritytxt [-h] [-p] url_or_domain

Try to get a security.txt file

positional arguments:
  url_or_domain  Try to get the file from there.

options:
  -h, --help     show this help message and exit
  -p, --parse    Parse the response, returns dict
```

### Library

See [API Reference](https://pysecuritytxt.readthedocs.io/en/latest/api_reference.html)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pysecuritytxt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Rapha\u00ebl Vinot",
    "author_email": "raphael.vinot@circl.lu",
    "download_url": "https://files.pythonhosted.org/packages/ff/a5/742fd5afedb84d0ad2d3b27efbd9c551f7923db76f6c073f9f8c22cabdb1/pysecuritytxt-1.3.3.tar.gz",
    "platform": null,
    "description": "# Python client and module for querying .well-known/security.txt files\n\nGive it a domain, it tries to fetch the security.txt file\n\n## Installation\n\n```bash\npip install pysecuritytxt\n```\n\n## Usage\n\n### Command line\n\nYou can use the `pysecuritytxt` command:\n\n```bash\nusage: pysecuritytxt [-h] [-p] url_or_domain\n\nTry to get a security.txt file\n\npositional arguments:\n  url_or_domain  Try to get the file from there.\n\noptions:\n  -h, --help     show this help message and exit\n  -p, --parse    Parse the response, returns dict\n```\n\n### Library\n\nSee [API Reference](https://pysecuritytxt.readthedocs.io/en/latest/api_reference.html)\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Python CLI and module for querying security.txt files on domains.",
    "version": "1.3.3",
    "project_urls": {
        "Documentation": "https://pysecuritytxt.readthedocs.io/en/latest/index.html",
        "Repository": "https://github.com/Lookyloo/pysecuritytxt",
        "issues": "https://github.com/Lookyloo/pysecuritytxt/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f73e8a33cd0d1dbd496da0d81c9930fb981132535bf45542050abd8c36333f2c",
                "md5": "571dfd15b3f160e37391bea89745ee31",
                "sha256": "dec65b39f73bfcdc0bc5cb8bbbf77a725fa30ae61defeb9e9365d96115a4084e"
            },
            "downloads": -1,
            "filename": "pysecuritytxt-1.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "571dfd15b3f160e37391bea89745ee31",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 6018,
            "upload_time": "2025-01-29T10:57:31",
            "upload_time_iso_8601": "2025-01-29T10:57:31.482251Z",
            "url": "https://files.pythonhosted.org/packages/f7/3e/8a33cd0d1dbd496da0d81c9930fb981132535bf45542050abd8c36333f2c/pysecuritytxt-1.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ffa5742fd5afedb84d0ad2d3b27efbd9c551f7923db76f6c073f9f8c22cabdb1",
                "md5": "f313274b760f28a139f20781076a91d1",
                "sha256": "38d3ab9275995186d9b8262a12e1a9db68b2d3c681628e08ff1d55fa31eb6297"
            },
            "downloads": -1,
            "filename": "pysecuritytxt-1.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "f313274b760f28a139f20781076a91d1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4796,
            "upload_time": "2025-01-29T10:57:33",
            "upload_time_iso_8601": "2025-01-29T10:57:33.170719Z",
            "url": "https://files.pythonhosted.org/packages/ff/a5/742fd5afedb84d0ad2d3b27efbd9c551f7923db76f6c073f9f8c22cabdb1/pysecuritytxt-1.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-29 10:57:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Lookyloo",
    "github_project": "pysecuritytxt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pysecuritytxt"
}
        
Elapsed time: 1.61728s