Functions to find profiles in ocean pressure data
Project description
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:
-
(Recommended) Create a separate environment for docs:
uv venv .venv-docs source .venv-docs/bin/activate
-
Install documentation requirements and the package:
uv pip install --upgrade pip pip install -r docs/requirements.txt pip install -e .
-
Build the documentation:
cd docs make html
-
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/*
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file profinder-0.2.4.tar.gz.
File metadata
- Download URL: profinder-0.2.4.tar.gz
- Upload date:
- Size: 651.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
921d013e18d25b8dee5912a22c91529e87feb04c9bade8ee10e6f95fec0ee304
|
|
| MD5 |
906554cdc676e8bb300023682677032d
|
|
| BLAKE2b-256 |
1cf9154bff42c85303be3bdb96015896e24be8e56301c00527596ad4e20b4adc
|
File details
Details for the file profinder-0.2.4-py3-none-any.whl.
File metadata
- Download URL: profinder-0.2.4-py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a8c2b3d2496f6d68cae5a33308a5420790501469a1688a1254d3fd617bfbc44
|
|
| MD5 |
ee222e8bad474b6223800716eb338809
|
|
| BLAKE2b-256 |
ef664100d65fcebcc109b90635fc86238f97d5002d9e40b334caa608fefe58a4
|