Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libs/javascript.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@
{"id":"js.moment","imports":["moment"],"name":"moment","repo":"moment/moment","tags":["date-time"],"tech":["utils"],"status":"model-ready"},
{"id":"js.node-datetime","imports":["node-datime"],"name":"node-datetime","repo":"voltrue2/node-datetime","tags":["date-time"],"tech":["utils"],"status":"model-ready"},
{"id":"js.q","imports":["q"],"name":"q","repo":"kriskowal/q","tags":["promises"],"tech":["utils"],"status":"model-ready"},
{"id":"js.underscore","imports":["underscore"],"name":"underscore","repo":"jashkenas/underscore","tags":["toolkit"],"tech":["utils"],"status":"model-ready"},
{"id":"js.ramda","imports":["ramda"],"name":"ramda","repo":"ramda/ramda","tags":["toolkit"],"tech":["utils","functional"],"status":"awaiting-model"}
{"id":"js.ramda","imports":["ramda"],"name":"ramda","repo":"ramda/ramda","tags":["toolkit"],"tech":["utils","functional"],"status":"awaiting-model"},
{"id":"js.underscore","imports":["underscore"],"name":"underscore","repo":"jashkenas/underscore","tags":["toolkit"],"tech":["utils"],"status":"model-ready"}
]
2 changes: 2 additions & 0 deletions libs/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
{"id":"py.scrapy","imports":["scrapy"],"name":"scrapy","repo":"scrapy/scrapy","tags":["web-crawler"],"tech":["internet"],"status":"model-ready"},
{"id":"py.urllib3","imports":["urllib3"],"name":"urllib3","repo":"urllib3/urllib3","tags":["http-client"],"tech":["internet"],"status":"model-ready"},
{"id":"py.six","imports":["six"],"name":"Six","repo":"benjaminp/six","tags":["python2-python3"],"tech":["interoperability"],"status":"model-ready"},
{"id":"py.RPi-GPIO","imports":["RPi.GPIO"],"name":"RPi.GPIO","repo":"","tags":["automation"],"tech":["iot"],"examples":["https://github.com/nosix/raspberry-gpio-emulator"],"status":"awaiting-model"},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No repo? Is this an omission?

Copy link
Author

@SammyOina SammyOina Jul 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No @sergey48k it's not an omission. The repository is not available on GitHub

{"id":"py.gpiozero","imports":["gpiozero"],"name":"gpiozero","repo":"gpiozero/gpiozero","tags":["automation"],"tech":["iot"],"status":"awaiting-model"},
{"id":"py.homeassistant","imports":["homeassistant"],"name":"homeassistant","repo":"home-assistant/home-assistant","tags":["automation"],"tech":["iot"],"status":"model-ready"},
{"id":"py.m3u8","imports":["m3u8"],"name":"m3u8","repo":"globocom/m3u8","tags":["m3u8-files"],"tech":["media"],"status":"model-ready"},
{"id":"py.decorator","imports":["decorator"],"name":"decorator","repo":"micheles/decorator","tags":["decorators"],"tech":["metaprogramming"],"status":"awaiting-model"},
Expand Down
4 changes: 2 additions & 2 deletions tools/coverage/libstats.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ window.libStats = [
],
[
"JavaScript",
107
108
],
[
"Kotlin",
Expand All @@ -57,7 +57,7 @@ window.libStats = [
],
[
"Python",
205
209
],
[
"Ruby",
Expand Down