naming convention
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"""
|
||||
Third party module template (inkycal-compatible module)
|
||||
|
||||
Copyright by aceisace
|
||||
Copyright by aceinnolab
|
||||
"""
|
||||
|
||||
#############################################################################
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
"""
|
||||
Inkycal iCalendar parsing module
|
||||
Copyright by aceisace
|
||||
Copyright by aceinnolab
|
||||
"""
|
||||
import urllib
|
||||
import arrow
|
||||
|
@@ -6,7 +6,7 @@ Custom image class for Inkycal Project
|
||||
Takes care of handling images. Made to be used by other modules to handle
|
||||
images.
|
||||
|
||||
Copyright by aceisace
|
||||
Copyright by aceinnolab
|
||||
"""
|
||||
import logging
|
||||
import os
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
"""
|
||||
Inkycal Agenda Module
|
||||
Copyright by aceisace
|
||||
Copyright by aceinnolab
|
||||
"""
|
||||
|
||||
import arrow
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
"""
|
||||
Inkycal Calendar Module
|
||||
Copyright by aceisace
|
||||
Copyright by aceinnolab
|
||||
"""
|
||||
|
||||
# pylint: disable=logging-fstring-interpolation
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
"""
|
||||
Feeds module for InkyCal Project
|
||||
Copyright by aceisace
|
||||
Copyright by aceinnolab
|
||||
"""
|
||||
import re
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
"""
|
||||
Inkycal Image Module
|
||||
Copyright by aceisace
|
||||
Copyright by aceinnolab
|
||||
"""
|
||||
|
||||
from inkycal.modules.template import inkycal_module
|
||||
|
@@ -4,7 +4,7 @@
|
||||
iCanHazDadJoke module for InkyCal Project
|
||||
Special thanks to Erik Fredericks (@efredericks) for the template!
|
||||
|
||||
Copyright by aceisace
|
||||
Copyright by aceinnolab
|
||||
"""
|
||||
from inkycal.modules.template import inkycal_module
|
||||
from inkycal.custom import *
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"""
|
||||
Inkycal-server module for Inkycal Project
|
||||
by Aterju (https://inkycal.robertsirre.nl/)
|
||||
Copyright by aceisace
|
||||
Copyright by aceinnolab
|
||||
"""
|
||||
|
||||
import requests
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
"""
|
||||
Inkycal Slideshow Module
|
||||
Copyright by aceisace
|
||||
Copyright by aceinnolab
|
||||
"""
|
||||
import glob
|
||||
|
||||
|
@@ -5,7 +5,7 @@ Textfile module for InkyCal Project
|
||||
Reads data from a plain .txt file and renders it on the display.
|
||||
If the content is too long, it will be truncated from the back until it fits
|
||||
|
||||
Copyright by aceisace
|
||||
Copyright by aceinnolab
|
||||
"""
|
||||
from inkycal.modules.template import inkycal_module
|
||||
from inkycal.custom import *
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
"""
|
||||
Inkycal Todoist Module
|
||||
Copyright by aceisace
|
||||
Copyright by aceinnolab
|
||||
"""
|
||||
import arrow
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
"""
|
||||
Inkycal weather module
|
||||
Copyright by aceisace
|
||||
Copyright by aceinnolab
|
||||
"""
|
||||
|
||||
from inkycal.modules.template import inkycal_module
|
||||
|
Reference in New Issue
Block a user