package obspy.core
==================

Copyright
---------
    GNU Lesser General Public License, Version 3 (LGPLv3)

    Copyright (c) 2009-2010 by:
        * Moritz Beyreuther
        * Lion Krischer
        * Robert Barsch
        * Tobias Megies


Overview
--------
    obspy.core - Core classes of ObsPy: Python for Seismological Observatories

    This class contains common methods and classes for ObsPy. It includes
    UTCDateTime, Stats, Stream and Trace classes and methods for reading 
    seismograms.

    For more information visit http://www.obspy.org.


Dependencies
------------
    * numpy
