15 projects
intbitset
C-based extension implementing fast integer bit sets.
pyahocorasick
pyahocorasick is a fast and memory efficient library for exact or approximate multi-pattern string search. With the ``ahocorasick.Automaton`` class, you can find multiple key string occurrences at once in some input text. You can use it as a plain dict-like Trie or convert a Trie to an automaton for efficient Aho-Corasick search. And pickle to disk for easy reuse of large automatons. Implemented in C and tested on Python 3.6+. Works on Linux, macOS and Windows. BSD-3-Cause license.
fetchcode
fetchcode is a library to reliably fetch code via HTTP, FTP and version control systems.
spdx-tools
SPDX parser and tools.
cabarchive
A pure-python library for creating and extracting cab files
binary-inspector
binary-inspector is a library and tools to inspect binaries (elf, winpe, mach0) for symbols and other information, and models to store this.
rust-inspector
rust-inspector is a scancode plugin to extract symbols and dependencies found in Rust binaries.
scorecode
A package to fetch data from OpenSSF Scorecard API
samecode
A library to help detect approximately code such as AI-generated code.
parameter-expansion
POSIX parameter expansion in Python
scancode-analyzer
A scancode-toolkit plugin to analyze scan results for License Detection Issues
django-pluggables
A design pattern for Django that allows you to build "Pluggable" Reusable Applications
django-guardian-on-wheels
Implementation of per object permissions for Django. Minor fork to get wheels in Pypi
anyreadline
Install the proper readline package implementation as needed for your OS: Mac, Windows or Linux
buildout-offline
A buildout offline extension to run a buildout offline consistently with no network connection