Rossen Georgiev
5322bb3152
Move to Github Actions
2021-01-21 23:14:27 +00:00
Rossen Georgiev
2f0f74a06d
fix SyntaxWarning for py38 and remove py33 on travis
2019-10-08 19:42:53 +01:00
Rossen Georgiev
68190860b7
removed _ prefix from most parse functions
2016-01-27 07:47:53 +00:00
Rossen Georgiev
d55cc91176
fix format field index (py2.6 things)
2015-05-16 22:08:52 +01:00
Rossen Georgiev
b5c0ce07ac
use unittest2, so tests run under py2.6
2015-05-16 22:04:22 +01:00
Rossen Georgiev
d10860db57
code and test changes for py3 compability
2015-05-16 21:55:43 +01:00
Rossen Georgiev
a0b59eeaf7
first part of tests for parsing submodule
2015-03-22 03:04:06 +00:00
Rossen Georgiev
e0a71de244
rotated base91 telemetry bits in output; v0.6.35
...
The least significant bit is now at the begining.
This makes accessing the char array more intuative as the first bit will
be first in the array (e.g. bits[0] instead of bits[7])
2015-01-11 17:30:09 +00:00
Rossen Georgiev
a78168209b
renamed to aprslib due to name collision on pypi
2014-12-18 17:34:10 +00:00
Rossen Georgiev
932e10d687
added tests for _parse_comment_telemetry
2014-12-01 20:25:18 +00:00