Skip to content

realerikrani/project

project

This project is licensed under Apache License 2.0, see NOTICE.

Direct dependencies

What's it about

Add private and public key based project management API endpoints to your flask app.

See the docs folder in the GitHub repository for specific info about endpoints.

Set the location where the SQLite database PROJECT_DATABASE_PATH would be created.

export PROJECT_DATABASE_PATH=/path/to/your/db.sqlite

... and call the register_project function to set up the endpoints and general API error handling.

from flask import Flask

from realerikrani.project import register_project

if __name__ == "__main__":
    app = register_project(Flask("your_app_name"))
    app.run(port=8080, debug=True)

About

https://realerikrani.github.io/project Add key-based project management API endpoints to your flask app.

Topics

Resources

License

Apache-2.0 and 2 other licenses found

Licenses found

Apache-2.0
LICENSE-Apache-2.0
BSD-3-Clause
LICENSE-BSD-3-Clause-flask
MIT
LICENSE-MIT-pyjwt

Stars

Watchers

Forks

Contributors