Metadata-Version: 1.0
Name: leftronic
Version: 1.1
Summary: A Python package to interface with the Leftronic API.
Home-page: https://github.com/sonofabell/leftronic-python
Author: Leftronic
Author-email: support@leftronic.com
License: UNKNOWN
Download-URL: https://github.com/sonofabell/leftronic-python
Description: 
        This Python package provides functions to integrate with Leftronic's information dashboards.
        * pushNumber() pushes a number to a Number, Horizontal/Vertical Bar, or Dial widget
        * pushGeo() pushes a geographic location (latitude and longitude) to a Map widget
        * pushText() pushes a title and message to a Text Feed widget
        * pushLeaderboard() pushes an array to a Leaderboard widget
        * pushList() pushes an array to a List widget
        
        License is GNU Library or Lesser General Public License (LGPL).
        A copy of the license is available at http://www.gnu.org/copyleft/lesser.html.
        
        Public repository and documentation is on Github at https://github.com/sonofabell/leftonic-python.
        
        
Keywords: api,dashboard,leftronic
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
