Skip to main content

https://segyio.readthedocs.io

Introduction

Segyio is a small LGPL licensed C library for easy interaction with SEG Y formatted seismic data, with language bindings for Python and Matlab. Segyio is an attempt to create an easy-to-use, embeddable, community-oriented library for seismic applications. Features are added as they are needed; suggestions and contributions of all kinds are very welcome.

Feature summary

  • A low-level C interface with few assumptions; easy to bind to other languages.

  • Read and write binary and textual headers.

  • Read and write traces, trace headers.

  • Easy to use and native-feeling python interface with numpy integration.

Project goals

Segyio does necessarily attempt to be the end-all of SEG-Y interactions; rather, we aim to lower the barrier to interacting with SEG-Y files for embedding, new applications or free-standing programs.

Additionally, the aim is not to support the full standard or all exotic (but correctly) formatted files out there. Some assumptions are made, such as:

  • All traces in a file are assumed to be of the same sample size.

  • It is assumed all lines have the same number of traces.

The writing functionality in Segyio is largely meant to modify or adapt files. A file created from scratch is not necessarily a to-spec SEG-Y file, as we only necessarily write the header fields segyio needs to make sense of the geometry. It is still highly recommended that SEG-Y files are maintained and written according to specification, but segyio does not mandate this.

Release files for segyio 1.9.10

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for segyio 1.9.10
File
segyio-1.9.10-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
segyio-1.9.10-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
segyio-1.9.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
segyio-1.9.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
segyio-1.9.10-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-32, Linux glibc 2.12+ x86-32 Details
segyio-1.9.10-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
segyio-1.9.10-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
segyio-1.9.10-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
segyio-1.9.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
segyio-1.9.10-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.12+ x86-64 Details
segyio-1.9.10-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.12+ x86-32, Linux glibc 2.17+ x86-32 Details
segyio-1.9.10-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
segyio-1.9.10-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
segyio-1.9.10-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
segyio-1.9.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
segyio-1.9.10-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-64 Details
segyio-1.9.10-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-32, Linux glibc 2.17+ x86-32 Details
segyio-1.9.10-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
segyio-1.9.10-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
segyio-1.9.10-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
segyio-1.9.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
segyio-1.9.10-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-64 Details
segyio-1.9.10-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-32, Linux glibc 2.12+ x86-32 Details
segyio-1.9.10-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
segyio-1.9.10-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
segyio-1.9.10-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
segyio-1.9.10-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
segyio-1.9.10-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64 Details
segyio-1.9.10-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32, Linux glibc 2.12+ x86-32 Details
segyio-1.9.10-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
segyio-1.9.10-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
segyio-1.9.10-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
segyio-1.9.10-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 Details
segyio-1.9.10-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64 Details
segyio-1.9.10-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32, Linux glibc 2.17+ x86-32 Details
segyio-1.9.10-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size:3.0 MB

Release files / segyio-1.9.10-cp311-cp311-win_amd64.whl

Download URL segyio-1.9.10-cp311-cp311-win_amd64.whl
Size 84.8 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
1bf5b65c89dadacf04f8bd0a7cde3717612dbd294ab9ab374d853b6ae5fedf8f
BLAKE2b-256 checksum
How to use checksums
8a7b1ddcafa5d223a5527c395fd6a500eb3a25da43fdbaf92b9374b91a364e30
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp311-cp311-win32.whl

Download URL segyio-1.9.10-cp311-cp311-win32.whl
Size 79.7 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
8f510d19b33936e65d605c1b6d66c488fc8776eea03a59cf4c14b4b933bc624a
BLAKE2b-256 checksum
How to use checksums
f6f4d5a308c8056d487f67586f981198b9ab8e40f7a1ef40f7558f78258c2195
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL segyio-1.9.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 85.1 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
c75fb5980c5ed98ba0e028a1585a8df45ec489b59098f3bb0a3bf841f2744a80
BLAKE2b-256 checksum
How to use checksums
b015de1fb44f4509abfc3b28d4fd521a2ac6af2719f6bbc1a2a8181db2b312ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL segyio-1.9.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 83.8 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
417905a47bca512bf38bc9c56d654d2a382e1e580c81d696b1925ac526ead816
BLAKE2b-256 checksum
How to use checksums
782d3c38789c89d934cb2758d7748c4f3a1d052d61b26e5fcf6450605901665b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL segyio-1.9.10-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 86.2 kB
Tags CPython 3.11 Linux glibc 2.12+ x86-32 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
d439ba38f966f2a6d0c94ec8c83d9182b09d9d1a8e48360bf14fe02e9d8a7f97
BLAKE2b-256 checksum
How to use checksums
38048f6ae52d89647448cc8b8c5bfcb9d20ed68b874af529dcf32e616ca0fa48
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp311-cp311-macosx_10_9_x86_64.whl

