Bio.Index module

Index text files.

This module provides a way to create indexes to text files.

Classes: Index Dictionary-like class used to store index information.

_ShelveIndex An Index class based on the shelve module. _InMemoryIndex An in-memory Index class.

Bio.Index.Index

alias of Bio.Index._InMemoryIndex