Metadata-Version: 2.4
Name: je_api_testka_dev
Version: 0.0.129
Summary: Requests Automation Framework
Author-email: JE-Chen <jechenmailman@gmail.com>
Project-URL: Homepage, https://github.com/Intergration-Automation-Testing/APITestka
Project-URL: Documentation, https://apitestka.readthedocs.io/en/latest/
Project-URL: Code, https://github.com/Intergration-Automation-Testing/APITestka
Classifier: Programming Language :: Python :: 3.10
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: MacOS X
Classifier: Environment :: X11 Applications
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: Flask
Requires-Dist: httpx
Provides-Extra: gui
Requires-Dist: PySide6==6.10.1; extra == "gui"
Requires-Dist: qt-material; extra == "gui"

# APITestka
APITestka is a lightweight, cross‑platform framework for automated API testing. 
It supports HTTP/HTTPS, SOAP/XML, and JSON, with high‑performance request execution, 
detailed reporting, and flexible CLI scripting. 
Designed for speed and scalability, APITestka enables thousands of requests per second, 
integrates with mock servers and remote automation, 
and generates reports in multiple formats for easy analysis.

# Features
- Automated API request execution
- Data comparison for each request
- Pure CLI mode support for API testing
- Detailed request/response reporting
- HTTP/HTTPS support
- SOAP/XML support
- JSON support
- Report generation in JSON, HTML, and XML formats
- APITestka scripting capability
- High performance: thousands of requests per second
- Cross-platform (OS independent)
- Mock server integration
- Remote automation support
- Project and template management
- New: httpx client support
- Synchronous and asynchronous requests with httpx
- HTTP/2 request support


## Installation
> pip install je_api_testka


## Requires
- python 3.9 or later
