Metadata-Version: 2.1
Name: altair-morberg
Version: 0.0.4
Summary: A personal theme for Altair
Home-page: https://github.com/morberg/altair_morberg/tree/master/
Author: Niklas Morberg
Author-email: niklas.morberg@gmail.com
License: Apache Software License 2.0
Description: # altair_morberg
        
        
        
        ## Install
        
        `pip install altair_morberg`
        
        ## How to use
        
        ```python
        #hide_output
        import altair as alt
        import altair_morberg.core as morberg
        
        alt.themes.register("morberg_theme", morberg.theme)
        alt.themes.enable("morberg_theme")
        ```
        
        [Examples](https://morberg.github.io/altair_morberg/examples.html) using this theme are available in [the documentation](https://morberg.github.io/altair_morberg/).
        
Keywords: altair theme
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
