Metadata-Version: 2.1
Name: tpnetwork
Version: 1.2.0a2
Summary: A python network module
Home-page: https://github.com/tomarrok/tpnetwork
Author: Thomas Pajon
Author-email: th.pajon45@gmail.com
License: UNKNOWN
Description: ## tpnetwork
        
        [![PyPI](https://img.shields.io/pypi/v/tpnetwork?logo=pypi&logoColor=white)](https://pypi.org/project/tpnetwork)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tpnetwork?logo=python&logoColor=white)
        ![PyPI - Status](https://img.shields.io/pypi/status/tpnetwork)
        ![PyPI - Format](https://img.shields.io/pypi/format/tpnetwork)
        [![PyPI - License](https://img.shields.io/pypi/l/tpnetwork)](https://github.com/tomarrok/tpnetwork/blob/main/LICENSE)
        
        A python network module
        
        ## Documentation
        
        tpnetwork module is separated in severals sub-modules to manage all your network devices.
        More information on [this page](https://github.com/tomarrok/tpnetwork/wiki).
        
        ### sub-modules
        - network (main)
        - fortinet : <em>In progress (Available in the last alpha version - v1.2.0a2)</em>
        
        ## Install
        ```
        sudo apt install python3-pip
        pip3 install tpnetwork
        ```
        
        ### Requires:
        - Python : `v3.7+`
        
        ## Author
        - [Thomas Pajon](mailto:th.pajon45@gmail.com)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Networking
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Natural Language :: English
Requires-Python: >=3.5
Description-Content-Type: text/markdown
