Metadata-Version: 1.2
Name: bowtie
Version: 0.7.0
Summary: Interactive dashboard toolkit.
Home-page: https://github.com/jwkvam/bowtie
License: UNKNOWN
Keywords: dashboard visualization interactive visualize
Author: Jacques Kvam
Author-email: jwkvam+pypi@gmail.com
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: astor
Requires-Dist: click
Requires-Dist: eventlet
Requires-Dist: flask
Requires-Dist: flask-socketio
Requires-Dist: future
Requires-Dist: jinja2
Requires-Dist: markdown
Requires-Dist: msgpack-python

Bowtie
======

|Join the chat at https://gitter.im/bowtie-py/Lobby| |Forum|
|Documentation Status| |Build Status| |PyPI version| |PyPI| |codecov|

.. figure:: https://cloud.githubusercontent.com/assets/86304/20045988/69e5678a-a45a-11e6-853b-7f60a615c9da.gif
   :alt: Demo

Introduction
------------

Bowtie is a library for writing dashboards in Python. No need to know
web frameworks or JavaScript, focus on building functionality in Python.
Interactively explore your data in new ways! Deploy and share with
others!

Demo
----

See a live `example <https://bowtie-demo.herokuapp.com/>`__ generated
from this
`code <https://github.com/jwkvam/bowtie-demo/blob/master/example.py>`__!

Gallery
-------

For more examples, check out the
`gallery <https://github.com/jwkvam/bowtie/wiki/Gallery>`__. Feel free
to add your own creations!

Documentation
-------------

Available `here <https://bowtie-py.readthedocs.io/en/latest/>`__.

Install
-------

::

    pip install bowtie

Requirements
------------

Bowtie uses `Yarn <https://yarnpkg.com>`__ to manage node packages. Yarn
can be installed through conda::

    conda install -c conda-forge yarn

Otherwise follow `install
instructions <https://yarnpkg.com/en/docs/install>`__ for Yarn for your
OS.

Docker
------

Docker images are provided as an alternative way to use Bowtie. They are
available on `DockerHub <https://hub.docker.com/r/jwkvam/bowtie/>`__::

    docker pull jwkvam/bowtie

Read the
`documentation <https://bowtie-py.readthedocs.io/en/latest/docker.html>`__
for more details.

The Goal
--------

.. figure:: https://cloud.githubusercontent.com/assets/86304/18606859/8ced55a6-7c70-11e6-8b5e-fba0ffcd78da.png
      :alt: @astrobiased @treycausey @vagabondjack the lack of a comprehensive production-grade Shiny-alike for Python is a Big Problem

Contributing
------------

You can help Bowtie in many ways including:

- Try it `out <http://bowtie-py.readthedocs.io/en/latest/quickstart.html>`__ and report bugs or what was difficult.
- Help improve the `documentation <https://github.com/jwkvam/bowtie/tree/master/doc>`__.
- Write new `widgets <http://bowtie-py.readthedocs.io/en/latest/newcomponents.html>`__.
- Provide hosting for apps in the gallery.
- Say `thanks <https://saythanks.io/to/jwkvam>`__!

.. |Join the chat at https://gitter.im/bowtie-py/Lobby| image:: https://badges.gitter.im/bowtie-py/Lobby.svg
   :target: https://gitter.im/bowtie-py/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
.. |Forum| image:: https://img.shields.io/badge/-Google%20Group-blue.svg
   :target: https://groups.google.com/forum/#!forum/bowtie-py
.. |Documentation Status| image:: https://readthedocs.org/projects/bowtie-py/badge/?version=latest
   :target: http://bowtie-py.readthedocs.io/en/latest/?badge=latest
.. |Build Status| image:: https://travis-ci.org/jwkvam/bowtie.svg?branch=master
   :target: https://travis-ci.org/jwkvam/bowtie
.. |PyPI version| image:: https://badge.fury.io/py/bowtie.svg
   :target: https://badge.fury.io/py/bowtie
.. |PyPI| image:: https://img.shields.io/pypi/pyversions/bowtie.svg
   :target: https://pypi.python.org/pypi/bowtie/
.. |codecov| image:: https://codecov.io/gh/jwkvam/bowtie/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/jwkvam/bowtie

