Skip to main content

Package to implement Case-Based Reasoning systems

Project description

pycbr

PyPI

license LGPLv3

Build Status Documentation Status

Microframework to implement Case-Based Reasoning systems

Installation

Assuming you have a Python3 distribution with pip, to install a development version, cd to the directory with this file and:

pip3 install -e .

As an alternative, a virtualenv might be used to install the package:

# Prepare a clean virtualenv and activate it
virtualenv -p /usr/bin/python3.6 venv
source venv/bin/activate
# Install the package
pip3 install -e .

To install also the dependencies to run the tests or to generate the documentation install some of the extras like

pip3 install -e '.[docs,test]'

Mind the quotes.

Documentation

To generate the documentation, the docs extra dependencies must be installed. Furthermore, pandoc must be available in your system.

To generate an html documentation with sphinx run:

make docs

To generate a PDF documentation using LaTeX:

make pdf

Test

To run the unitary tests:

make test

Project details


Download files

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

Source Distribution

pycbr-0.2.3.tar.gz (15.7 kB view hashes)

Uploaded Source

Built Distribution

pycbr-0.2.3-py2.py3-none-any.whl (16.3 kB view hashes)

Uploaded Python 2 Python 3

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