This is a simple command line interface to interact with the webling calendar API.
pip install webling_calendar
from webling_calendar import BaseClass
from webling_calendar import base_function
BaseClass().base_method()
base_function()
$ python -m webling_calendar
#or
$ webling_calendar
Read the CONTRIBUTING.md file.