Commit graph

48 commits

Author SHA1 Message Date
dherrada
ab2fbf9c01 Fixed discord invite link 2020-07-08 16:49:04 -04:00
Dan Halbert
0436c8f52f
Merge pull request #11 from adafruit/black-update
Black reformatting with Python 3 target.
2020-04-09 21:40:46 -04:00
Kattni Rembor
2252471285 Black reformatting with Python 3 target. 2020-04-09 16:17:26 -04:00
sommersoft
7e0d9a05c8 build.yml: add black formatting check
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-04-07 16:04:41 -05:00
Brent Rubell
cb64d9c0d6
Merge pull request #9 from brentru/minimqtt-update
Update for MiniMQTT PR
2020-03-17 12:24:38 -04:00
sommersoft
098618ce14 update code of coduct: discord moderation contact section
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-15 18:28:10 -05:00
sommersoft
cfa1d9c749
Merge pull request #10 from sommersoft/patch_coc
Update Code of Conduct
2020-03-13 14:45:22 -05:00
sommersoft
d86c5b2564 update code of conduct 2020-03-13 14:03:23 -05:00
brentru
3a8e0b34a0 update for minimqtt PR 2020-03-13 10:20:22 -04:00
Kattni
7af47da3a2
Merge pull request #8 from adafruit/pylint-update
Pylint update
2020-03-09 19:17:30 -04:00
dherrada
49cf2f7f2c
Merge branch 'master' into pylint-update 2020-03-09 19:05:04 -04:00
dherrada
15e2e0c23a Updated pylint to latest version 2020-03-09 19:04:29 -04:00
dherrada
77464a9fed Ran black, updated to pylint 2.x 2020-03-09 17:28:12 -04:00
sommersoft
70c79abc84 update pylintrc for black
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-08 19:08:32 -05:00
sommersoft
b7338a296f build.yml: move pylint, black, and Sphinx installs to each repo; add description to 'actions-ci/install.sh'
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-05 10:07:38 -06:00
sommersoft
a8d8e1362e update pylint examples directive
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-01-14 17:12:13 -06:00
Brent Rubell
02336fe011
Merge pull request #6 from brentru/pypi-setup
add install instructions to README, enable setup.py
2020-01-03 14:07:07 -05:00
brentru
2d3dae1077 add install instructions to README, enable setup.py 2020-01-03 14:04:50 -05:00
siddacious
0928d89dae disabling pypi deploy via actions 2020-01-01 14:55:25 -08:00
Limor "Ladyada" Fried
0333ce6162
Merge pull request #5 from adafruit/dherrada-patch-1
Moved repository from Travis to GitHub Actions
2019-12-27 23:33:44 -05:00
dherrada
3678a3783c Moved repository from Travis to GitHub Actions 2019-12-27 22:23:43 -05:00
Limor "Ladyada" Fried
cbbb47e43e
Merge pull request #4 from brentru/version-check-code
Check nina-fw version in code
2019-10-21 12:26:36 -04:00
brentru
3a1d494201 fix pointless string statement 2019-10-21 10:13:51 -04:00
brentru
4c56aa3675 remove version and method check in aws_iot, move to examples instead 2019-10-21 10:09:58 -04:00
siddacious
35a4857c26
Merge pull request #3 from adafruit/dherrada-patch-1
Removed building locally section from README, replaced with documenta…
2019-10-17 15:42:10 -07:00
dherrada
337e07ad74
Removed building locally section from README, replaced with documentation section 2019-10-17 18:01:27 -04:00
Brent Rubell
1a3e2a3448
Merge pull request #2 from brentru/fix-esp32spi-method-names
Fix incorrect attribute name, rm certificates.py
2019-10-15 11:53:18 -04:00
brentru
cd75b5c7dd use files in examples, instead of CERTIFICATES.PY 2019-10-15 11:46:42 -04:00
brentru
d7e7252d6b remove certificates.py file 2019-10-15 11:36:57 -04:00
brentru
e0a9eb1c88 cert->crt 2019-10-15 11:33:23 -04:00
Limor "Ladyada" Fried
8dc74f4af8
Merge pull request #1 from brentru/master
Initial Code, AWS IoT Library for CircuitPython
2019-10-10 16:34:12 -04:00
brentru
b0f5bc4607 add keys from openssl, not aws :) 2019-10-10 15:31:06 -04:00
brentru
9fe702bc83 strip old example text 2019-10-10 15:18:21 -04:00
brentru
eb764be94c drop repeating text 2019-10-10 15:15:12 -04:00
brentru
d4404acd9a satisfy sphinx! 2019-10-10 15:13:34 -04:00
brentru
8a8a65cc90 remove restricted topic prefix to allow for subscribing to system topics, add shadow example and lintin 2019-10-10 15:04:38 -04:00
brentru
8d6650e826 switch message to json message so aws console formats it auto-magically 2019-10-10 13:35:44 -04:00
brentru
e649a183cc add updated example 2019-10-10 13:22:12 -04:00
brentru
3f4108ce10 nina-fw must be =>1.4.0, enforce this 2019-10-10 12:58:21 -04:00
brentru
b98e67fcd2 linting 2019-10-10 11:54:43 -04:00
brentru
58a5ca5cbd remove unnecessary print, build topic within publish() 2019-10-10 11:29:51 -04:00
brentru
eedc5b658d add subscription helper for get/subscribe, fixup delete and get 2019-10-10 11:29:06 -04:00
brentru
0d5141f37e fixup docs for sphinx 2019-10-09 18:26:40 -04:00
brentru
e63d8112ce add shadow example 2019-10-09 18:23:14 -04:00
brentru
211669e877 add AWS Device shadow service topics 2019-10-09 18:22:14 -04:00
brentru
21786b6339 working sub/pub with aws 2019-10-09 16:43:11 -04:00
brentru
fbc3083b3a start aws iot library, example code with certificates 2019-10-09 16:06:22 -04:00
Brent Rubell
b5f963a4d3
Initial commit 2019-10-09 13:39:34 -04:00