Skip to main content

A SIP(Session Initiation Protocol) Application Framework

Project description

Katari - SIP (Session Initiated Protocol) Application Framework

PyPI pyversions PyPI version shields.io PyPI license

Installing

pip install Katari 

Getting Started

to create a katari project run the following command in your terminal

katari --build_app project_name

app.py

from Katari import KatariApplication
from Katari.sip.response._2xx import OK200

app = KatariApplication()

@app.register()
def do_register(request):
     app.send_response(request.create_response(OK200()))


app.run()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Katari-0.0.6-py3-none-any.whl (12.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page