1
0
mirror of https://github.com/undera/pylgbst.git synced 2020-11-18 19:37:26 -08:00

24 Commits

Author SHA1 Message Date
Andrey Pokhilko
8d9bb94d87 Release 1.2.0 2020-06-27 15:41:55 +03:00
Andrey Pokhilko
3c2f0b493b
Experiment with Bleak changes (#55)
* Introduce driver that works with Bleak, enables to use BLE devices in windows without a need of external BLE dongle.

* Fix issues in auto review.

* Add method description and UT.

* Fix docstring to comply with pep257

* Experiment

* Make test only work in 3.7+

* Fix versions

* One more try

* Kick it

* Kick

* cmon

* Dummm

* yeah yeah

* Add

* Fix version

Co-authored-by: mgr <tomekmgr@gmail.com>
2020-06-27 13:45:53 +03:00
Andrey Pohilko
7ffab4fb0c Publish to PyPi 2019-12-27 10:47:41 +03:00
Mike C. Fletcher
c955820521 Bunch of Tiny Fixes and Enhancements (#41)
* Use setuptools to allow the extras_require to work in python3.6

This also declares some hidden dependencies for the underlying
connection protocols, but note that they are normally reliant
on system-packaged versions, which is a bit less than optimal.

* In message, on assert of incoming type, note failing type

* In utilities, guard against truncated input.

* In demo allow for specifying different connections and demos on command line

Also addresses a crash in led demo where parameters x and y were not provided
to an empty lamba that was passed in.

* Remove commentted line, apply black formatting

* Raise TypeError when an incorrectly-typed message is received

* Apply black automatic formatting to the utilities module
2019-12-27 10:27:59 +03:00
Andrey Pokhilko
fc8ed8ce2b
Release 1.1.1 2019-12-09 16:32:47 +03:00
Andrey Pokhilko
de54a2edc0 Release 1.1.0 2019-08-17 20:42:52 +03:00
Andrey Pokhilko
43aba755cd Release 2.0.0 2019-08-17 20:41:08 +03:00
Andrey Pokhilko
9c0ff8e453
Update setup.py 2019-06-18 09:55:21 +03:00
Andrey Pohilko
0e7457e7be Set v1.0 2019-05-30 17:01:51 +03:00
Andrey Pokhilko
3d65361e25
Update setup.py 2019-02-13 09:51:04 +03:00
Vasily Loginov
dc1c388fe8 Bluepy comm (#18)
* Added support for bluepy communication backend.

* Added bluepy information into the readme.

* Added tests, fixed dependency specs in setup.py.

* Fixed dep in travis.

* Removed unused import. Added ability to fail the application on dispatcher thread error.

* Fixed bluepy test to be more appropriate.

* Properly handle hub mac if set.
2019-01-28 22:13:07 +03:00
Andrey Pohilko
0a84d1ea1f Add missing package to setup.py
addresses issue #12
2018-09-12 10:22:41 +03:00
Andrey Pohilko
ddb65ec043 Remove empty clashing file
Fixes issue #12
2018-08-12 19:40:32 +03:00
Andrey Pohilko
a733cc2a00 Release 0.7 2018-07-30 13:07:56 +03:00
Andrey Pokhilko
16b1612cc6
Review pygatt (#11)
* Cosmetics

* Harmonograph demo

* Cleanup

* Original

* Original

* Cosmetics

* Original file

* Fixes

* cosmetics

* separate classes

* Cosmetics

* Cosmetics

* fix tests

* Remove plotter tests

* Add bluegiga

* Rename it

* Progress

* Fix tests

* Cosmetics

* Found a way for pygatt!

* Playing with gatt

* Fix hung subscribe

* rename class

* add test

* skeleton for autodetect

* safer order

* Fix tests

* Fix test

* Add dbus install

* another try

* 2

* 3

* 34

* 6

* 7

* Isolate some tests

* 8

* back to roots

* Try more

* 9

* Help

* rep

* site-packs

* Fix?

* Py3 come on

* dbus

* busss

* dev null!

* Fix test

* Cleanup

* Fix tests

* Fix after review

* add package

* FIx package paths

* Cosmetics

* Update

* More doc
2018-07-18 13:57:58 +03:00
Andrey Pohilko
039a5030fd Fix release issues 2017-12-29 10:47:19 +03:00
Andrey Pohilko
735418c026 Release 0.4 2017-09-25 16:23:13 +03:00
Andrey Pohilko
b77831f225 Get rid of six as dependency 2017-09-23 10:45:05 +03:00
Andrey Pohilko
e79ed59b29 Release 0.3 2017-09-20 17:10:12 +03:00
Andrey Pohilko
05d55cbb78 Working on documenting it 2017-09-17 21:12:59 +03:00
Andrey Pohilko
185c33cd26 Support push button handling 2017-09-16 00:46:37 +03:00
Andrey Pohilko
e992310393 Probablu bug has been fixed? 2017-09-15 20:05:35 +03:00
Andrey Pohilko
355a444089 mention dependency 2017-09-13 20:43:05 +03:00
Andrey Pohilko
f2d78cd052 Have setup.py 2017-09-13 20:39:31 +03:00