A multipurpose python flask API server and administration SPA
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
479 B

  1. Introduction To Corvus
  2. ========================
  3. Corvus is the scaffolding for python web services. Among the things it offers are the following:
  4. * Management CLI for working with users
  5. * Prebuilt auth framework with roles and tokens
  6. * Hierarchical role models
  7. * Stong testing foundation
  8. * Strong code formatting testing foundation
  9. * PipEnv scaffold for ensuring reproducable builds
  10. * Prebuilt docker environments for runtime
  11. * Pythonenv integration
  12. * Lightweight Flask backend