Metadata-Version: 2.1
Name: securityscorecard-api
Version: 0.10.0
Summary: Python SDK for interacting with the SecurityScorecard API
Home-page: https://github.com/woodtechie1428/securityscorecard-pysdk
Author: Wood Techie
Author-email: woodtechie1428@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/woodtechie1428/securityscorecard-pysdk/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# securityscorecard_api

A python SDK for interacting with the SecurityScorecard API

## Example 

```
from securityscorecard_api.client import SecurityScorecardClient

ssc = SecurityScorecardClient("your_api_token")

ssc.get_score('company.com')

```



