Skip to main content

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
```

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.0.tar.gz (5.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page