Metadata-Version: 1.1
Name: trex-api
Version: 0.0.2
Summary: module for trex API
Home-page: https://github.com/RaminNietzsche/trex
Author: Ramin Najjarbashi
Author-email: Y21GdGFXNHVibUZxWVhKaVlYTm9hVUJuYldGcGJDNWpiMjA9
License: GPL-3
Description: # T-Rex API Python 
        
        ## Installation
        
        You can easily install the module with:
        
        ```bash
        pip install trex-api
        ```
        
        ## Usage
        
        replace and act normally :D
        
        Remove:
        ```python
        import trex_root_path
        ```
        Add:
        ```python
        import trex
        ```
        
         now read trex-api document: [Document](http://trex-tgn.cisco.com/trex/doc/cp_docs/index.html).
Platform: any
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
