/pypqlx

A Python Wrapper to a PQLX seismological database. It must help the task to query the PQLX database.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PyPQLx Package

This package offer a class to handle the PQLX database and on the creation of the PSD and PDF plots. The final goal is to implement an WebService to serve PSD and PDF data to a set of rich web-pages.

Instalation

This code uses 'records' a light database driver.

https://github.com/kennethreitz/records

On Debian the "better" way to install is using the pip system on local user account.

% pip install records --no-deps

and later, I fill in the dependencies manually by try-and-error.