Metadata-Version: 2.1
Name: straph
Version: 0.2
Summary: Straph is a python package to modelize, analyze and visualize Stream Graphs.
Home-page: https://github.com/StraphX/Straph
Author: Leo Rannou
Author-email: leo.rannou@gmail.com
License: Apache 2.0
Description: Straph
        ======
        
        Straph is a Python package for the modelisation, analysis and visualisation of Stream Graphs (https://arxiv.org/abs/1710.04073).
        
        Install
        -------
        Install directly with pip::
        
            pip install straph
        
        Install the latest version of Straph::
        
            git clone https://github.com/StraphX/Straph.git destination
            cd destination
            pip install .
        
        Examples
        --------
        
        Notebook *TUTO* inside Notebooks/ .
        
        License
        -------
        
        The source code of this program is realeased under the Apache License (see LICENSE.txt).
        We ask you to cite us if you use this code in your project.::
        
            Copyright (C) 2017-2020 Sorbonne Université/LIP6 - Thalès
            Léo Rannou <leo.rannou@gmail.com>
        
        Contributing
        ------------
        
        Feel free to open an issue or contact us at : leo.rannou@gmail.com
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
