appswag

A type-safe, dynamic, spec-compliant swagger client & converter for python


Keywords
swagger, REST
License
MIT
Install
pip install appswag==0.9.4

Documentation

This repo is a fork of pyswagger, for my own need.

appswag is exactly what pyswagger is (same code, same apis). But appswag is a package (which does'nt interfer with pyswagger), and will contain some minor changes ... just for me/us.

Available on pypi

All pytests works: 285 passed, 4 skipped, 11 warnings in 11.24s

py -m pytest .\appswag\tests

And it's buildable

py .\setup.py bdist

Upload Python Package

Test