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
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: dash (==1.5.1)
Requires-Dist: dash-auth (==1.3.2)
Requires-Dist: dash-bootstrap-components (==0.7.2)
Requires-Dist: dash-core-components (==1.4.0)
Requires-Dist: dash-html-components (==1.0.1)
Requires-Dist: dash-renderer (==1.2.0)
Requires-Dist: Flask (==1.1.1)
Requires-Dist: pandas (==0.25.3)

# 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

