{"id":22266725,"url":"https://github.com/2fake/ssllabs","last_synced_at":"2025-03-25T14:27:10.736Z","repository":{"id":209452278,"uuid":"721594570","full_name":"2Fake/ssllabs","owner":"2Fake","description":"Qualys SSL Labs API in python","archived":false,"fork":false,"pushed_at":"2024-07-15T22:55:24.000Z","size":1998,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-30T13:22:23.762Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"devolo/ssllabs","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/2Fake.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-21T11:38:11.000Z","updated_at":"2024-04-30T06:07:59.000Z","dependencies_parsed_at":"2024-12-03T10:35:50.728Z","dependency_job_id":null,"html_url":"https://github.com/2Fake/ssllabs","commit_stats":null,"previous_names":["2fake/ssllabs"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2Fake%2Fssllabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2Fake%2Fssllabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2Fake%2Fssllabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2Fake%2Fssllabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2Fake","download_url":"https://codeload.github.com/2Fake/ssllabs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245479281,"owners_count":20622114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-03T10:23:45.143Z","updated_at":"2025-03-25T14:27:10.704Z","avatar_url":"https://github.com/2Fake.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ssllabs\n\nThis project implements the [Qualys SSL Labs](https://www.ssllabs.com/ssltest/) API in python. It uses [API version 3](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs-v3.md). All methods are async. However, it is not affiliated with or officially supported by SSL Labs.\n\n## System requirements\n\nDefining the system requirements with exact versions typically is difficult. But there is a tested environment:\n\n* Linux\n* Python 3.11.6\n* pip 23.3.1\n* dacite 1.8.1\n* httpx 0.25.2\n\nOther versions and even other operating systems might work. Feel free to tell us about your experience.\n\n## Versioning\n\nIn our versioning we follow [Semantic Versioning](https://semver.org/).\n\n## Installation\n\nThe Python Package Index takes care for you. Just use pip or your favorite package manager. Please take care of creating a virtual environment if needed.\n\n```bash\npython -m pip install ssllabs\n```\n\n## High level usage\n\nIf you want to cover on the common usage cases, you can use our high level implementations that already take care of the recommended [protocol usage](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs-v3.md#protocol-usage) and [rate limits](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs-v3.md#access-rate-and-rate-limiting). Please keep in mind, that you will be sending assessment requests to remote SSL Labs servers and that your information will be shared with them. Subject to the [terms and conditions](https://www.ssllabs.com/about/terms.html).\n\n```python\nimport asyncio\n\nfrom ssllabs import Ssllabs\n\nasync def analyze():\n    ssllabs = Ssllabs()\n    return await ssllabs.analyze(host=\"ssllabs.com\")\n\nasyncio.run(analyze())\n```\n\nThis will give you a [Host object](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs-v3.md#host) as dataclass. This call runs quite long as it takes time to run all tests. You probably know that from using the [webinterface](https://www.ssllabs.com/ssltest).\n\n\u003e [!TIP]\n\u003e Please see our [documentation](https://2fake.github.io/ssllabs/) for further information and extended examples.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2fake%2Fssllabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2fake%2Fssllabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2fake%2Fssllabs/lists"}