Skip to content

J41R0/Xintesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xintesis

Simple Python Flask based REST API builder

Require:

  • python >= 3.6
  • flask_restplus >= 0.11.0
  • flask_cors >= 3.0.7
  • flask_jwt_extended >= 3.10.0
  • jinja2 >= 2.10.1
  • click >= 7.0
  • selenium-requests >= 1.3

Install using:

pip install xintesis 

or

python setup.py install

To build a new API project structure with sample package and project use command:

 python -m xintesis create-api <path_to_api>

About

Simple Python Flask based REST API builder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages