Skip to main content

scout - a lightweight search server powered by SQLite

Project description

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

[scout](https://scout.readthedocs.io/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.

  • Besides full-text search, perform complex filtering based on metadata values.

  • Comprehensive unit-tests.

  • Supports SQLite [FTS4](http://sqlite.org/fts3.html) and the brand-new [FTS5](http://sqlite.org/fts5.html).

  • [Documentation hosted on ReadTheDocs](https://scout.readthedocs.io/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](https://scout.readthedocs.io/en/latest/) for more information about the project.

Project details


Download files

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

Source Distribution

scout-3.0.0.tar.gz (21.6 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for scout-3.0.0.tar.gz
Algorithm Hash digest
SHA256 dba4a832b4992734159a9ac091b22a025c4390b3f5611c0056b3e3f2535089ba
MD5 981218d225a50450efd4364baebb59be
BLAKE2b-256 d722bdd279101ccb37cdc29869739ebf50c2b9503b56c607af8f4a142eabb695

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