File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
128Install 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
Original file line number Diff line number Diff line change 11[project ]
22name = " streampot"
3- version = " 0.1 "
3+ version = " 0.3 "
44description = " API client for StreamPot.io"
55readme = " README.md"
66requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments