Skip to main content

Generate swagger from a Cornice application

Project description

Cornice Swagger

pypi docs slack travis master-coverage

Cornice extension to generate OpenAPI/Swagger Specification

Cornice Swagger creates an OpenAPI/Swagger 2.0 compliant specification from Cornice applications maximizing the extracted documentation data from functional code, while allowing users to override some parts of the generated document.

CHANGES

0.5.5 (2018-03-19)

  • Prevent failure with non-colander schemas (#78, thanks @ergo!)

0.5.4 (2018-02-26)

Internals

  • Fix return types in docstrings (#77)

0.5.3 (2018-02-14)

Pyramid compliance

0.5.2 (2017-11-07)

Internals

  • Add classifiers to the Python package.

0.5.1 (2017-04-10)

Pyramid compliance

  • Support subpaths and regex when parsing paths (#68).

Api

  • _extract_path_from_service, now returns the path name along with the path swagger object (#68).

0.5.0 (2017-02-14)

Api

  • Allow implementing a custom generator by subclassing the CorniceSwagger class (#63).

  • Introduced a new method CorniceSwagger.generate to generate the spec (#63).

  • Deprecated CorniceSwagger call method. You should now use generate (#63).

  • Removed deprecated generate_swagger_spec call. (#64).

  • Allow defining custom type converters on the CorniceSwagger class. (#65)

Internals

  • Fixed coveralls repeated messages on PRs. (#62).

0.4.0 (2017-01-25)

Api

  • Summaries from docstrings are now not included by default. You can enable them by passing summary_docstrings = True to the generator.

  • Trying to document multiple views on same method now raises an exception. You should ignore the unwanted ones by content type.

  • Raw swagger items are now recursively merged (instead of replaced) with the extracted fields.

  • Add support for documenting operation ids via an operation_id argument on the view or by passing a default_op_ids callable to the generator.

  • Add a shortcut to the generator on cornice_swagger.CorniceSwagger.

  • Support Cornice schema synonyms (headers and GET are the same as header and querystring).

  • Add support for documenting security properties via a api_security list on the view or by passing a default_security list or callable to the generator.

OpenAPI compliance

  • Remove invalid title field from response headers and request parameters.

  • Support conversion of parameter validators.

Internals

  • Fix default tag generator.

  • Fix references when using declarative schemas.

  • Simplify parameter converter by properly isolating body.

0.3.0 (2017-01-17)

Api

  • Use cornice_swagger.swagger.CorniceSwagger class to generate the swagger document rather then generate_swagger_spec.

  • Allow overriding extractors in the application.

  • Schemas are now broken into JSON pointers only if specified.

  • Allow documenting responses via response_schemas view attribute.

  • Allow documenting tags via tags view attribute or using a default_tags parameter when calling the generator.

Internals

  • Decouples converters from path generators.

  • Make considerable changes in the package organisation.

  • Reach 100% coverage on tests.

Documentation

0.2.1 (2016-12-10)

  • Check if schema is not instantiated.

  • Add support for query parameter description. [ridha]

0.2 (2016-11-08)

  • Pypi release.

  • Point scaffold doc to right url.

0.1 (2016-11-05)

  • First release for new cornice 2.0

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

cornice_swagger-0.5.5.tar.gz (33.1 kB view details)

Uploaded Source

File details

Details for the file cornice_swagger-0.5.5.tar.gz.

File metadata

File hashes

Hashes for cornice_swagger-0.5.5.tar.gz
Algorithm Hash digest
SHA256 08dc0a39bf17cd071f7c6ca4e46f76dd41eee4c8ffd27f8cfa0eff6f7ca819df
MD5 60f3b5bf9bab043d389febb5279706dc
BLAKE2b-256 aaa387da537f344f83c3de0c50db877d644fa388fa6823974e2dda8f1e81ddce

See more details on using hashes here.

Supported by

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