Metadata-Version: 2.1
Name: gundala
Version: 0.1.8
Summary: Gundala Python EPP client
Home-page: https://github.com/BiznetGIO
Author: BiznetGio
Author-email: support@biznetgio.com
License: MIT
Description: # GUNDALA PROJECT
        
        EPP Library
        
        ## Installing
        
        At the time g only undala support Python3 or newer.
        
        ``` bash
        pip3 install -e .
        ```
        
        ## Configuration Example
        
        Duplicate file config.py.example to config.py
        
        ``` bash
        cp example/config.py.example example/config.py
        ```
        
        ## Running
        
        ``` bash
        python3 example/file_example.py
        ```
        
Keywords: epp
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: test
