Skip to main content

Python interface module for Ocean Optics spectrometers. This software is not associated with Ocean Optics. Use it at your own risk.

Project description

Python module for Ocean Optics spectrometers

Anaconda CondaDownload AppVeyor Travis Github All Releases MIT license GitHub issues Paypal donate

Python-seabreeze is the easy way to access your Ocean Optics spectrometers from python. It wraps the SeaBreeze library provided by Ocean Optics to communicate with the spectrometer. If SeaBreeze is not available it can fallback to a pyUSB based reimplementation. This software is not associated with Ocean Optics. Use it at your own risk.

DOCUMENTATION ON RTD

You'll find the documentation here https://python-seabreeze.readthedocs.io/en/latest/

Changes

The changelog can be found here CHANGELOG.md

Usage

The following example shows how simple it is to acquire a spectrum with python-seabreeze through the model independent Spectrometer class. For a more detailed description read the documentation:

>>> from seabreeze.spectrometers import Spectrometer
>>> spec = Spectrometer.from_first_available()
>>> spec.integration_time_micros(20000)
>>> spec.wavelengths()
array([  340.32581   ,   340.70321186,   341.08058305, ...,  1024.84940994,
        1025.1300678 ,  1025.4106617 ])
>>> spec.intensities()
array([  1.58187931e+01,   2.66704852e+04,   6.80208103e+02, ...,
         6.53090172e+02,   6.35011552e+02,   6.71168793e+02])

To use the pyseabreeze backend simply run this before importing seabreeze.spectrometers.

>>> import seabreeze
>>> seabreeze.use('pyseabreeze')
>>> import seabreeze.spectrometers as sb

Supported Devices

Spectrometer cseabreeze pyseabreeze
HR2000 x x
HR2000PLUS x x
HR4000 x x
JAZ x x
MAYA2000 x x
MAYA2000PRO x x
MAYALSL x x
NIRQUEST256 x x
NIRQUEST512 x x
QE65000 x x
QE-PRO x x
STS x x
TORUS x x
USB2000 x x
USB2000PLUS x x
USB4000 x x
USB650 Issue #47
SPARK x x

Known Issues

  • USB2000 spectrometers cause Data transfer error due to old firmware Issue #48
  • USB650 not supported Issue #47
  • No conda packages for armv6 (RPI version 1) Issue #46

Contributing Guidelines

If you run into any problems, file an issue and be sure to include the following in your report:

  • Operating system (Linux distribution, Windows version, OSX version) and archictecture (32bit, 64bit, arm)
  • Python version and arch (i.e. Python 2.7.10 64bit)
  • python-seabreeze version

If you want a feature implemented, please file an issue, or create a pull request when you implement it yourself. And if you would like to support me via paypal, click on the paypal donate button on top of this README.

License

Files in this repository are released under the MIT license.

Related Repositories

If you want me to add your project here, let me know. Happy to add it.

  • SeaBreeze - Ocean Optics' SeaBreeze C library.
  • libseabreeze - github clone of the C library. internal use only (has pre-built libraries if you know what you're doing)
  • python-seabreeze-feedstock - anaconda feedstock for automated package deployment. internal use only

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seabreeze-1.0.0.tar.gz (7.7 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

seabreeze-1.0.0-cp37-cp37m-win_amd64.whl (537.7 kB view details)

Uploaded CPython 3.7mWindows x86-64

seabreeze-1.0.0-cp37-cp37m-win32.whl (425.3 kB view details)

Uploaded CPython 3.7mWindows x86

seabreeze-1.0.0-cp37-cp37m-manylinux1_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.7m

seabreeze-1.0.0-cp37-cp37m-manylinux1_i686.whl (7.4 MB view details)

Uploaded CPython 3.7m

seabreeze-1.0.0-cp37-cp37m-macosx_10_6_intel.whl (1.8 MB view details)

Uploaded CPython 3.7mmacOS 10.6+ Intel (x86-64, i386)

seabreeze-1.0.0-cp36-cp36m-win_amd64.whl (537.9 kB view details)

Uploaded CPython 3.6mWindows x86-64

seabreeze-1.0.0-cp36-cp36m-win32.whl (425.6 kB view details)

Uploaded CPython 3.6mWindows x86

seabreeze-1.0.0-cp36-cp36m-manylinux1_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.6m

seabreeze-1.0.0-cp36-cp36m-manylinux1_i686.whl (7.4 MB view details)

Uploaded CPython 3.6m

seabreeze-1.0.0-cp36-cp36m-macosx_10_6_intel.whl (1.9 MB view details)

Uploaded CPython 3.6mmacOS 10.6+ Intel (x86-64, i386)

seabreeze-1.0.0-cp35-cp35m-win_amd64.whl (529.0 kB view details)

Uploaded CPython 3.5mWindows x86-64

seabreeze-1.0.0-cp35-cp35m-win32.whl (417.7 kB view details)

Uploaded CPython 3.5mWindows x86

seabreeze-1.0.0-cp35-cp35m-manylinux1_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.5m

seabreeze-1.0.0-cp35-cp35m-manylinux1_i686.whl (7.3 MB view details)

Uploaded CPython 3.5m

seabreeze-1.0.0-cp35-cp35m-macosx_10_6_intel.whl (1.8 MB view details)

Uploaded CPython 3.5mmacOS 10.6+ Intel (x86-64, i386)

seabreeze-1.0.0-cp27-cp27mu-manylinux1_x86_64.whl (7.5 MB view details)

Uploaded CPython 2.7mu

seabreeze-1.0.0-cp27-cp27mu-manylinux1_i686.whl (7.2 MB view details)

Uploaded CPython 2.7mu

seabreeze-1.0.0-cp27-cp27m-win_amd64.whl (499.5 kB view details)

Uploaded CPython 2.7mWindows x86-64

seabreeze-1.0.0-cp27-cp27m-win32.whl (382.7 kB view details)

Uploaded CPython 2.7mWindows x86

seabreeze-1.0.0-cp27-cp27m-manylinux1_x86_64.whl (7.5 MB view details)

Uploaded CPython 2.7m

seabreeze-1.0.0-cp27-cp27m-manylinux1_i686.whl (7.2 MB view details)

Uploaded CPython 2.7m

seabreeze-1.0.0-cp27-cp27m-macosx_10_6_intel.whl (1.8 MB view details)

Uploaded CPython 2.7mmacOS 10.6+ Intel (x86-64, i386)

File details

Details for the file seabreeze-1.0.0.tar.gz.

File metadata

  • Download URL: seabreeze-1.0.0.tar.gz
  • Upload date:
  • Size: 7.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0.tar.gz
Algorithm Hash digest
SHA256 6f2a82a47c9fc45129967e714a018889a8363b8f8f83869be3bd82cf9e9417b5
MD5 c960a6afea52c220011f935d7d5bc766
BLAKE2b-256 a44d9f740731ef35c8837c5a6e1ff59fcc8ee58e7672ccd5a5b3b1a048d5725a

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 537.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 babc74adc0928d3e6d9add61695f419ebb4d5dcc5994d95427304939ff212b68
MD5 d2a62936a6805b3c99c653d0c4b42094
BLAKE2b-256 314e6f0f70f832846e4c389a46182c807afe70d50a06dff9478049ce51bf5f1f

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 425.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 3d10206b561222395b1174e8fa2133ed0686dec91498f094454424ae7dfee995
MD5 5f5401531bb3ea6cc1496eadacf3b3cb
BLAKE2b-256 db7c984bea069b1967a47f3dbb0e7bc2f159d70b7d175e36c287f9bc8208114a

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 adba4fa82e0da721e0183fe49f120731454ae8ea05d10f2e99a11a954790dfa1
MD5 2dc07002f6c225c7de85d67e22eb24d2
BLAKE2b-256 739b254b6c67d65f08c9af3aa0c4cd9512be7d59d4c1a9b7e3523e48e997321b

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d7e32f4e2f22766e5aa1d86e8c053ef7cdbf1b9103a4e6fb342115f16d9634c7
MD5 66c33dbeb0da11a8325724f50fbc6274
BLAKE2b-256 e7bff797ec15c65291e03e914b192b2800ff0f719f8bb9acbebd383649112a60

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp37-cp37m-macosx_10_6_intel.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 6e71d0deba2475212c6a0804b13f875bf2072e46a11e1b746038a71fb6fea544
MD5 ae74e1645a7fc36711f39a9ad94dff3c
BLAKE2b-256 7d770d4f2513fe1a21f2f45ff782bfa47df9312cb3b9e2f7f49068ca7576172f

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 537.9 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 5f6e48ba3f0df5949208ae63bde15e3343a598ca51a63e4bcc39c1c5609ebdbd
MD5 619cc6f502fa2f0013fdcb88919b6a4a
BLAKE2b-256 fe58b3752b5bdf3b8cf59eae0e51d715a53cdc6cde574ea107b9fc5092557c42

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 425.6 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 404f2cfb5b3e75d79ae3d849295b2745e633f9d42e0f2344aa59b478e2d6fa1a
MD5 7990fe13671f3c29e69311970f5a8b52
BLAKE2b-256 de7a41ff12c279a48520a2d1a732cb22b9fadd22d9b59db4f52839aedf73717a

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9514e6f41858460adaf45df9c140f1ffcaa6485ce908539a3d4709343c7e218b
MD5 ce51219157174349dab70748d5e5cee4
BLAKE2b-256 0d92ff23810ec1b619c4c4c3cc5fb96ecb5f8c0cb39985375cc37fdb5e0080c5

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0edb2572677a1f9ee011352cee2441cab054c9321addefc25fabad69ec861d8f
MD5 ef41e046fb6c44b0704fb34505bb8a40
BLAKE2b-256 1989de72660832ab69f706b27870948cd9cceb91fafc010ede2998e26061f4f0

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 5c122004002f7658ea966219eafcb2e03fff39251fb17609c28a0f66ae60e7da
MD5 e803afdc31d1a4d0ebd5541d2209d00a
BLAKE2b-256 1f8e64d9d0fac51431ed9d96e76f764933ecf7184b8c9106baf237f95e9872c2

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 529.0 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 e9db0fa6cf18c6689faf2e6d3b468a1b7f118341af750c6c74272a51bfc11dd3
MD5 28d7b10f28ccdef363c334c44f7e2839
BLAKE2b-256 2b6acbb67f83c0fffbda6e01a9d7c053022262e915a6e38b109da7b08bdb754f

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 417.7 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 b13d2271b57bb4efb0cd1868432f697fbe46da998fa4fd90ee0d330ff7a5722a
MD5 a9120324e7d45c5e7a67f39fab9c7228
BLAKE2b-256 167e2122a4b60efb2bb1ad872fae4dd3867cb993f16457937465830d69ded3d4

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4e7912ee29327674cfaf88a6ec3814b7394db547ba96d9af09af926c10d97bde
MD5 b3d61c52ccf2da0dd5e928002d12fdfb
BLAKE2b-256 7dfc46c9d468f3f4e540c383158ac3b172dc6ae15865e2753af5b94e39932847

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 dc8e508580372326701e4f011b2eecc269d93820abbe8d5381453afa95aea873
MD5 caca0fa813e6b4ffce04f19843dbd936
BLAKE2b-256 d2644d19cf8de08908a08adac9ddca39c78bb632db0ebaed7ba20c0d7c024a74

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.5m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 40646a853c5795e425562065c6855bab4f57d615685728657f3384a183a40a10
MD5 734e05d6bed814f4ec6f3481576b9818
BLAKE2b-256 6f9b02d0e9cd7695ba8552344753374f37f617c7894cc712e4b07ca123e67bbb

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 baa514eda2e998c2138a704a7df0d56357fdf90562c0098c993bcc5d4f845715
MD5 22e2070b809b235dbafeb3d74214dc39
BLAKE2b-256 e8ede0a39d5bbc15cdcc234463dd5845a388a682f5ccf82775b44de5a1758abc

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 7453204aa270e139c71f48a0c69e807f3575517cb7eea8729b9d1f7301a4cdcf
MD5 cc9c54cbc89e86634978392726f17dab
BLAKE2b-256 32db64e6fa33a05ce3d37f8b3cc6600a4d3de0457c5c317b3ba1a9bfc568650e

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 499.5 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 3cd99a1b0935d737e00536720e79639860a3c40d475448c7f236f5f6464e01cf
MD5 112f6b517fd95112d5a6d9831f8bb1a7
BLAKE2b-256 dec39bdc6bb25958b599823167580558628a516e5d1e8525839d0ff7720f4b28

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp27-cp27m-win32.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 382.7 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 15b10174fe9ae69f8d318fe4c178b554728d5a6a4eafe9039eb6a549b336eb98
MD5 02e2ae5ad2e91fc2ae1dc05e8d9a0194
BLAKE2b-256 98056c131c163b6337841bc3ea7eb0c333fa4e4b08ea584bf9fb0dc682e0d156

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1e2a369d7043b33feb647fb714a71e47355f8ef9292170cbf039f3ca43d1a2cc
MD5 15718f4b6f57eec9e9bdd970637522eb
BLAKE2b-256 c38058a10f83a8caf0ddb4d5909b4449929da89bcaae64bc033205c4a2db5bc0

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c3323f30d9142c85527244f59d9c705bdcc72340dd4eada4e766635f91bf58e5
MD5 bc082f8e4a137c7682c30ecf4ba97491
BLAKE2b-256 f0bb4c5e9478838802951ba29961e4ae6b65aad7bb948947cf43da28f0d85c76

See more details on using hashes here.

File details

Details for the file seabreeze-1.0.0-cp27-cp27m-macosx_10_6_intel.whl.

File metadata

  • Download URL: seabreeze-1.0.0-cp27-cp27m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 2.7m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/2.7.15+

File hashes

Hashes for seabreeze-1.0.0-cp27-cp27m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 7b5d62eef9f7e2f02038a10eef6b61ae244981439c8b4312c162be07a715a124
MD5 c11e5c32f8b153b6c518d9162075f23f
BLAKE2b-256 53f364f24958ee1ea3a7d61e11d46610da45fadd6f4b831ca3fd7d376ea690ad

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page