Metadata-Version: 2.1
Name: steiner-tree
Version: 1.1.3
Summary: Steiner Tree algorithms
Home-page: https://github.com/binh-vu/steiner-tree
License: MIT
Author: Binh Vu
Author-email: binh@toan2.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: graph-wrapper (>=1.4.0,<2.0.0)
Requires-Dist: networkx (>=2.8.2,<3.0.0)
