Metadata-Version: 2.1
Name: musicfox_dash_components
Version: 0.0.4
Summary: Your clients need a proper introduction to your work. Introducing hello, a Dash component from musicfox.io that lets you meticulously execute your walkthrough, each graph, story, or plot at a time.
Home-page: https://github.com/thinkjrs/musicfox-dash-components
Author: Jason R. Stevens, CFA jstevens@reconditecapital.com
License: MIT
Description: 
        # musicfox-dash-components
        Dash components from your favorite music technology company musicfox.io
        
        ## Quickstart
        
        Get the goods:
        ```bash
        pip install --user musicfox-dash-components
        ```
        
        Then import the musicfox.io component library:
        ```python
        >>> import musicfox_dash_components as mdc
        ```
        ## `Hello` component: `mdc.Hello`
        ###### Your first walkthrough
        This component narrowly implements a typical web-walkthrough *intro* using a small subset of the `intro.js` component library.
        
        ```python
        >>> steps = [
        >>>     dict(intro='my intro language', element='#selector-by-id1'),
        >>>     dict(intro='my other intro language', element='.selector-by-class1'),
        >>>     dict(intro="my other other intro language',element='.position-test', position='right'), #whoa...
        >>> ]
        >>> mdc.Hello(steps=steps) # no HTML-5 attributes necessary as Hello will fire on page load for the given steps
        ```
        
        ![musicfox.io Hello component GIF demo](https://github.com/thinkjrs/musicfox-dash-components/blob/c38b42951557341751595f55d3b28523e10a4c4b/demo_assets/Hello_04092019.gif)
        
        
Platform: UNKNOWN
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: End Users/Desktop
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/markdown
