Skip to main content

A localsearch library.

Project description

lclpy

Lclpy is a localsearch library implemented in python.

Getting Started

Here, you will find a simple guide to install the library on your system.

Prerequisites

The library is intended to be installed with pip. Make sure pip is installed on your system. (It's probably included with your python implementation, but it doesn't hurt to check.)

After you've made sure pip is installed, install the following packages:

setuptools

pip install setuptools

You will be notified if it is already installed. This isn't be a problem.

Installing

After the prequisites have been properly installed, it's time to install lclpy. Do not worry about dependencies and such, setuptools should take care of those.

pip install lclpy

You can easily test if it's installed by using the interactive interpreter.

Depending on your local installation, it might also be possible to start the interactive interpreter by using:

python

or

py

Once inside the interpreter, try the following command:

import lclpy

If it succeeds without errors, lclpy is installed.

Usage

If you have any questions of how to use the library, you can download the project from github and check the documentation in the docs/html folder. You can also check the docstrings of a module in the interactive interpreter like this:

print(module_alias.__doc__)

There are also several jupyter notebooks that demonstrate the use of some classes. These notebooks can be found in the project on github in the notebooks folder.

Tests

Most of the modules of lclpy have some doctests included.

One can perform these by importing a module and then using the following code in the interactive interpreter:

import doctest

doctest.testmod(module_alias)

If there are no failed tests, everything is fine.

Authors

  • Daan Thijs - Design and initial implementation - nobody1570

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Tony Wauters
  • Wim Vancroonenburg

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 Distribution

If you're not sure about the file name format, learn more about wheel file names.

lclpy-1.0.1-py3-none-any.whl (78.5 kB view details)

Uploaded Python 3

File details

Details for the file lclpy-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: lclpy-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 78.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for lclpy-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d9b81d02e524b9926e2b3dc9be6f6fc9ecfb498b00daf0dbe9acd5c695e47dff
MD5 2a85fa5ec7ac455377dddc77542ae0ef
BLAKE2b-256 8f5e7944195519c248e2f07973ee451d9eceb019b7b98ac3b5cd002aa4a1b367

See more details on using hashes here.

Supported by

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