Skip to content

Commit 97957f7

Browse files
committed
Merge branch 'main' of github.com:aefarrell/PymoTube
I need to remember to pull before I push
2 parents 48d2622 + 8f3b759 commit 97957f7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

4-
name: Python package
4+
name: Tests
55

66
on:
77
push:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PymoTube
2-
A simple API for retrieving data from an AtmoTube via bluetooth. Very much in development.
2+
[![Tests](https://github.com/aefarrell/PymoTube/actions/workflows/python-package.yml/badge.svg)](https://github.com/aefarrell/PymoTube/actions/workflows/python-package.yml)
3+
4+
A simple package for retrieving data from an AtmoTube via bluetooth. Very much in development.
35

46
Currently it is just a set of helper classes for taking bytearrays returned by the AtmoTube and turning it into a basic struct.
57

0 commit comments

Comments
 (0)