Metadata-Version: 2.4
Name: dyn-viz
Version: 0.1.0
Summary: Visualization features of the 'dyn' namespace package
Author-email: Cécile Bothorel <cecile.bothorel@imt-atlantique.fr>, Laurent Brisson <laurent.brisson@imt-atlantique.fr>, Nicolas Duminy <nicolas.duminy@imt-atlantique.fr>
License: Copyright IMT Atlantique, 2021
        
        Project leaders:
          Cécile Bothorel <cecile.bothorel@imt-atlantique.fr>
          Laurent Brisson <laurent.brisson@imt-atlantique.fr>
          Nicolas Duminy <nicolas.duminy@imt-atlantique.fr>
        
        This software is a benchmark generator for the analysis of evolving communities.
        
        This software is licensed under the European Union Public Licence (EUPL) v1.2.
        
        The English version and the French version of this licence are in the
        directory LICENCE.  The EUPL is available in 22 official languages of the
        European Union; for more informations, please check its website:
        https://joinup.ec.europa.eu/page/eupl-text-11-12
        
Project-URL: Documentation, https://dyn-viz.readthedocs.io/en/latest/
Project-URL: Homepage, https://gitlab.com/decide.imt-atlantique/dyn/viz
Project-URL: Issues, https://gitlab.com/decide.imt-atlantique/dyn/viz/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dyn-core
Requires-Dist: numpy>=1.17
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: seaborn
Requires-Dist: matplotlib
Dynamic: license-file

# Dyn-Viz

This package contains the common drawing utilities used among the ``dyn`` package suite.

## 📝 Citation

If you use Dyn-Viz in your research, please use the following BibTeX entry:

```
Brisson, L., Bothorel, C., & Duminy, N. (2025). DynBenchmark: Customizable GroundTruths
to Benchmark Community Detection and Tracking in Temporal Networks, France's International Conference on Complex Systems (FRCCS 2025), Bordeaux, France
```

BibTeX:

```bibtex
@inproceedings{brisson2025dynbenchmark,
  title={DynBenchmark: Customizable Ground Truths to Benchmark Community Detection and Tracking in Temporal Networks},
  author={Brisson, Laurent and Bothorel, Cécile and Duminy, Nicolas},
  booktitle={France's International Conference on Complex Systems},
  year={2025},
  publisher={Springer}
}
```

## 👥 Contributing

This package is growing continuously and contributions are welcomed.
Contributions can come in the form of new features, bug fixes, documentation improvements
or any combination thereof.

If you want to contribute to this package, please read the [Contributing guidelines](https://gitlab.com/decide.imt-atlantique/dyn/viz/-/blob/main/doc/contributing).
If you have any new ideas or have found bugs, feel free to [create an issue](https://gitlab.com/decide.imt-atlantique/dyn/viz/-/issues/new).
Finally, any contribution must be proposed for integration as a [Merge Request](https://gitlab.com/decide.imt-atlantique/dyn/viz/-/merge_requests/new).

Please visit our [Gitlab](https://gitlab.com/decide.imt-atlantique/dyn/viz) for more details.

## 📄 License

This software is licensed under the [European Union Public Licence (EUPL) v1.2](https://joinup.ec.europa.eu/page/eupl-text-11-12>).
For more information see [this](https://gitlab.com/decide.imt-atlantique/dyn/viz/-/blob/main/LICENSE).

