Trees | Indices | Help |
---|
|
1 """EUtils is a client-side library for the Entrez databases at NCBI. 2 """ 3 import re 4 5 __version__ = "1.0p1" 6 __authors__ = ["Andrew Dalke, Dalke Scientific Software"] 7 8 import Datatypes 9 from Datatypes import DateRange, WithinNDays, EUtilsError, \ 10 EUtilsSearchError 11 12 from Config import databases 13 21 22 PLUS_STRAND = 1 23 MINUS_STRAND = 2 24
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Sep 15 09:27:08 2008 | http://epydoc.sourceforge.net |