Skip to main content

![](http://media.charlesleifer.com/blog/photos/scout-logo.png)

[scout](http://scout.readthedocs.org/en/latest/) is a RESTful search server written in Python. The search is powered by [SQLite’s full-text search extension](http://sqlite.org/fts3.html), and the web application utilizes the [Flask](http://flask.pocoo.org) framework.

Features:

  • Multiple search indexes present in a single database.

  • RESTful design for easy indexing and searching.

  • Simple key-based authentication (optional).

  • Lightweight, low resource utilization, minimal setup required.

  • Store search content and arbitrary metadata.

  • Multiple result ranking algorithms, porter stemmer.

  • Comprehensive unit-tests.

  • [Documentation hosted on ReadTheDocs](http://scout.readthedocs.org/en/latest/).

## Installation

Scout can be installed from PyPI using pip or from source using git. Should you install from PyPI you will run the latest version, whereas installing from git ensures you have the latest changes.

Installation using pip:

`console $ pip install scout `

You can also install the latest master branch using pip:

`console $ pip install -e git+https://github.com/coleifer/scout.git#egg=scout `

If you wish to install from source, first clone the code and run setup.py install:

`console $ git clone https://github.com/coleifer/scout.git $ cd scout/ $ python setup.py install `

Using either of the above methods will also ensure the project’s Python dependencies are installed: [flask](http://flask.pocoo.org) and [peewee](http://docs.peewee-orm.com).

[Check out the documentation](http://scout.readthedocs.org/en/latest/) for more information about the project.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scout-0.3.0.tar.gz (14.8 kB view details)

Uploaded Source

File details

Details for the file scout-0.3.0.tar.gz.

File metadata

  • Download URL: scout-0.3.0.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for scout-0.3.0.tar.gz
Algorithm Hash digest
SHA256 caf3c18962c0d47ad018fe17e9213c37cbabf1f0b72d37cdd30f795241157b5b
MD5 a062eca9ed14716c80c72606dae2a6d7
BLAKE2b-256 fde3db1c664268c39e7877ceb6a157a2a7dfe37a3603b0bf1928f22234ba19dc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page