Socket
Socket
Sign inDemoInstall

flusstools

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flusstools

A Python package to facilitate river analysis.


Maintainers
2

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc