Added CSV plugin

This commit is contained in:
Fabio Manganiello 2020-03-13 01:29:43 +01:00
commit e7084b5d6f
5 changed files with 186 additions and 0 deletions
docs/source

View file

@ -39,6 +39,7 @@ Events
platypush/events/path.rst
platypush/events/ping.rst
platypush/events/pushbullet.rst
platypush/events/qrcode.rst
platypush/events/scard.rst
platypush/events/sensor.rst
platypush/events/sensor.ir.rst

View file

@ -0,0 +1,5 @@
``platypush.message.event.qrcode``
==================================
.. automodule:: platypush.message.event.qrcode
:members:

View file

@ -0,0 +1,5 @@
``platypush.plugins.csv``
=========================
.. automodule:: platypush.plugins.csv
:members:

View file

@ -24,6 +24,7 @@ Plugins
platypush/plugins/camera.pi.rst
platypush/plugins/chat.telegram.rst
platypush/plugins/clipboard.rst
platypush/plugins/csv.rst
platypush/plugins/db.rst
platypush/plugins/dropbox.rst
platypush/plugins/esp.rst