A range / interval package.
Project description
# Krange Package This package contains a component that follows [this](https://codingdojo.org/kata/Range/) kata, which contains the following operations:
intergerContainsRange: Checks whether a range contains certain elements of a set.
containsRange: Checks whether a range is contained in another range.
getAllPoints: Gets all the points in a specified range.
endPoints: Gets the endpoints, or limits, in a range.
overlapsRange: Checks whether a part of the range is inside another range.
Equals: Checks whether two ranges are the same.
The purpose of this package is to fix some of the issues that the range class has in Python. Please refer to the LICENSE file in order to check the permissions of this package.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.