Skip to main content

Tool to trim OpenAPI YAML file to include only desired paths and components.

Project description

OpenAPI Trimmer

⚡ Python / Bash CLI Tool to Trim OpenAPI Paths / Endpoints ⚡

OpenAPI Trimmer is a lightweight tool designed to trim down your OpenAPI files to include only the endpoints and data transfer objects (DTOs) you care about. This helps in managing large OpenAPI files by focusing only on the necessary parts for specific tasks.

Usage

Example usage to make Open API file only for /v1/quotes and /v1/users APIs, removing all others and also removing some DTOs:

openapi-trimmer -i openapi.yaml \
  -p /v1/quotes,/v1/users \
  -ec CompanyConfigDto,UpdateCompanyConfigDto

The output will be stored in openapi-trimmer.yaml

At the end validate with:

swagger-cli validate ./openapi-trimmer.yaml

Install from PyPi

To install check the package on PyPi:

https://pypi.org/project/openapi-trimmer/

pip install openapi-trimmer

Credits

This tool was inspired from the OpenAPI Endpoint Trimmer JavaScript tool openapi-endpoint-trimmer by andenacitelli.

Support

If you'd like to support me, you can support me with the "Sponsor" options on the right. Thank you for your support!

Contributing

I highly encourage contributions! Create issues and/or PRs for any bugs or features you'd like to see.

License

This project is licensed under the MIT license. This basically means you can use it for any purpose, commercially or not, but I have zero liability.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openapi_trimmer-0.1.4.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

openapi_trimmer-0.1.4-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file openapi_trimmer-0.1.4.tar.gz.

File metadata

  • Download URL: openapi_trimmer-0.1.4.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.14

File hashes

Hashes for openapi_trimmer-0.1.4.tar.gz
Algorithm Hash digest
SHA256 0a4d3c5207df2cf4948e6f960914a3097c511bc0b2e523b2a9c3f1ff17344531
MD5 df5ffa8ede16b80cede33c81b39e1227
BLAKE2b-256 d1ca757e80ff81a566c73494f2d50f4152b1d43c33ad92913281c913803eb609

See more details on using hashes here.

File details

Details for the file openapi_trimmer-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for openapi_trimmer-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 3869a693ce84fae1659cf119ee6febd9687bb3b864b473c5a2adc0cc7e5db11a
MD5 46ee2e453d66457a1c6a916f83d4bda1
BLAKE2b-256 adeacabf399569002b3eac0ef57df33b1fc517f87cff4c51efd0b9a4a0ef12d5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page