Skip to content

Commit

Permalink
Add link to Rangy documentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-debert committed Dec 6, 2024
1 parent 332e5a0 commit 977aa82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Rangy is a small but feisty python lib designed to make working with numerical ranges a breeze. It handles both open and closed ranges, provides algorithms for distributing items across ranges, and allows you to treat ranges like numbers in comparisons (e.g., `if x < myrange`).

Full docs at [Rangy Documentation](https://rangy.readthedocs.io/en/latest/index.html).

## Features

* **Expressive Range Definitions:** Define counts as exact values (`4`), ranges (`"2-4"`, `"2-*"`, `"+"`), or unbounded (`"*"`).
Expand Down

0 comments on commit 977aa82

Please sign in to comment.