Metadata-Version: 2.1
Name: libsearch
Version: 0.0.4
Summary: A library of searh algorithms
Home-page: UNKNOWN
Author: jbin
Author-email: john_biniaris@hotmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

libsearch | ![build](https://github.com/Johnbin89/SearchLibrary/workflows/Build%20Package/badge.svg)
[![codecov](https://codecov.io/gh/Johnbin89/SearchLibrary/branch/master/graph/badge.svg?token=PQ74UIDAS9)](https://codecov.io/gh/Johnbin89/SearchLibrary)
===============================================================================

bla bla

pip install -e ~/Documents/PythonWorkspaces/AI/SEARCH/general_solution

pip install --index-url https://test.pypi.org/simple/ --no-deps search-jbin

example:
from libsearch import depth_first_search 


