New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flexer

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flexer

Flexer is a command line tool for interacting with nFlex and running nFlex modules locally.

  • 1.8.0
  • PyPI
  • Socket score

Maintainers
4

flexer

Flexer is a command line tool for interacting with nFlex and running nFlex modules locally.

Installation

Install, upgrade and uninstall flexer with these commands:

$ pip install flexer
$ pip install --upgrade flexer
$ pip uninstall flexer

or fork this repository

Dependencies

The flexer tool is supported on Python 2.7.

The main dependencies are:

  • requests: HTTP for Humans
  • click: for creating beautiful command line interfaces
  • jinja2: modern and designer-friendly templating language for Python
  • pyyaml: YAML parser and emitter for Python
  • pymongo: Python driver for MongoDB

The testing dependencies are:

  • pytest: helps you write better programs
  • mock: a library for testing in Python

Testing

Make sure you have tox by running the following:

$ pip install tox

To run the package tests:

$ tox

or

$ make test

Bash Completion

For detailed explanation on how to enable bash completion for the flexer script, please read the click documentation.

Basically you need to run

_FLEXER_COMPLETE=source flexer > ~/flexer-complete.sh

and add this line to your .bashrc file:

source ~/flexer-complete.sh

License

GNU General Public License, version 2

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