A set of resources and tools to help developers create packages for the Area28 application.
Project description
Developer Toolkit
Developer Toolkit providing developers with the tools and documentation necessary to build packages for the Area28 Application.
Python version
Area28 follows the VFX Reference Platform which restricts Python to 3.7.x currently.
Interfaces
- IPlugin
- IApiExtension
- IApplicationExtension
- IChatExtension
- IEventExtension
- IInteractionExtension
- ILoggerExtension
- IMetadataExtension
- IPreferencesExtension
- IRealtimeExtension
- IUiExtension
- IUnitsExtension
Plugins
Plugins are decorators that can be used to manipulate the payload before being processed or before getting returned.
Extensions
Extension are used to add additional functionality to the Area28 application. Extensions are broken up into multiple types, defined within the Interfaces list.
Packaging
Each package has a unique identifier associated with it and is compressed into a .a28 file. Please look at the a28 development kit for details.
Package structure
@{provider}
|-- {package}
|-- extensions
| |-- {extensions[]}.py
|-- scripts
| |-- install.py
| |-- postinstall.py
| |-- preinstall.py
| |-- uninstall.py
|-- plugin
| |-- {application specific plugin}
|-- plugins
| |-- {plugin[]}.py
|-- bin
| |--{executable[]}.py
|-- package.json
Package.json structure
{
"name": "@area28/unity-application",
"version": "0.0.4",
"description": "Detect is running within Unity3D.",
"homepage": "https://area28.io",
"keywords": ["area28", "chat", "lowercase", "transform"],
"repository": {
"type": "git",
"url": "git+https://github.com/area28/area28.git",
"directory": "packages/unity-application"
},
"author": "Gary Stidston-Broadbent",
"license": "MIT",
"bugs": {
"url": "https://github.com/area28/area28/issues"
},
"bin": {
"myapp": "./bin/lowercase.py"
},
"os": ["darwin", "linux"],
"cpu": ["x64", "ia32", "!mips"],
"scripts": {
"preinstall": "scripts/preinstall.py",
"install": "scripts/install.py",
"postinstall": "scripts/postinstall.py",
"uninstall": "scripts/uninstall.py"
}
}
Building a package
a28 build --src @area28/chat-logger --dest dist
Installing a package locally
a28 install --pkg dist/00000000-0000-0000-0000-00000000-0.0.1.a28
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
File details
Details for the file a28-0.5.0.tar.gz
.
File metadata
- Download URL: a28-0.5.0.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.7.11 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6be806bc56154219c075ecebb448f9acf73ec498e02d9bf2e11075b4618535d2 |
|
MD5 | 33222697889249db20795b15ff16eb8f |
|
BLAKE2b-256 | 794a22f403558b5ab6d39132d785eb054e8b1fd86e13f8d7e67def8ef72bd9a1 |
File details
Details for the file a28-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: a28-0.5.0-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.7.11 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b84c2ff0e7705e31b06d2124d6309770f2bcfc7268a9915301400d9fa653bf24 |
|
MD5 | 9cc63610ef081f76c4d26f6eca39ca72 |
|
BLAKE2b-256 | b545c860ca7ae70d68795a09fd8679485eb6990d06f69ad8f0e7e0df82a11ba5 |