Package Bio :: Package Enzyme
[hide private]
[frames] | no frames]

Package Enzyme

source code

Module to work with enzyme.dat file (DEPRECATED).

This module provides code to work with the enzyme.dat file from Enzyme (OBSOLETE as of Biopython version 1.50). http://www.expasy.ch/enzyme/

The functionality of Bio.Enzyme has moved to Bio.ExPASy.ExPASy; please use that module instead of Bio.Enzyme. Bio.Enzyme is now deprecated and will be removed in a future release of Biopython.

Classes [hide private]
  _Scanner
Scans Enzyme data (PRIVATE).
  DataRecord
  EnzymeRecord
  RecordParser
  Iterator
  _RecordConsumer
Variables [hide private]
  StringTypes = (<type 'str'>, <type 'unicode'>)
  __package__ = 'Bio.Enzyme'
  __warningregistry__ = {('Bio.Enzyme is deprecated, and will be...
  xml_support = 1
Variables Details [hide private]

__warningregistry__

Value:
{('Bio.Enzyme is deprecated, and will be removed in a future release o\
f Biopython. Most of the functionality  is now provided by Bio.ExPASy.\
Enzyme.  If you want to  continue to use Bio.Enzyme, please get in con\
tact  via the mailing lists to avoid its permanent removal from Biopyt\
hon.',
  <type 'exceptions.DeprecationWarning'>,
  23): True}