Metadata-Version: 2.4
Name: dsslab-net-bench
Version: 1.0.0
Summary: An opiniated wrapper around NetworkX to help with drawing and positioning.
License-File: LICENSE
Author: Professur Digitale Sozialwissenschaften Universität Hamburg
Requires-Python: >=3.10,<3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: graphviz
Requires-Dist: matplotlib (>=3.5.2,<4.0.0)
Requires-Dist: networkx (>=3.4,<4.0)
Requires-Dist: numpy (>=1.26,<2.0) ; python_version < "3.13"
Requires-Dist: numpy (>=2,<3) ; python_version >= "3.13"
Requires-Dist: openpyxl (>=3.1.5,<4.0.0)
Requires-Dist: ordered-set (>=4.1.0,<5.0.0)
Requires-Dist: pandas (>=2.2,<3.0)
Requires-Dist: pygraphviz (>=1.11,<2.0) ; extra == "graphviz"
Requires-Dist: python-pptx (>=1.0.2,<2.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: scipy (>=1.13,<2.0) ; python_version < "3.13"
Requires-Dist: scipy (>=1.15,<2.0) ; python_version >= "3.13"
Requires-Dist: strenum (>=0.4.15,<0.5.0) ; python_version < "3.11"
Description-Content-Type: text/markdown

<div align="center">
<img src="./docs/static/logo-net-bench.png" width="500" title="Logo" alt="Logo of the project showing a stylized work bench made out of network nodes in bright colors.">
</div>

# Welcome to net-bench

`net-bench` is a python package in which the chair "Digital Social Science"
collects useful and helpful functions for creating, editing and visualizing
networks. It was programmed with the goal to wrap existing packages like
`networkX`, `graphviz` and `matplotlib` as user-friendly as possible and to make
the results and procedures available for research and teaching at the chair
[Digital Social
Science](https://www.wiso.uni-hamburg.de/fachbereich-sowi/professuren/oberg.html)
of the University of Hamburg.

## Documentation
See [here](https://dsslab.wiso.uni-hamburg.de/net-bench/latest/).

## Developers
See [here](https://gitlab.rrz.uni-hamburg.de/DSS/dev/dsslab-net-bench/-/blob/main/CONTRIBUTING.md)

## License

GNU General Public License v3.0 or later

See [LICENSE](LICENSE) for the full text.

