Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
osbre committed Jun 8, 2024
1 parent 86df7d0 commit 0986c70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# Python client for StreamPot.io

[![PyPI](https://img.shields.io/pypi/v/streampot.svg)](https://pypi.org/project/streampot/)
[![Tests](https://github.com/StreamPot/python-sdk/actions/workflows/test.yml/badge.svg)](https://github.com/StreamPot/python-sdk/actions/workflows/test.yml)
[![Changelog](https://img.shields.io/github/v/release/StreamPot/python-sdk?include_prereleases&label=changelog)](https://github.com/StreamPot/python-sdk/releases)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/StreamPot/python-sdk/blob/main/LICENSE)

API client for StreamPot

## Installation

Install this library using `pip`:
Expand All @@ -15,7 +11,11 @@ pip install streampot
```
## Usage

Usage instructions go here.
```python
from streampot import StreamPot

client = StreamPot(secret='yourToken')
```

## Development

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "streampot"
version = "0.1"
version = "0.3"
description = "API client for StreamPot.io"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 0986c70

Please sign in to comment.