Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
.. image:: https://img.shields.io/pypi/v/doodle-dashboard.svg :target: https://pypi.org/project/doodle-dashboard/ :alt: Latest version
.. image:: https://img.shields.io/pypi/pyversions/doodle-dashboard.svg :target: https://pypi.org/project/doodle-dashboard/ :alt: PyPI - Python Version
.. image:: https://travis-ci.org/SketchingDev/Doodle-Dashboard.svg?branch=master :target: https://travis-ci.org/SketchingDev/Doodle-Dashboard :alt: Build status
.. image:: https://readthedocs.org/projects/doodle-dashboard/badge/?version=latest :target: https://doodle-dashboard.readthedocs.io/en/latest/?badge=latest :alt: Documentation status
.. image:: https://coveralls.io/repos/github/SketchingDev/Doodle-Dashboard/badge.svg?branch=master :target: https://coveralls.io/github/SketchingDev/Doodle-Dashboard?branch=master :alt: Test coverage
.. image:: https://img.shields.io/lgtm/grade/python/g/SketchingDev/Doodle-Dashboard.svg?logo=lgtm&logoWidth=18 :target: https://lgtm.com/projects/g/SketchingDev/Doodle-Dashboard/context:python :alt: Language grade: Python
Doodle-Dashboard is used to create dashboards for displaying information from multiple sources; such as Tweets from your favourite Twitterers, notifications from Slack or breaking news from an RSS feed.
.. image:: docs/images/raspberry-pi.png
WARNING: This project is under heavy development and will not have a reliable API until a stable version is released.
Python 3.4+ <https://www.python.org/downloads/>
_pip <https://pip.pypa.io/en/stable/installing/>
_Install package::
pip install doodle-dashboard
Start a dashboard:
A dashboard is a YAML file that declares the display to use and the notification to display on it. Dashboard files can be hosted locally or remotely.
Starting a single dashboard::
doodledashboard start \
https://raw.githubusercontent.com/SketchingDev/Doodle-Dashboard/master/examples/rss/weather/dashboard.yml
Starting multiple dashboards::
doodledashboard start \
https://raw.githubusercontent.com/SketchingDev/Doodle-Dashboard/master/examples/rss/weather/dashboard.yml \
https://raw.githubusercontent.com/SketchingDev/Doodle-Dashboard/master/examples/rss/build-radiator/dashboard.yml
These steps assume that you're using virtualenv.
Clone the repository::
$ git clone https://github.com/SketchingDev/Doodle-Dashboard.git $ cd doodle-dashboard
Prepare project dependencies::
$ make dev
$ export PYTHONPATH=pwd
See usage help::
$ python doodledashboard/cli.py
Refer to the documentation <https://doodle-dashboard.readthedocs.io/en/latest/development.html>
_ for more detailed instructions.
FAQs
Extensible dashboard designed to display data from multiple sources.
We found that doodle-dashboard demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.