graph-searcher

View on PyPIReverse Dependencies (0)

0.1.0 graph_searcher-0.1.0-py3-none-any.whl

Wheel Details

Project: graph-searcher
Version: 0.1.0
Filename: graph_searcher-0.1.0-py3-none-any.whl
Download: [link]
Size: 9768
MD5: 9f5bec8f0346478bb9b0abe0ce80a284
SHA256: 7bcae848882e8a836b47f4dd863540d0957c5abc81bbf4c453df16bcfc4314a6
Uploaded: 2022-12-20 23:03:07 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: graph-searcher
Version: 0.1.0
Summary: A visual representation of search algorithms for graphs
Author: Pablo
Author-Email: pablohuggem[at]gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10,<4.0
Requires-Dist: celluloid
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: spatialmath-python
Description-Content-Type: text/markdown
[Description omitted; length: 18 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.4.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
graph_searcher/__init__.py sha256=mwcTQhGp0aoO6fZ-M-4dUU8njn5mZXF-pztUVI6p5cc 123
graph_searcher/data_structures/__init__.py sha256=zT5WY0HU-SqAOVsnhq6DgSfmWbTJIgd9yfujzQ5zl0o 75
graph_searcher/data_structures/edge/__init__.py sha256=oiCQq3R7F3bnqhmhLmGlFej0tgnVNDjlM8aIYfuJOtY 43
graph_searcher/data_structures/edge/edge.py sha256=a7NYD1C5a926yHaC31YSvPBvfb2Q2c_YP3Q9CTOvWhs 647
graph_searcher/data_structures/graph/__init__.py sha256=IiYvwf3SFD6a8CM-EuVPf-ljAAQp-iFyjIx3bMxvuAs 46
graph_searcher/data_structures/graph/graph.py sha256=llG_FD3BUkSmOS_2IspX_Q_8X7B6tmH7UwcOUcUKPtk 13968
graph_searcher/data_structures/vertex/__init__.py sha256=1THaAo6MM3-oCbP7IkGAuYEXybDz8cFvKcY8Yx9seWc 49
graph_searcher/data_structures/vertex/vertex.py sha256=NoxFbJjGBydFyP_c_GobwCJCcLGxu6Yca1boTq2YB6o 2976
graph_searcher/ui/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
graph_searcher/ui/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
graph_searcher/ui/cli/cli.py sha256=s2BzLlrxLbkV966wEwQM3IOz43nF19DjjoW7hbEzVVE 3838
graph_searcher/ui/cli/json_file_action.py sha256=RzmDEFfLnBJH_i-XWJitEKmodKOhNZeb1Cpn3t8rv0s 797
graph_searcher-0.1.0.dist-info/entry_points.txt sha256=65T5BNpW9VErTMJ6Lj4IMF9AsJqJRdTn1HvkyycQY1A 65
graph_searcher-0.1.0.dist-info/WHEEL sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY 88
graph_searcher-0.1.0.dist-info/METADATA sha256=l7iMURM4LxzeQhpyquI8LYiUURP0upSooBsg-IDAFRg 517
graph_searcher-0.1.0.dist-info/RECORD

entry_points.txt

graph_searcher = graph_searcher.ui.cli.cli:main