Gundala Python EPP client
Project description
# GUNDALA PROJECT
Gundala is an [EPP](https://en.wikipedia.org/wiki/Extensible_Provisioning_Protocol)
(Extensible Provisioning Protocol) Client. It's provide a way to communicate
between domain name registries and domain name registrars.
## Installing
At the time gundala only support Python3 or newer.
``` bash
pip3 install -U gundala
```
If you want to stay on bleeding edge version. Grab the code then
install it manually, using :
``` bash
pip3 install -r requirements.txt
pip3 install -e .
```
## Configuration Example
Duplicate file config.py.example to config.py
``` bash
cp example/config.py.example example/config.py
```
```python
config = {
'host': 'someprovider.com',
'port': 700,
'user': 'username',
'pass': 'password',
'cert': 'somecertificate.pem'
}
contacts = {
'registrant': 'idregistrant',
'admin': 'idadmin',
'tech': 'idtech',
}
namespaces = [
'ns1.someprovider.com',
'ns2.someprovider.com'
]
```
## Running
``` bash
python3 example/file_example.py
```
Gundala is an [EPP](https://en.wikipedia.org/wiki/Extensible_Provisioning_Protocol)
(Extensible Provisioning Protocol) Client. It's provide a way to communicate
between domain name registries and domain name registrars.
## Installing
At the time gundala only support Python3 or newer.
``` bash
pip3 install -U gundala
```
If you want to stay on bleeding edge version. Grab the code then
install it manually, using :
``` bash
pip3 install -r requirements.txt
pip3 install -e .
```
## Configuration Example
Duplicate file config.py.example to config.py
``` bash
cp example/config.py.example example/config.py
```
```python
config = {
'host': 'someprovider.com',
'port': 700,
'user': 'username',
'pass': 'password',
'cert': 'somecertificate.pem'
}
contacts = {
'registrant': 'idregistrant',
'admin': 'idadmin',
'tech': 'idtech',
}
namespaces = [
'ns1.someprovider.com',
'ns2.someprovider.com'
]
```
## Running
``` bash
python3 example/file_example.py
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gundala-0.2.1.tar.gz
(5.9 kB
view details)
File details
Details for the file gundala-0.2.1.tar.gz
.
File metadata
- Download URL: gundala-0.2.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c5009cd60d8fed2b7625041ea79b4c004a1d047e4f3fe1637d8fa1549bd0a87 |
|
MD5 | 44a7d25d18c71c9825b758e753bcc6a3 |
|
BLAKE2b-256 | 4d84e7959971c60e8883aba4220ce345ae590da43aee8cdec8c5278ff994b6a2 |