Metadata-Version: 2.4
Name: egs-api-py
Version: 1.0.0
Summary: A minimal asynchronous interface to Epic Games Store in python new FAB marketplace API.
Home-page: https://github.com/LaurentOngaro/egs-api-py
Author: Laurent Ongaro
Author-email: laurent@gameamea.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Welcome to egs-api-py

[![Current PyPi Version](https://img.shields.io/pypi/v/egs-api-py)](https://pypi.python.org/pypi/egs-api-py)
[![py_versions](https://img.shields.io/pypi/pyversions/egs-api-py)](https://pypi.python.org/pypi/egs-api-py)
[![github](https://img.shields.io/github/v/tag/LaurentOngaro/egs-api-py)](https://github.com/LaurentOngaro/egs-api-py)
![Code Size](https://img.shields.io/github/languages/code-size/LaurentOngaro/egs-api-py)

A minimal asynchronous interface to Epic Games Store in python.
It can be used with the new FAB marketplace API.

It is a portage of the [rust egs-api](https://github.com/achetagames/egs-api-rs).

See 'example.py' file for how to use.

## Current functionality

- Authentication
- Listing Assets
- Get Asset metadata
- Get Asset info
- Get Ownership Token
- Get Game Token
- Get Entitlements
- Get Library Items
- Generate download links for chunks


 egs-api-py ## version:1.0.0 ## codename: v1.0.0
