Skip to main content

Mauth API client library

Project description

Install library through pypi

pipenv install python_mauth

Simple usecase of creating application

from mauth.applications import Application

app = Application(
    api_base_url='http://auth.ob-auth.com', api_key='some_key'
)
app.title = 'title'
app.create()
print(app.id)

Project details


Download files

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

Source Distribution

python_mauth-0.0.1.dev28.tar.gz (7.8 kB view hashes)

Uploaded Source

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