Allows to interact easily with the Odin API and access various cybersecurity services, certificate information, and more.
Project description
Odin SDK for Python
The Odin SDK for Python allows you to easily interact with the Odin API and access various cybersecurity services, certificate information, and more.
Installation
To use the Odin SDK in your Python project, you need to install it using pip:
pip install odin-sdk-python
Examples
In the "example.py", you can find various usage examples demonstrating how to interact with the Odin API using the odin-sdk-python
package.
Each example is a standalone Go program that showcases specific functionalities of the SDK.
from odin import OdinClient
client = OdinClient("https://api.getodin.com/v1", "<APIKey>")
def ex_certificate_count():
"""Example for using get_certificate_count"""
try:
response = client.get_certificate_count("string")
print(response.success)
print(response.data.count)
except APIException as e:
print(e.status_code)
print(e.message)
Make sure to replace <APIKey>
with your actual Odin API key.
Thank you for using the Odin SDK for Go. If you encounter any issues, find a bug, or want to contribute, feel free to open an issue or submit a pull request. Your feedback and contributions are highly appreciated!
For more information about our other projects and services, visit our website at https://www.getodin.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file odin_sdk_python-0.0.4.tar.gz
.
File metadata
- Download URL: odin_sdk_python-0.0.4.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Darwin/22.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8b24783581a57477ade888d90be51b2c797ffd0ecc44907410fa9ea6c383855 |
|
MD5 | 2ad3efb3a1da334d08198088b024ba08 |
|
BLAKE2b-256 | 5a558872b2bf0b4f027aad15ff7fb9d29059fe9cc4a31f09467c79e0f319477c |
Provenance
File details
Details for the file odin_sdk_python-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: odin_sdk_python-0.0.4-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Darwin/22.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eec746606b04d54272034daadfcf9fc350388f2258ea5164f1eff5ff6e76b655 |
|
MD5 | 118e6f0280215465a65d6dfc4a49905f |
|
BLAKE2b-256 | de08d9cae93060c9361a0af3e41fb2d9985513c26813088830c191dbca22fab1 |