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.
- Install
pip-tools
:
pip install pip-tools
-
Create
requirements.in
:List your direct dependencies in a
requirements.in
file. For example:
requests
numpy
-
Compile
requirements.txt
:Run
pip-compile
to generaterequirements.txt
fromrequirements.in
:
pip-compile requirements.in
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
flusstools-1.1.8-py3-none-any.whl
(60.9 kB
view hashes)
Close
Hashes for flusstools-1.1.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7c5967ecaf9bfc0b5c7cb577b50e7f1affca0eab40d3e8ad0e969802498e25c |
|
MD5 | c84826132614ccd9852fdd2533c2588e |
|
BLAKE2b-256 | 1b0151fb13031a1cc4d40898a966840cc415c76fc21043fcabb4178448d32c2b |