Package Bio :: Module NetCatch
[hide private]
[frames] | no frames]

Module NetCatch

source code

Code for dealing with lists of URLs (DEPRECATED).

This module is now deprecated, and will be removed in a future release of Biopython.

NetCatch enables the user to scan a list of labelled urls and select a subset to read into a file.

Functions: get_urls_by_label get_urls_by_index get_urls_by_range select_output_file

Classes [hide private]
  ExtractUrls
  Url
  NetCatch
Decorator for a dictionary of links.
Functions [hide private]
 
is_absolute_url(candidate) source code
Variables [hide private]
  __package__ = 'Bio'
  __warningregistry__ = {('Bio.NetCatch is deprecated, and will ...
Variables Details [hide private]

__warningregistry__

Value:
{('Bio.NetCatch is deprecated, and will be removed in a future release\
 of Biopython.  If you want to continue to use this code, please get i\
n contact with the Biopython developers via the mailing lists to avoid\
 its permanent removal from Biopython.',
  <type 'exceptions.DeprecationWarning'>,
  26): True}