Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

scanoss-winnowing

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scanoss-winnowing

Python Library implementing a C version of the SCANOSS Winnowing algorithm

  • 0.5.3
  • Source
  • PyPI
  • Socket score

Maintainers
1

SCANOSS Winnowing Python Package

The SCANOSS Winnowing python package provides fast implementation of the winnowing algorithm.

Installation

To install (from pypi.org), please run:

pip3 install scanoss_winnowing

To upgrade an existing installation please run:

pip3 install --upgrade scanoss_winnowing

Package Usage

The scanoss_winnowing package can be used in Python projects/scripts. A good example of how to consume it can be found here.

In general the easiest way to consume it is to import the required module as follows:

from scanoss_winnowing.winnowing import Winnowing

def main():
    winnowing = Winnowing()
    filename = 'test-file.c'
    winnowing.wfp_for_file(filename,filename)
    
if __name__ == "__main__":
    main()

Requirements

Python 3.7 or higher.

Source code

The source for this package can be found here.

Changelog

Details of each release can be found here.

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