Metadata-Version: 2.1
Name: magani
Version: 2020.2.0
Summary: RESTful API testing software developed in pure Python
Home-page: https://github.com/Magani-Stack/magani
Author: Abimanyu H K
Author-email: manyu1994@hotmail.com
License: MIT License : Copyright (c) 2020 Magani-Stack
Description: # Magani
        
        ## API Testing Tool
        
        * Developed in pure Python
        * REST API testing software
        
        
        Create test cases and test in project level as well as test case level. Only Public API is supporting. You can use inside private network without authentication.
        
        
        ### Testing methods
        
        * GET : Implemented
        * POST : Implemented
        * PUT : Implemented
        * DELETE : Implemented
        
        ### Authorization 
        
        * Basic Auth : Not Implemented
        
        
        ### Reports
        
        * Export Project wise csv file 
        
        ### Future Support
        
        * Export All test case results in excel, pdf, docs.
        * Basic auth support
        
        
        ### Contribution
        We welcome contributor in the category as follows
        * Contribute Code Changes
        * Contributing by Reviewing Changes
        * Contributing Documentation Changes
        * Contributing Bug Reports
        * Contributing by Testing Releases
        
        
        ### Code Style Guide
        Please follow the style of the existing codebase.
        
        For Python code, Magani follows PEP 8 with one exception: lines can be up to 120 characters in length, not 79.
        
        
        ### [Learn More](https://github.com/Magani-Stack/docs/blob/master/Tour/Create_Project.md)
        
         
        
         MIT License : Copyright (c) 2020 Magani-Stack
Platform: UNKNOWN
Description-Content-Type: text/markdown
