Metadata-Version: 2.1
Name: robotframework-openapitools
Version: 0.1.0
Summary: A set of Robot Framework libraries to test APIs for which the OAS is available.
Home-page: https://github.com/MarketSquare/robotframework-openapitools
License: Apache-2.0
Author: Bartlomiej Hirsz
Author-email: bartek.hirsz@gmail.com
Maintainer: Robin Mackaij
Maintainer-email: r.a.mackaij@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Framework :: Robot Framework
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Acceptance
Requires-Dist: Faker (>=23.1.0)
Requires-Dist: Jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: black (>=24.1.0)
Requires-Dist: openapi-core (>=0.18.0,<0.19.0)
Requires-Dist: prance[cli] (>=23,<24)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: rich_click (>=1.7.0,<2.0.0)
Requires-Dist: robotframework (>=6.0.0,!=7.0.0)
Requires-Dist: robotframework-datadriver (>=1.10.0)
Requires-Dist: rstr (>=3.2.0,<4.0.0)
Description-Content-Type: text/markdown

# OpenApiTools for Robot Framework

OpenApiTools is a set of libraries centered around the OpenAPI Specification:

- [OpenApiDriver](./driver.md)
- [OpenApiLibCore](./libcore.md)

