Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

light-labyrinth

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

light-labyrinth

Light labyrinth ML model

pipPyPI
Version
1.0.0
Maintainers
2

Light Labyrinth

Light labyrinth machine learning model.

How to install?

pip install light_labyrinth

How to build dll

For develop purposes run build_devel.py script

How to name PR

PR name should start with one of the following prefixes:

  • [MAJOR] - for major changes (A+1.0.0)
  • [MINOR] - for minor changes (A.B+1.0)
  • [PATCH] - for patch changes (A.B.C+1)
  • [NOBUMP] - for changes that should not bump version

How to build with CMake

  • Make sure You have the CMake tool of version 3.10 or greater.
  • Make sure You have some build system installed (for example MinGW Makefiles on Windows/on Linux You can use simple Unix Makefile)
  • Create directory for build (in next step it will be refereed as "build_dir", if You want to build python package DO NOT name it "build"!)
  • In build dir run cmake backbone
  • Command above can accept parameters like:
  • -DCMAKE_C_COMPILER=<path-to-gcc> (or simply gcc if gcc is in PATH)
  • -G (like MinGW Makefiles)
  • -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON (to generate extensive logging in Makefile)
  • -DCMAKE_BUILD_TYPE=Release|Debug (to generate makefiles for given build type)

How to list symbols in dll:

Run developer command prompt for vs 20XX and execute

dumpbin /exports light_labyrinth.dll

Documentation

Documentation available at https://lightlabyrinth.org

Source code

Source code available at https://bitbucket.org/Enkar234/lightlabyrinth

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