Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

DTOcean/dtocean-dummy-module

Repository files navigation


📢 This repository was archived on 11 March 2026. It is now maintained in the dtocean monorepo.


Overview

A python package to demonstrate some of the many features of Python and introduce a typical structure for a Python package.

Quick Start

Installation

The DTOCEAN Python dummy module is currently only tested on Windows 32 and 64 bit systems. Your mileage may vary on other platforms.

Setuptools

python setup.py install

Anaconda

The demo has been packaged for use with the Anaconda Scientific Python Distribution.

conda config --append channels dataonlygreater
conda install dtocean-dummy-module

Example Usage

The following commands are run from the command-line interface.

Execution

dtocean-dummy 5

Help

dtocean-dummy -h

Update

Anaconda

conda update dtocean-dummy-module

Uninstallation

Pip

pip uninstall dtocean-dummy-module

Anaconda

conda remove dtocean-dummy-module

About

Dummy module structure used in aneris tests

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors