Searchor uses Python classes, and the urllib.parse
quote library, with other libraries such as
aenum
,
click
,
requests
,
and pyperclip
to function.
These libraries are important for Searchor as if Searchor develops its own capabilities to function, it would be more harder for contributing, and integration, as well. With minimal libraries, Searchor also has it's own capabilities with common uses such as web development pairing with a framework such as Django.
Check out the installation section located in the README!
Check out the src directory! If you are looking for the pyproject.toml, check it out here. Searchor uses two packaging files for a release and publish to PyPi, one being the pyproject.toml and the other being the setup.py.
Feel free to ask questions about Searchor or report bugs via GitHub Issues, contribute via Pull Requests, etc! Documentation changes for pull requests are accepted.