Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 690 Bytes

README.rst

File metadata and controls

34 lines (22 loc) · 690 Bytes

txswagger

Swagger Core

This is a Python port of Swagger Core.

It contains classes to construct Swagger Spec.

Requirements

  • Python 2.6, 2.7

Twisted Swagger

This is a server integration for Swagger based on Twisted Web.

It supports serving Swagger Spec as a Twisted Web Resource.

Requirements

  • Python 2.6, 2.7
  • Swagger Core
  • Twisted 11.0 or later