Skip to main content

Parses commonly used range notations to python objects

Project description

py-range-parse Contributors MIT License Code Size https://badge.fury.io/py/py-range-parse Build Status

py-range-parse is a library to parse commonly used range notations to python objects that act like sets.

py-range-parse is used by

and hopefully many others :)

How to use

pip install py-range-parse
from py_range_parse import parse_range

range = parse_range("[0..5]")

or create on manually:

from py_range_parse import Range
range = Range(0,5)

Input formats

  • [-2..5]
  • ]-2..5]
  • [-2..5[
  • ]-2..5[
  • [5..-2]
  • [5..-2]

Infinity

  • [-inf..inf]

Exclude borders

  • ]0..5.5]
  • ]0..inf[

Operations

Contains

> from py_range_parse import parse_range
> range = parse_range("[0, 5]")
> print(4 in range)
True

Contributing

GitHub is for social coding: if you want to write code, I encourage contributions through pull requests from forks of this repository. Create GitHub tickets for bugs and new features and comment on the ones that you are interested in.

License

py-range-parse
Copyright (c) 2019 Markus Ressel

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

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

py_range_parse-1.0.1.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

py_range_parse-1.0.1-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file py_range_parse-1.0.1.tar.gz.

File metadata

  • Download URL: py_range_parse-1.0.1.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.7

File hashes

Hashes for py_range_parse-1.0.1.tar.gz
Algorithm Hash digest
SHA256 e03a0f5a14ec134789c7037ede8164ebc27a244017178c3834e0f592fb2872d8
MD5 c1a45b486b5e91fc7acb35eaa0724810
BLAKE2b-256 5566b91b2f7eeb793ab277801ee9ab1e05f4a8e0b06ffab5d42561dc4d26fbeb

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: py_range_parse-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 5.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.7

File hashes

Hashes for py_range_parse-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e17a8c98f4257c26f15602e087749b4d57bc5166bd5fc548cf5829227a39a5c7
MD5 75e61ebb18baf8d0be901e6aaae20037
BLAKE2b-256 59abcfec1faafdba9df26a9f537223c36a8cd7596ec775e10f086f00c3d2d3df

See more details on using hashes here.

Provenance

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