Skip to content

csu/modapi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

modapi

A modular API framework in Python. Built on top of Flask. Use modapi to build APIs out of subcomponents and avoid writing boilerplate.

Usage

  1. Setup config.py. See config.py.example.
  2. Put modules into the modules/ folder. See example module.
  3. Run gen_reqs.py to generate requirements.{sh, txt}. Run requirements.sh to install dependencies. Virtual environment recommended.
  4. Run python server.py.

Releases

No releases published

Packages

No packages published