desec.io python client
Project description
desec-python
A desec.io API client for python.
Installation
pip3 install desec
Usage
import desec
desec_token = "xxxx"
client = desec.Client(token=desec_token)
# Get info about a domain
result = client.get_domain("example.com")
print(result)
# Get all recordsets of a domain
results = client.get_rrsets("example.com")
print(results)
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
desec-0.0.3.tar.gz
(2.9 kB
view details)
Built Distribution
desec-0.0.3-py3-none-any.whl
(3.9 kB
view details)
File details
Details for the file desec-0.0.3.tar.gz
.
File metadata
- Download URL: desec-0.0.3.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 751e3e980f0fcea4833e1fd2b1f445459e22e77c06425e00771d915b7f1610b3 |
|
MD5 | 4dbf80d9b5255b7115430b987c219d71 |
|
BLAKE2b-256 | db52e40575812b33551c75826b2387798616da646ba7b8081ab5a640588816f3 |
File details
Details for the file desec-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: desec-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf569f3e6615b7bf1991ff11a4923ec966a61fb64e7d45573f9b025d2cf0b9a3 |
|
MD5 | 0ca9c4c30736b8ba5f0e7f5a66186e2b |
|
BLAKE2b-256 | 9370d0a83f6bb3f19821f059dab67ad915fd5a2bb62c212da0bb9f4d830ce6ff |