SDK for creating and registering custon Orrin apps
Project description
Orrin SDK v0.0.1
The Orrrin SDK v0.0.1 is the first revolution of the Orrin SDK, and brings forth a simple Python decorator for developers creating small-scale apps to be deployed on the Orrin platform.
Orrin SDK actions
The current version offers only one decorator: action. You call this on top of any given function that will be used in your front end code to perform an activity and manipulate the UI.
Example:
from orrinsdk import action
@action('say_hi')
def say_hi():
return {'message': 'Hello, world!'}
And now, in your UI, if you utilize this action (using a node.js based SDK) you can utilize the result from this function to determine how to manipulate your UI.
New versions of Orrin SDK are in the working
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file orrin_sdk-0.0.2.tar.gz.
File metadata
- Download URL: orrin_sdk-0.0.2.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63e3aacdaf6668e21cfa70c87193a9b6ead21f937dd04713c51f4128e8bb4c1b
|
|
| MD5 |
d0c9a618fa6846da3141cbd3b096e9ae
|
|
| BLAKE2b-256 |
496002195173a12fa8d94d1389c2565fbf45f30703463444bda032ffddf985f2
|
File details
Details for the file orrin_sdk-0.0.2-py3-none-any.whl.
File metadata
- Download URL: orrin_sdk-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15f4eef3a9fe1fc62b42219058425f0bc9431fac1ef18ea67cf60b71ee3dfee8
|
|
| MD5 |
592d1dbdfaa57117a81220560e5529f0
|
|
| BLAKE2b-256 |
7c564e617716a003f8064076c633b5e66429b9aee09e8318680608610574ef52
|