Metadata-Version: 2.4
Name: accelbyte-py-sdk-service-sessionhistory
Version: 0.13.0
Summary: AccelByte Python SDK - AccelByte Gaming Services Session History Service
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: accelbyte-py-sdk-core

[//]: # (Code generated. DO NOT EDIT!)

# AccelByte Modular Python SDK - Service Module

This is a service module for the [AccelByte Modular Python SDK](https://github.com/AccelByte/accelbyte-python-modular-sdk) package.

```text
AccelByte Gaming Services Session History Service
* Version: 1.14.3
```

## Setup

This SDK requires Python 3.9 to be installed.

### Install with Pip

Install the core package from PyPI

```sh
pip install accelbyte-py-sdk-core
```

install *this* service

```sh
pip install accelbyte-py-sdk-service-sessionhistory
```

and then install any service or feature you want

```sh
pip install accelbyte-py-sdk-service-{ SERVICE }
```

```sh
pip install accelbyte-py-sdk-feat-{ FEATURE }
```

or install everything

```sh
pip install accelbyte-py-sdk-all
```

## Usage

See [README.md](https://github.com/AccelByte/accelbyte-python-modular-sdk/blob/main/README.md)
