Skip to main content

A Python package to facilitate river analysis.

Project description

FlussTools

Head for Python scripts for river analyses.

The full documentation is available at https://flusstools.readthedocs.io.

Create Requirements.txt

pip-tools helps to manage requirements.txt with more control. It separates direct dependencies from transitive ones.

  1. Install pip-tools:
pip install pip-tools
  1. Create requirements.in:

    List your direct dependencies in a requirements.in file. For example:

requests
numpy
  1. Compile requirements.txt:

    Run pip-compile to generate requirements.txt from requirements.in:

pip-compile requirements.in

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

flusstools-1.1.8.tar.gz (52.9 kB view hashes)

Uploaded Source

Built Distribution

flusstools-1.1.8-py3-none-any.whl (60.9 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