Metadata-Version: 1.1
Name: pisces-db
Version: 0.2.1
Summary: A Practical Seismological Database Library in Python.
Home-page: https://github.com/jkmacc-LANL/pisces
Author: Jonathan MacCarthy
Author-email: jkmacc@lanl.gov
License: LANL-MIT
Description: Pisces
        ======
        
        Pisces is a practical seismological database library in Python.
        Connect your Python analysis environment to a seismological database, without having to use a separate data-management language, like SQL or shell scripts.
        Pisces uses common open-source technologies and standards, and allows you to write portable, extensible, and scalable code.
        
        Documentation: http://jkmacc-lanl.github.io/pisces
        
        Repository: https://github.com/jkmacc-LANL/pisces
        
        --------------
        
        Features
        ~~~~~~~~
        
        -  Import/export waveforms directly to/from your database.
        -  Easy importing/exporting of text "flat-file" data tables.
        -  Build database queries using Python objects and methods
           (`SQLAlchemy <http:/www.sqlalchemy.org>`__), not by concatenating SQL
           strings.
        -  Integration with `ObsPy <http://www.obspy.org>`__.
        -  Geographic filtering of results.
        
        
        --------------
        
        Installation
        ------------
        
        Requires:
        
        -  NumPy
        -  ObsPy
        -  SQLAlchemy>0.7
        -  C, Fortran compiler
        
        Install from `PyPI <https://pypi.python.org/pypi>`__:
        
        ::
        
            pip install pisces-db
        
        Install current master from GitHub:
        
        ::
        
            pip install git+https://github.com/jkmacc-LANL/pisces
        
        
        |Analytics|
        
        .. |Analytics| image:: https://ga-beacon.appspot.com/UA-48246702-1/pisces/readme
           :target: https://github.com/igrigorik/ga-beacon
        
        
Keywords: seismology,geophysics,database
Platform: Mac OS X
Platform: Linux/Unix
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Physics
