Package: wnpp X-Debbugs-Cc: [email protected] Owner: Gianfranco Costamagna <[email protected]> Severity: wishlist
* Package name : wapiti-swagger Version : 0.1.9 Upstream Contact: Nicolas Surribas * URL : https://github.com/wapiti-scanner/wapiti_swaggerhttps://github.com/HENNGE/arsenic * License : MIT Programming Lang: Python Description : Python library designed to parse Swagger (OpenAPI) specifications Needed for wapiti Python library designed to parse Swagger (OpenAPI) specifications. Python library designed to parse Swagger (OpenAPI) specifications and extract the necessary information to generate valid HTTP requests. . It focuses on providing a clean, programmatic interface for analyzing Swagger files and creating request templates without relying on external tools for OpenAPI processing. . This library is particularly useful for scenarios where only the request generation requirements are of interest, such as: . - Automated testing and validation of APIs. - Dynamic request generation for web vulnerability scanners (like Wapiti). - Custom API tooling. . The library is lightweight, relying only on Python's built-in `json` library and `PyYAML` for file parsing, and it avoids heavy dependencies on larger OpenAPI frameworks.

