Skip to main content

Light labyrinth ML model

Project description

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 (X+1.0.0)
  • [MINOR] - for minor changes (x.X+1.0)
  • [PATCH] - for patch changes (x.x.X+1)
  • [NOBUMP] - for changes that should not bump version

How to build with CMake

  1. Make sure You have the CMake tool of version 3.10 or greater.
  2. Make sure You have some build system installed (for example MinGW Makefiles on Windows/on Linux You can use simple Unix Makefile)
  3. 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"!)
  4. In build dir run cmake backbone
  5. 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

light_labyrinth-0.2.5-pp39-pypy39_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.0 kB view hashes)

Uploaded PyPy manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.17+ x86-64

light_labyrinth-0.2.5-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (194.8 kB view hashes)

Uploaded PyPy manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

light_labyrinth-0.2.5-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.0 kB view hashes)

Uploaded PyPy manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.17+ x86-64

light_labyrinth-0.2.5-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (194.8 kB view hashes)

Uploaded PyPy manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

light_labyrinth-0.2.5-cp311-cp311-musllinux_1_1_x86_64.whl (195.3 kB view hashes)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

light_labyrinth-0.2.5-cp311-cp311-musllinux_1_1_i686.whl (195.4 kB view hashes)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

light_labyrinth-0.2.5-cp311-cp311-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.0 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.17+ x86-64

light_labyrinth-0.2.5-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (194.8 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

light_labyrinth-0.2.5-cp311-cp311-macosx_12_0_x86_64.whl (98.9 kB view hashes)

Uploaded CPython 3.11 macOS 12.0+ x86-64

light_labyrinth-0.2.5-cp310-cp310-musllinux_1_1_x86_64.whl (195.3 kB view hashes)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

light_labyrinth-0.2.5-cp310-cp310-musllinux_1_1_i686.whl (195.4 kB view hashes)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

light_labyrinth-0.2.5-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.0 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.17+ x86-64

light_labyrinth-0.2.5-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (194.8 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

light_labyrinth-0.2.5-cp39-cp39-win_amd64.whl (200.9 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

light_labyrinth-0.2.5-cp39-cp39-musllinux_1_1_x86_64.whl (195.3 kB view hashes)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

light_labyrinth-0.2.5-cp39-cp39-musllinux_1_1_i686.whl (195.4 kB view hashes)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

light_labyrinth-0.2.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.0 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.17+ x86-64

light_labyrinth-0.2.5-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (194.8 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

light_labyrinth-0.2.5-cp38-cp38-musllinux_1_1_x86_64.whl (195.3 kB view hashes)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

light_labyrinth-0.2.5-cp38-cp38-musllinux_1_1_i686.whl (195.4 kB view hashes)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

light_labyrinth-0.2.5-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.0 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.17+ x86-64

light_labyrinth-0.2.5-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (194.8 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page