Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

satyrius/flask-spyne-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Flask + Spyne working together example. It is very simple, absolutely sinthetic and does nothing useful. Again, it's just an example.

Installation

Clone repository, create virtualenv and install requirements:

pip install -r requerements.txt

Usage

Run Flask web server using ./manage.py. Try some Flask views to make shure it works:

curl http://127.0.0.1:5000/api/version

Here is a Spyne views call example

curl http://localhost:5000/say_hello?name=Anton\&times=3

About

Flask with Spyne running together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages