Skip to main content

profinder

This package provides functions for finding profiles in ocean pressure data. It builds on scipy.signal.find_peaks.

See the documentation for more details.

Building the documentation locally

To build and serve the documentation locally:

  1. (Recommended) Create a separate environment for docs:

    uv venv .venv-docs
    source .venv-docs/bin/activate
    
  2. Install documentation requirements and the package:

    uv pip install --upgrade pip
    pip install -r docs/requirements.txt
    pip install -e .
    
  3. Build the documentation:

    cd docs
    make html
    
  4. Serve the documentation locally (also runs the build step):

    make serve
    # Then open http://localhost:8000 in your browser
    

Publishing

First generate an API token at pypi.org and store in ~/.pypirc.

Make sure to the bump the version appropriately.

uv version --bump <major/minor/patch>

Remove any existing distributions, build, and publish.

rm -rf dist
uv build
uvx twine upload dist/*

Download files

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

Source Distribution

profinder-0.2.5.tar.gz (654.5 kB view details)

Uploaded Source

Built Distribution

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

profinder-0.2.5-py3-none-any.whl (19.5 kB view details)

Uploaded Python 3

File details

Details for the file profinder-0.2.5.tar.gz.

File metadata

  • Download URL: profinder-0.2.5.tar.gz
  • Upload date:
  • Size: 654.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for profinder-0.2.5.tar.gz
Algorithm Hash digest
SHA256 f1c6e63e0f5cba1456122c0b259049c6a4d9963677f0570c2536ada8107a4da7
MD5 c4850b7264b6a75e07324d76037f8d63
BLAKE2b-256 3b839dc440eb1ade51b757c959e98ca340ba4176d8a90e30ec8afb6be295be8b

See more details on using hashes here.

File details

Details for the file profinder-0.2.5-py3-none-any.whl.

File metadata

  • Download URL: profinder-0.2.5-py3-none-any.whl
  • Upload date:
  • Size: 19.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for profinder-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 948e760c5b0415c7f6c8b8752527b3fb45e1f593d29c6eb3a982717d5b91d043
MD5 2276ffc409309836e4d79a5e16e3a3a0
BLAKE2b-256 c206daa1051c8ad90baa574eea221e5becd79ff00ec1c5570a352a1870b0f704

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.5 This release

2 files

0.2.4

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.1

2 files

Supported by

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