Skip to main content

A Python API for the Deltares FEWS PI REST Web Service

Project description

fewspy

A Python API for the Deltares FEWS PI REST Web Service

Installation

  1. Make sure you have git Git installed.
  2. Make sure you have a copy of Anaconda or Miniconda installed.
  3. Clone the fewspy, e.g. via GIT:
git clone https://github.com/d2hydro/fewspy.git

Developers continue to Install for development.

For regular use continue below

Install for Regular use

  1. Make sure you have all requirements in environment.yml installed in a Anaconda environment:
conda env create -f environment.yml
  1. Activate the environment in the Command Prompt (or Anaconda Prompt) by:
conda activate fewspy
  1. Now navigate to the clone on your disk and install fewspy (so with -e):
cd path\to\fewspy
pip install .

Install for development

  1. Make sure you have the fewspy development environment installed, using the environment_dev.yml. By e.g. Anaconda:
conda env create -f environment_dev.yml
  1. Activate the environment in the Command Prompt (or Anaconda Prompt) by:
conda activate fewspy
  1. Now cd to the clone on your disk and install fewspy in dev-mode (so with -e):
cd path\to\fewspy
pip install -e .

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

fewspy-0.5.1.tar.gz (613.8 kB view hashes)

Uploaded Source

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