Download URL segyio-1.9.10-cp311-cp311-macosx_10_9_x86_64.whl
Size 82.3 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f82857677996e02a9d7bc4900ad5d1faa80657bd81494c54c5d1d6f287234d39
BLAKE2b-256 checksum
How to use checksums
de37aa9ea38e0fde9c7d4219f73fce011d0eee5a4c688b8d4145baac25a17754
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp310-cp310-win_amd64.whl

Download URL segyio-1.9.10-cp310-cp310-win_amd64.whl
Size 84.8 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
b379c881c80cccdeb07db1b896ce62e325642fd4fd59733b0c45fda45a7b1ade
BLAKE2b-256 checksum
How to use checksums
9fb6e2180b701adcc668a0d4a397d790762e23f9a5bb465b3c4e555be4ce3b76
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp310-cp310-win32.whl

Download URL segyio-1.9.10-cp310-cp310-win32.whl
Size 79.7 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
e0fc64fbc72a8a8b3a1540c7439582a754f58f551fee1ff6ac86d64bd7ba4da9
BLAKE2b-256 checksum
How to use checksums
cadf718896d52295a07818b807e7f1be52c94fe6d173621eb99f4a5b5fc07ba4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL segyio-1.9.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 83.8 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
b221f2ea260612224ba7a1180e7115d6da77d39f9f555dc5e03f0cc228c3d2dc
BLAKE2b-256 checksum
How to use checksums
954ff7b283d44c1eabc588fcd1ba73a0efb2f97a0f4ed07f58778538eb772581
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL segyio-1.9.10-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 84.1 kB
Tags CPython 3.10 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
9349fef09fbff3a5ded10a261187eb757b6751734379ca4e57bda49490d2274d
BLAKE2b-256 checksum
How to use checksums
4492ccd4baaa7c92f6322eddfaab9e52925dffa4ad3b422e1927ce177af40a4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL segyio-1.9.10-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 86.2 kB
Tags CPython 3.10 Linux glibc 2.12+ x86-32 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
6cffc5cf8528601247a599bbaa655ad43a57edc9161c5e4e80862411108bea6e
BLAKE2b-256 checksum
How to use checksums
9a69a7f7a9c4edeefd218896df1d2e06ff593de4c783daee219e779de3653cb5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp310-cp310-macosx_10_9_x86_64.whl

Download URL segyio-1.9.10-cp310-cp310-macosx_10_9_x86_64.whl
Size 82.3 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
9ff5512ff813d08147de06b3272f6263e5377dd11e85c1911173ff7eae07ce97
BLAKE2b-256 checksum
How to use checksums
642d56e86b059c597a9cd5126e1a149d0959986b92644e0bc1f6fa0076dda9bd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp39-cp39-win_amd64.whl

Download URL segyio-1.9.10-cp39-cp39-win_amd64.whl
Size 84.8 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
0a9b7ef4cea6db99a8a4d16f0d7f71ab669b0cec75a6eb9982ac3de4d0dbb3e1
BLAKE2b-256 checksum
How to use checksums
7bf64a7931b8812e87fd4fc9fcce68e6881d9a42dce1ddee93fa1768b114b7b1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp39-cp39-win32.whl

Download URL segyio-1.9.10-cp39-cp39-win32.whl
Size 79.7 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
b3ea1f88d559db0dbe609505021fd9b682312d6c4d11c807f42bb2d39a4db053
BLAKE2b-256 checksum
How to use checksums
215c4e54856869d8aa173cbeb3c9c23672a82ec575c74ebb636b509a71a39df8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL segyio-1.9.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 83.8 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
6f303b808b6931857c9b6c2a8a0c251ef5189818aba05aaa3a220a0cf3d3dd9c
BLAKE2b-256 checksum
How to use checksums
2865cb894fd0edad2e2a5e2c8c40541e779714933c77b569a3af334306949f8b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL segyio-1.9.10-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 84.1 kB
Tags CPython 3.9 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
8d6048f92d3a3f9d5c40c05cafdc2a62fcae385bd89477e6f53bb6f83e0d66e9
BLAKE2b-256 checksum
How to use checksums
d0c0f7286a542a4d17c4963d69e90d74030090b13484b4a391a15bfb7f3bd1f9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL segyio-1.9.10-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 86.2 kB
Tags CPython 3.9 Linux glibc 2.12+ x86-32 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
8c7c512ab6134019466efcca9dadb134e4e9fd02c1374c86549f61324ea45c52
BLAKE2b-256 checksum
How to use checksums
fb71decd48e27a6db6585f08e5e48103cd655a7c83f9660c1d58ef2b5ae4db1c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp39-cp39-macosx_10_9_x86_64.whl

Download URL segyio-1.9.10-cp39-cp39-macosx_10_9_x86_64.whl
Size 82.3 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
ca2428838853b88a2caf16eccbd492f168593593a9c578eca4dea55d5107f3e2
BLAKE2b-256 checksum
How to use checksums
884448b4bc060c840e173f210bb5761f096bb9026fa23cc2991bf4fc123cc72e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp38-cp38-win_amd64.whl

Download URL segyio-1.9.10-cp38-cp38-win_amd64.whl
Size 84.8 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
1a41576fbad3006f811cb7340eb36420872edff081d4440441c5a24b03025669
BLAKE2b-256 checksum
How to use checksums
8f39d60ee32ea34fa921189d98a67ff554a12a0c844b5e1a4233e3be8df13828
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp38-cp38-win32.whl

Download URL segyio-1.9.10-cp38-cp38-win32.whl
Size 79.7 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
ff845b17d5cc645d82691960bd39ec3c1fed106709f7b4cf1e049e3f23d92a33
BLAKE2b-256 checksum
How to use checksums
5ab05abcea103265e74cb3ffc8914ef112fe4986a08f84f71a7cf4544b5bff9e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL segyio-1.9.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 83.8 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
90c26554597a98933ff4b0492d2af381a152150885b5e31a45b00a3fcf92f99d
BLAKE2b-256 checksum
How to use checksums
6f646253a3834a95e1c783cc4a2aa67f219af54506a0bad9f3a4fb63955de5c8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL segyio-1.9.10-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 84.1 kB
Tags CPython 3.8 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
290f06897bb43d1a1ac6021354b9d5a41ed46c08c98d7a7c08f7a47ded5050fe
BLAKE2b-256 checksum
How to use checksums
5027bfaef58486691f108be3b25ccdb50471426f5aa59f238b8c6620406cf74b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL segyio-1.9.10-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 86.2 kB
Tags CPython 3.8 Linux glibc 2.12+ x86-32 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
5e321e807207a7784e55671c5868dedcec0f548c6c9c2fd7c9a22678b7ce5fde
BLAKE2b-256 checksum
How to use checksums
42310da91af5b7c817e18295ac78d787c7709d9889cdfaa3b7550ada71258387
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp38-cp38-macosx_10_9_x86_64.whl

Download URL segyio-1.9.10-cp38-cp38-macosx_10_9_x86_64.whl
Size 82.3 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
35dc3365c0b1a55d59d91494cc1293d98fd5850d2000a1a541c0d7119767e7b1
BLAKE2b-256 checksum
How to use checksums
f09b35be506c37a6e88da53fc930ceb3f1b93bb5b498162b8d18a597fc53d9cf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp37-cp37m-win_amd64.whl

Download URL segyio-1.9.10-cp37-cp37m-win_amd64.whl
Size 84.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
bb497327cef993ff02e666feb4821050ae34262ba1e5330bab04f2583ad94ad4
BLAKE2b-256 checksum
How to use checksums
7df5096a66d650778de9144bf36716e1e62df9a365ae7b8231b076378985fc8b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp37-cp37m-win32.whl

