Metadata-Version: 2.5
Name: pyseiskit
Version: 0.1.0
Summary: A Python library for seismic data processing and pre-visualization.
Project-URL: Homepage, https://github.com/PETROGEO-UFRN/pyseiskit
Project-URL: Repository, https://github.com/PETROGEO-UFRN/pyseiskit
Author-email: JorbFreire <jorbfreire@gmail.com>
License: MIT
License-File: LICENSE
Keywords: SU,data processing,geophysics,seismic,seismic unix,wiggle
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.9
Requires-Dist: numpy
Requires-Dist: scipy
Description-Content-Type: text/markdown

# pyseiskit

A Python library for seismic data processing.

Includes *wiggle* helpers, wich can be used together with common plot libraries such as:

 - Matplotlib
 - Bokeh
 - Plotly 

## Installation
```bash
pip install pyseiskit
```

## [Available Demos](/demos) 
  - [Wiggle plotting with common libraries](/demos/wiggle.ipynb)
  - [Gain methods](/demos/gain.ipynb)
