Skip to main content

Python package for reading ODV (Ocean Data Variables) files

Project description

Python package for reading ODV (Ocean Data Variables) files

Started on 2022-05-13

Setup

Start using this project in a virtual environment

$ virtualenv venv
$ source venv/Scripts/activate
$ pip install -r requirements.txt

Initialize to grab dependencies

$ make init       # install dependencies
$ make init-dev   # includes the previous + adds dependencies for developers

Build Docs

$ make docu

Developers

Run Tests

$ make test                                                   # to run all tests
$ PYTEST_LOGCONF=debug-logconf.yml python tests/test_demo.py  # to run a specific test with specific logging

Check the code-style and syntax (flake8)

$ make check

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

pyodv-0.0.1.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

pyodv-0.0.1-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

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