setr

Search for ExtraTerrestrial Ranges


Keywords
Ranges, Speed
License
MIT
Install
pip install setr==0.2.0

Documentation

setr - Search for Extra-Terrestrial Ranges

A grab bag of better ranges for Python projects.

Is it good?

Yup, but it is small.

Installation

pip install setr

TODOs

  1. Allow MultiRange not to need to sort after ever addition.
  • A function that requires sorting should check a boolean value and sort if nec.
  1. Create an iter for MultiRange.
  2. Create BigRange.
  3. Allow the use of steps.
  4. Think about implementing a __sum__.
  5. Add examples in this README.