Skip to main content

A package that enables your app to communicate with klazor in a client-server way

Project description

Klazor Client Package

A package that enables client-server communication between your app and klazor server

Installation

pip install git+https://github.com/wilcoln/klazor-client.git

Usage

import klazor_client as kc

kc.config(
    API_URL='http://127.0.0.1:8000/api', # should be 'http://klazor.com/api'
)

# fetch item by its id
course = kc.fetch_course(1)
sheet = kc.fetch_sheet(2)

# fetch all items 
courses = kc.fetch_courses()
sheets = kc.fetch_sheets()

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

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

klazor-client-0.0.4.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

klazor_client-0.0.4-py3-none-any.whl (5.5 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