Metadata-Version: 2.1
Name: networkxtra
Version: 1.0.0
Summary: Extra functions for networkx.
License: MIT
Author: Matthieu Gouel
Author-email: matthieu.gouel@lip6.fr
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: tqdm
Requires-Dist: networkx (>=3.1,<4.0)
Requires-Dist: numpy (>=1.24.3,<2.0.0)
Requires-Dist: pycairo (>=1.23.0,<2.0.0)
Requires-Dist: tqdm (>=4.65.0,<5.0.0) ; extra == "tqdm"
