AccelByte Modular Python SDK - Service Module
This is a service module for the AccelByte Modular Python SDK package.
AccelByte Gaming Services Inventory Service
* Version: 0.2.7
Setup
This SDK requires Python 3.9 to be installed.
Install with Pip
Install the core package from PyPI
pip install accelbyte-py-sdk-core
install this service
pip install accelbyte-py-sdk-service-inventory
and then install any service or feature you want
pip install accelbyte-py-sdk-service-{ SERVICE }
pip install accelbyte-py-sdk-feat-{ FEATURE }
or install everything
pip install accelbyte-py-sdk-all
Usage
See README.md