Download URL segyio-1.9.10-cp37-cp37m-win32.whl
Size 79.7 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
8d6af7abd168a539f6f2c65a0cf71fb968c820e9b3fd42ea23de1fde3d8be678
BLAKE2b-256 checksum
How to use checksums
62559c9152f41da0e917bf7d49441979a689d693086a411b3259b85e170352a4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL segyio-1.9.10-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 83.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
61a130a9c989d838aa34dea6cf258d58145fbff02664581902ebde71c0472f04
BLAKE2b-256 checksum
How to use checksums
cf03f87d8ea05400df898a94cb8ff77364a2af17f551e08db2a454f2f751bc55
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL segyio-1.9.10-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 84.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
208a1df109460bfac0d63fa4bbc1f9a1a3c11d0654829093800a50fda91978c0
BLAKE2b-256 checksum
How to use checksums
008ae1bc6c14739e543a1a7d303606f00c905d4b8cc94e961f1797acc5e321bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL segyio-1.9.10-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 86.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
5c8c9ecd5607e3471030ffb0c7dfbd66c3333564a72fd8943ef84601292652ff
BLAKE2b-256 checksum
How to use checksums
d36d8a58674526f630ec58a3e521f46d54ebf36a730bcda003a3f7e116ecbc7e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL segyio-1.9.10-cp37-cp37m-macosx_10_9_x86_64.whl
Size 82.3 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
1b7c6c56a78c011ac99a16b072322f9f8ffd9c9c7ff942d9bb4f381bfbae562c
BLAKE2b-256 checksum
How to use checksums
5354ef10233913a540095bcc79115f8b939a199fe8ce67c098ce4a58f66b6ee0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp36-cp36m-win_amd64.whl

Download URL segyio-1.9.10-cp36-cp36m-win_amd64.whl
Size 84.7 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
8477bf01946039d6e6218a4b71a8cc853add242adf08901fbd3cc4e0c49dcdf9
BLAKE2b-256 checksum
How to use checksums
3f8ddacb25e786bc6ed35d86f871964677fc3e298a2cc8da525f0a5324a8f2d6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp36-cp36m-win32.whl

Download URL segyio-1.9.10-cp36-cp36m-win32.whl
Size 79.7 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
69c5219db5647fa323726c2d89eb096b25a6bd7f2eda4dc1e320fcbc9991e6f3
BLAKE2b-256 checksum
How to use checksums
c337301d340c795e3d06862f48e71cec736b078564c29997cf090b9f4e9056c2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL segyio-1.9.10-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 83.8 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
2943d09ac1668d131093f1493485062dff653bc85869fc71471fd8975f79d5f7
BLAKE2b-256 checksum
How to use checksums
230ed1770ed95d955dbfdaf94421a23ede92734cc3fa231a13f013acbe259c50
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL segyio-1.9.10-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 84.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
557fa23c7b6cff5d728c6e341cd8922e712dbd32ea6daa57189d077ff2e5502c
BLAKE2b-256 checksum
How to use checksums
8f48b937c89fbf6e2c2add95fb13d2fd05dfb86f1746abb5a5b5e2803c67aedc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL segyio-1.9.10-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 86.2 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
b47ac21da39f2691c7a1403a49d2efb0ce276991c59fafced971a0b137963208
BLAKE2b-256 checksum
How to use checksums
d747b8ba64be51b3d1016f7faf1dca565f773512b4efb06647b0d4d566ddadac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release files / segyio-1.9.10-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL segyio-1.9.10-cp36-cp36m-macosx_10_9_x86_64.whl
Size 82.3 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
54dcc0970ed67fdf6eacc45a3e6c3260b15f81ed6d49cc580b855b9fcc4cac2a
BLAKE2b-256 checksum
How to use checksums
8365699bedc502152c701a3c8e909de2c0ef1992fdfc80ccd1aa915872888f88
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.1

Release history Release notifications | RSS feed

This release

1.9.10 This release

36 release files

1.9.9

30 release files

1.9.7

25 release files

1.9.6

19 release files

1.9.5

16 release files

1.9.4

15 release files

1.9.2

16 release files

1.9.1

20 release files

1.8.9

16 release files

1.8.8

17 release files

1.8.6

19 release files

1.8.5

19 release files

1.8.4

19 release files

1.8.3

19 release files

1.8.2

19 release files

1.8.1

19 release files

1.8.0

19 release files

1.7.1

19 release files

1.7.0

19 release files

1.5.3

15 release files

1.5.2

15 release files

1.4.0

10 release files

1.3.8

9 release files

1.3.7

9 release files

1.3.6

9 release files

1.3.5

9 release files

1.3.4

9 release files

1.3.2

15 release files

1.3.1

9 release files

1.3.0

15 release files

1.2.0

15 release files

1.0.8

9 release files

1.0.6

1 release file

1.0.4.1

1 release file

1.0.4

1 release file

1.0.3

1 release file

1.0.2

1 release file

0.0.0

17 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page