Metadata-Version: 2.1
Name: domainmaster
Version: 0.2.0
Summary: API client for communication with domainmaster.cz service
Home-page: https://gitlab.backbone.sk/backbone/domainmaster-python
Author: Viktor Kotuliak
Author-email: viktor.kotuliak@backbone.sk
License: UNKNOWN
Keywords: domainmaster,API,client
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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
License-File: LICENSE

# Domaninmaster api client

Simple api client, which is aimed for communication with domainmaster.cz service.

# Usage

```python
# here is how you can create your api client
client = Domianmaster(
            Configuration(
                Environment(
                    name=name,
                    api_url=api_url,
                    web_url=web_url,
                ),
                username=username,
                password=password
            )
        )
```
---
Made with ❤️ and ☕️ by Viktor Kotuliak & [BACKBONE s.r.o.](https://www.backbone.sk/en/)


