Metadata-Version: 2.1
Name: csgotm_py
Version: 0.2.0
Summary: Python module for working with Market CS:GO API
Home-page: https://github.com/wendland0d/csgotm-py
Author: wendland0d
Author-email: wendland0d@gmail.com
License: Apache License, Version 2.0, see LICENSE file
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
License-File: LICENSE

# CS:GO Market API implementation
**CS:GO Markte API** - this module is a Python client library for CS:GO Market (CSGO.TM before) platform API (CS:GO Markte API wrapper)

**CS:GO Market** - one of the largest stores of virtual items from the CS:GO

**Market** - https://market.csgo.com/

**API Documentation** - https://market.csgo.com/docs-v2

# Installation

Install current version with [PyPi]():

```bash
pip install csgotm-py==0.1.0
```


Or from GitHub:

```bash
pip install https://github.com/wendland0d/csgotm-py/archive/refs/heads/main.zip
```
