Package Bio :: Package EUtils
[show private | hide private]
[frames | no frames]

Package Bio.EUtils

EUtils is a client-side library for the Entrez databases at NCBI.
Submodules
  • Config: Configuration information about NCBI's databases
  • Datatypes: various EUtils datatypes
  • DBIdsClient: Search and retrieve information given a set of database identifiers.
  • dtd2py: Internal class to convert DTDs to python form.
  • DTDs
  • HistoryClient: Search and retreive information using the EUtils history.
  • Mixins: implements functionality shared between HistoryClient and DBIdsClient
  • MultiDict: Dictionary-like objects which allow multiple keys Python dictionaries map a key to a value.
  • parse
  • POM: This module implements the XML POM -- the Python Object Model for XML.
  • ReseekFile: Wrap a file handle to allow seeks back to the beginning Sometimes data coming from a socket or other input file handle isn't what it was supposed to be.
  • setup
  • sourcegen: This module can be used to generate python source code.
  • ThinClient: Low-level interface to NCBI's EUtils for Entrez search and retrieval.

Function Summary
  DBIds(db, ids)

Variable Summary
list __authors__ = ['Andrew Dalke, Dalke Scientific Software'...
str __version__ = '1.0p1'
int MINUS_STRAND = 2                                                                     
int PLUS_STRAND = 1                                                                     

Variable Details

__authors__

Type:
list
Value:
['Andrew Dalke, Dalke Scientific Software']                            

__version__

Type:
str
Value:
'1.0p1'                                                                

MINUS_STRAND

Type:
int
Value:
2                                                                     

PLUS_STRAND

Type:
int
Value:
1                                                                     

Generated by Epydoc 2.1 on Thu Jun 30 22:06:01 2005 http://epydoc.sf.net