Metadata-Version: 2.1
Name: steam-exchange
Version: 0.4.0
Summary: Awesome steam_exchange created by saltisgood
Home-page: https://github.com/saltisgood/steam_exchange/
Author: saltisgood
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# steam_exchange

[![codecov](https://codecov.io/gh/saltisgood/steam_exchange/branch/main/graph/badge.svg?token=steam_exchange_token_here)](https://codecov.io/gh/saltisgood/steam_exchange)
[![CI](https://github.com/saltisgood/steam_exchange/actions/workflows/main.yml/badge.svg)](https://github.com/saltisgood/steam_exchange/actions/workflows/main.yml)

Awesome steam_exchange created by saltisgood

## Install it from PyPI

```bash
pip install steam_exchange
```

## Usage

```py
from steam_exchange import BaseClass
from steam_exchange import base_function

BaseClass().base_method()
base_function()
```

```bash
$ python -m steam_exchange
#or
$ steam_exchange
```

## Development

Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.

