Metadata-Version: 2.1
Name: webviz-petech
Version: 0.0.1
Summary: Webviz petech provides webviz plugins related to specialized petech visualizations.
Home-page: https://github.com/Statoil/webviz_petech
Author: Equinor ASA
Author-email: fg_gpl@equinor.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/Statoil/webviz_petech/issues
Description: # Webviz petroleum technology plugins
        
        [`webviz-petech`](https://github.com/Statoil/webviz) contains `webviz`plugins
        relevant for petroleum technology. Specific plugins might at some later
        point in time be transferred to the main
        [webviz repository](https://github.com/Statoil/webviz).
        
        From a user point of view, plugins are imported similarly regardless of it
        being one from the main repository or "pure plugin repositories" like this one.
        After installation, e.g. the history match visualization from this repository
        can be imported as
        ```python
        from webviz.page_elements import HistoryMatch
        ```
        To compare, the `Map` visualization from the main repository is imported as
        ```python
        from webviz.page_elements import Map
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
