Skip to content

tarik56/nexitor.python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexitor client for Python Flask, Django and FastApi integration

Install with:

pip install nexitor-python

Flask integration example:

from flask import Flask, jsonify, request
from nexitor.nexitor_flask import NexitorFlask


app = Flask(__name__, )

NexitorFlask(
    url="https://demo.nexitor.io",
    application="Nexitor Test",
    instance="Development",
    api_key="api-key",
    handler=app
)

Django & FastAPI TBD

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages