biopython v1.71.0 Bio.Index

Index.py

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.