Skip to content

MagnunAVF/Python-Based-Search-Engine

Repository files navigation

Python Search Engine

Build Status BCH compliance

A Simple Search Engine. This project is intended for educational purposes.

Credits

Project inspired by the presentation "Building A Python-Based Search Engine" on Pycon US 2012 by Daniel Lindsley.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Just needs a python 3 environment.

Installing

After clone, run in terminal:

make install

Then run:

make setup

Running the tests

After install, run:

make test

Deployment

Not yet done

Built With

Contributing

Only have to fork the project and make a pull request.

Versioning

We use SemVer for versioning.

License

See the LICENSE file for license rights and limitations (MIT).