File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # Python client for StreamPot.io
2
-
3
1
[ ![ PyPI] ( https://img.shields.io/pypi/v/streampot.svg )] ( https://pypi.org/project/streampot/ )
4
2
[ ![ Tests] ( https://github.com/StreamPot/python-sdk/actions/workflows/test.yml/badge.svg )] ( https://github.com/StreamPot/python-sdk/actions/workflows/test.yml )
5
3
[ ![ Changelog] ( https://img.shields.io/github/v/release/StreamPot/python-sdk?include_prereleases&label=changelog )] ( https://github.com/StreamPot/python-sdk/releases )
6
4
[ ![ License] ( https://img.shields.io/badge/license-Apache%202.0-blue.svg )] ( https://github.com/StreamPot/python-sdk/blob/main/LICENSE )
7
5
8
- API client for StreamPot
9
-
10
6
## Installation
11
7
12
8
Install this library using ` pip ` :
@@ -15,7 +11,11 @@ pip install streampot
15
11
```
16
12
## Usage
17
13
18
- Usage instructions go here.
14
+ ``` python
15
+ from streampot import StreamPot
16
+
17
+ client = StreamPot(secret = ' yourToken' )
18
+ ```
19
19
20
20
## Development
21
21
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " streampot"
3
- version = " 0.1 "
3
+ version = " 0.3 "
4
4
description = " API client for StreamPot.io"
5
5
readme = " README.md"
6
6
requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments