{ "info": { "author": "Allegro Group and Contributors", "author_email": "pylabs@allegro.pl", "bugtrack_url": null, "classifiers": [], "description": "========\nTipboard\n========\n\n|docs|\n\nIntroduction\n------------\n\nTipboard is a system for creating dashboards, written in JavaScript and Python.\nIts widgets ('tiles' in Tipboard's terminology) are completely separated from\ndata sources, which provides great flexibility and relatively high degree of\npossible customizations.\n\nBecause of its intended target (displaying various data and statistics in your\noffice), it is optimized for larger screens.\n\nSimilar projects: `Geckoboard `_,\n`Dashing `_.\n\nA detailed, technical documentation for Tipboard can be found\n`here `_.\n\n\nQuick start\n-----------\n\nRequirements\n~~~~~~~~~~~~\n\nAssuming Ubuntu or similar Linux distribution, some required packages need\nto be installed first::\n\n $ sudo apt-get install python-dev python-virtualenv redis-server\n\nVirtual environment\n~~~~~~~~~~~~~~~~~~~\n\nContinue by creating a virtual environment that will help you conveniently\nseparate your instance from what you already have installed in the system\n(let's say we will name it \"tb-env\")::\n\n $ virtualenv tb-env\n\nActivate the created virtual environment with the following command::\n\n $ source tb-env/bin/activate\n\nInstallation with pip\n~~~~~~~~~~~~~~~~~~~~~\n\nAfter creating and activating virtualenv, install the latest (current) version\nof Tipboard package available on `pypi `_\n(\"Python Package Index\") with the following command::\n\n (tb-env)$ pip install tipboard\n\nNext, you need to create a configuration template for your dashboard - let's\nsay we will call it 'my_test_dashboard'::\n\n (tb-env)$ tipboard create_project my_test_dashboard\n\nThis command will create ``.tipboard`` directory in your home dir and will\nfill it with default settings for your dashboard.\n\nVerification\n~~~~~~~~~~~~\n\nTo verify your installation, launch this command::\n\n (tb-env)$ tipboard runserver\n\nIf you see the message ``Listening on port...`` instead of any errors, it means\nthat installation was successful and you may now\n`configure `_\nyour newly installed Tipboard instance. You may also point your favorite\nweb browser to ``http://localhost:7272`` to see the current state of your\ndashboard.\n\n\nLicense\n-------\n\nTipboard is licensed under the `Apache License, v2.0 `_.\n\nCopyright (c) 2013-2017 `Allegro Group `_.\n\n.. |docs| image:: https://readthedocs.org/projects/tipboard/badge/?version=latest\n :alt: Documentation Status\n :scale: 100%\n :target: https://readthedocs.org/projects/tipboard/\n\nChange Log\n----------\n\n1.4.1\n~~~~~\n\nReleased on November 16, 2016.\n\n* Fixes for tiles: 'advanced_plot', 'simple_percentage' and 'text-tile'.\n\n* Fix for tile keys cache.\n\n* Added support for RequireJS.\n\n* Make use of simplify.js to make charts (in e.g. 'line_chart' tile) more readable.\n\n* Fix for 'Target dimension not set' error when layout 'row_1_of_1' is used.\n\n* Minor fixes, improvements, cleanups etc.\n\n\n1.4.0\n~~~~~\n\nReleased on August 28, 2014.\n\n* Tipboard got open-sourced!\n\n\n1.3.1\n~~~~~\n\nReleased on July 23, 2014.\n\n* Added extensive documentation.\n\n* Numerous fixes in 'jira-ds' script (e.g added timeouts).\n\n* Fixed definitions of colors available for tiles.\n\n* Fixed checking for expired data (+ made it timezone aware).\n\n* Added integration with Travis.\n\n* Changed default size of the log files.\n\n\n1.3.0\n~~~~~\n\nReleased on February 17, 2014.\n\nNew features:\n\n* Fading highlighter (for just_value, big_value and simple_percentage tiles).\n\n* Fancy centering options for fancy_listing tile.\n\n* Notifications on data expiration.\n\n* New tile: norm_chart.\n\n* Possibility to define more than one dashboard per application instance.\n\n\nBug fixes:\n\n* Tiles no longer vanish when flipping is enabled.\n\n* Characters like '.' or '-' (and some others) in tiles' ids are no longer\n causing problems.\n\n* Renderer names (like OHLCRenderer, MarkerRenderer, ShadowRenderer and\n ShapeRenderer) can now safely be passed to tiles' configs.\n\n\nOthers:\n\n* Error messages displayed on tiles got more emphasis.\n\n* Renderer names (in tiles' configs) are now case insensitive.\n\n* Added frontend tests and selector for tests.\n\n\n1.2.0\n~~~~~\n\nReleased on December 19, 2013.\n\nThis release brings new features and some minor bugfixes.\n\n* New tiles: big_value, just_value, advanced_plot.\n\n* Rewritten 'jira-ds' script with some new options (e.g. 'maxResults' for JQL).\n\n* Completely new graphic theme - with new colors, fonts etc.\n\n* Fixed existing tests and some new added.\n\n* Exceptions raised by JavaScript are now displayed on the tiles.\n\n* Improved config handling for bar_chart, pie_chart and line_chart.\n\n* Added possibility to specify specialized renderers for almost all plots\n (except cumulative_flow).\n\n\n1.1.0\n~~~~~\n\nReleased on November 20, 2013.\n\nThis release contains multiple improvements and bugfixes:\n\n* Tiles are no longer packages (i.e. folders).\n\n* Reorganized files/folders structure.\n\n* Massively reduced app's settings.\n\n* Simplified layout config (no more classes, only one keyword needed to get\n tile flips working).\n\n* New tiles: bar_chart, fancy_listing.\n\n* Improved scaling of tiles + some cosmetic changes.\n\n* Unique API key is generated automatically for every project.\n\n* Fabric script for administrative installs\n\n\n1.0.0\n~~~~~\n\nReleased on November 06, 2013.\n\nThis is the first release of Tipboard.\n\n* initial release\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://tipboard.allegrogroup.com", "keywords": "", "license": "Apache Software License v2.0", "maintainer": "", "maintainer_email": "", "name": "tipboard", "package_url": "https://pypi.org/project/tipboard/", "platform": "any", "project_url": "https://pypi.org/project/tipboard/", "project_urls": { "Homepage": "http://tipboard.allegrogroup.com" }, "release_url": "https://pypi.org/project/tipboard/1.4.3/", "requires_dist": null, "requires_python": "", "summary": "Tipboard - a flexible solution for creating your dashboards.", "version": "1.4.3" }, "last_serial": 4043012, "releases": { "1.4.0": [ { "comment_text": "", "digests": { "md5": "388ca57ea84bca64d186af4306270ef7", "sha256": "42f6e7dd38568a23456d372d10e9bc7042d85bd538b37c9924d8f557d052f069" }, "downloads": -1, "filename": "tipboard-1.4.0.tar.gz", "has_sig": false, "md5_digest": "388ca57ea84bca64d186af4306270ef7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1465004, "upload_time": "2014-08-28T06:58:02", "url": "https://files.pythonhosted.org/packages/9e/84/b633676fe17020756f81f8364b84c429854cab0e2e36beff7d12a044acc9/tipboard-1.4.0.tar.gz" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "9665de01d1d3bac1308e9382cebb009a", "sha256": "7229f9dd66f33d4ce9eeafe5c595c5e920f041ac9db9dceeff13808abe551e98" }, "downloads": -1, "filename": "tipboard-1.4.1.tar.gz", "has_sig": false, "md5_digest": "9665de01d1d3bac1308e9382cebb009a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 556887, "upload_time": "2016-11-16T09:44:01", "url": "https://files.pythonhosted.org/packages/0c/93/b223bad064cf4c681e31f0272865757c50e80e3b65d78fe25414f941cb3b/tipboard-1.4.1.tar.gz" } ], "1.4.2": [ { "comment_text": "", "digests": { "md5": "c7ee01495df1e66e69a3802d00757251", "sha256": "78766a47fde08e10b1d361286b9d884aefba4b49a1afc75cb9f388be2d489a0e" }, "downloads": -1, "filename": "tipboard-1.4.2-py2-none-any.whl", "has_sig": false, "md5_digest": "c7ee01495df1e66e69a3802d00757251", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 609069, "upload_time": "2017-02-24T07:04:55", "url": "https://files.pythonhosted.org/packages/91/e1/8687622668b729274bd4185ed9e752850781dbf6dec40a4c7f9c332e6e65/tipboard-1.4.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "879de92aa80b85001c58ad21a3871af3", "sha256": "4e2b713754c1d3468051499f4a5ebd47ecdf4da685b04c75fe728dcb75062125" }, "downloads": -1, "filename": "tipboard-1.4.2.tar.gz", "has_sig": false, "md5_digest": "879de92aa80b85001c58ad21a3871af3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 557058, "upload_time": "2017-02-24T07:04:38", "url": "https://files.pythonhosted.org/packages/76/ce/87adc3d64c28683c676e22e422cd5f970fa72cdb05d6dc7f8ebebd41c957/tipboard-1.4.2.tar.gz" } ], "1.4.3": [ { "comment_text": "", "digests": { "md5": "699dc745122d1cd780b91f149de4716b", "sha256": "11667e83eaefb8621ccf2ef6accee26ce0edee108282255fbb34a2ee68590abc" }, "downloads": -1, "filename": "tipboard-1.4.3-py2-none-any.whl", "has_sig": false, "md5_digest": "699dc745122d1cd780b91f149de4716b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 605705, "upload_time": "2018-07-09T09:22:51", "url": "https://files.pythonhosted.org/packages/75/51/469a8c818d1690ccef97d92a1934e089be7b2175aa35edfa88a0698310bd/tipboard-1.4.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "934e62baa3483a4644ab206e1be4417b", "sha256": "e6df68ed7f38e9f45ab4b7ee0e80026a7cd0a54df23ed0642ae76aced279be91" }, "downloads": -1, "filename": "tipboard-1.4.3.tar.gz", "has_sig": false, "md5_digest": "934e62baa3483a4644ab206e1be4417b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 557100, "upload_time": "2018-07-09T09:23:27", "url": "https://files.pythonhosted.org/packages/f6/19/88994f07bc1b05456da7b53c745b008e0c7b12d83d2a392fba68023642bc/tipboard-1.4.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "699dc745122d1cd780b91f149de4716b", "sha256": "11667e83eaefb8621ccf2ef6accee26ce0edee108282255fbb34a2ee68590abc" }, "downloads": -1, "filename": "tipboard-1.4.3-py2-none-any.whl", "has_sig": false, "md5_digest": "699dc745122d1cd780b91f149de4716b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 605705, "upload_time": "2018-07-09T09:22:51", "url": "https://files.pythonhosted.org/packages/75/51/469a8c818d1690ccef97d92a1934e089be7b2175aa35edfa88a0698310bd/tipboard-1.4.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "934e62baa3483a4644ab206e1be4417b", "sha256": "e6df68ed7f38e9f45ab4b7ee0e80026a7cd0a54df23ed0642ae76aced279be91" }, "downloads": -1, "filename": "tipboard-1.4.3.tar.gz", "has_sig": false, "md5_digest": "934e62baa3483a4644ab206e1be4417b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 557100, "upload_time": "2018-07-09T09:23:27", "url": "https://files.pythonhosted.org/packages/f6/19/88994f07bc1b05456da7b53c745b008e0c7b12d83d2a392fba68023642bc/tipboard-1.4.3.tar.gz" } ] }