Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.36 KB

LEARN.md

File metadata and controls

21 lines (13 loc) · 1.36 KB

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.

Installation

Check out the installation section located in the README!

Inspect Searchor's code

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.

Notice

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.