oaspy, Convert insomnia V4 collection files to OpenApi 3.0.x and 3.1.x
Project description
oaspy
oaspy is a quick-and-dirty tool to generate an OpenApi 3.x specification from an insomnia V4 collections.
Getting Started
For more, see the documentation.
Installation
oaspy is available on PyPI:
pip install oaspy
Usage
To run oaspy, try any of the following:
oaspy --help
with the default options.
oaspy --file Insomnia_file_v4.json
defining the version of openapi to generate.
oaspy --file Insomnia_file_v4.json --schema v30
parameter
v30
refers to openapi version 3.0.x
defining the version of openapi to generate and the output file name.
oaspy --file Insomnia_file_v4.json --output my_oa3_export.json
a complete version of the above.
oaspy --file Insomnia_file_v4.json --schema v30 --output my_oa3_export.json
Configuration
oaspy can be configured through a pyproject.toml
.
If left unspecified, the default configuration is equivalent to:
[tool.oaspy]
title = "awesome api - OpenAPI 3.0"
description = "my awesome api"
terms-of-service = "http://awesome.io/terms"
contact-url = "http://awesome.io"
contact-email = "apiteam@awesome.io"
license-name = "MIT"
license-url = "https://opensource.org/license/mit/"
version = "1.0.0"
License
This project is licensed under the terms of the MIT. license.
The full text of this license can be found in the LICENSE. file.
How to Contribute
For any questions, comments, suggestions or contributions, go to the issues. section. Before opening a new issue, check the existing ones to find a solution (possibly already existing) to the problem you are facing.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file oaspy-2023.8.25.tar.gz
.
File metadata
- Download URL: oaspy-2023.8.25.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bcc7ebb778bff9ded157527257323e11c70402c3f0a3eec193ea2fb731a4545 |
|
MD5 | 2037992ca85ca41d11c45989ca3f5732 |
|
BLAKE2b-256 | 486385d34a46d4def8b2746cadd761640246aaa28653de3c753e38cf789404f9 |
File details
Details for the file oaspy-2023.8.25-py3-none-any.whl
.
File metadata
- Download URL: oaspy-2023.8.25-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55545826d997bb8695480e1af10a352956bb183c340f357bfd7cc2d5f47d2b48 |
|
MD5 | fcbe39146fbdc9b0036e78bf30cc96ec |
|
BLAKE2b-256 | 02670fa58d4d95befe032d19fb8dff0022161f0aa317e9fa1f0a37c383d14ede |