Skip to content

Commit 0986c70

Browse files
committed
0.0.3
1 parent 86df7d0 commit 0986c70

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
# Python client for StreamPot.io
2-
31
[![PyPI](https://img.shields.io/pypi/v/streampot.svg)](https://pypi.org/project/streampot/)
42
[![Tests](https://github.com/StreamPot/python-sdk/actions/workflows/test.yml/badge.svg)](https://github.com/StreamPot/python-sdk/actions/workflows/test.yml)
53
[![Changelog](https://img.shields.io/github/v/release/StreamPot/python-sdk?include_prereleases&label=changelog)](https://github.com/StreamPot/python-sdk/releases)
64
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/StreamPot/python-sdk/blob/main/LICENSE)
75

8-
API client for StreamPot
9-
106
## Installation
117

128
Install this library using `pip`:
@@ -15,7 +11,11 @@ pip install streampot
1511
```
1612
## Usage
1713

18-
Usage instructions go here.
14+
```python
15+
from streampot import StreamPot
16+
17+
client = StreamPot(secret='yourToken')
18+
```
1919

2020
## Development
2121

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "streampot"
3-
version = "0.1"
3+
version = "0.3"
44
description = "API client for StreamPot.io"
55
readme = "README.md"
66
requires-python = ">=3.8"

0 commit comments

Comments
 (0)