candella-sdk

Create and manage Candella apps and services with ease.


Keywords
candella, python, renpy, sdk-python
License
MPL-2.0
Install
pip install candella-sdk==1.0.0a1

Documentation

Candella SDK

The Candella SDK lets developers create apps, core services, and frameworks for the Candella fork of AliceOS. It provides utilities to create and validate Candella projects from the command line or programmatically.

Quickstart: Install from pip

Run the following to install the Candella SDK:

pip install candella-sdk

Build from source

Requirements

  • Python 3.8 or greater
  • Poetry v1.1.0 or greater

Clone the repository from GitHub and run poetry install; poetry build to build the project. The resulting wheel files will be located in dist.