Skip to main content

module for testing weheather 2 x axis are overlapping

Project description

check if 2 x axis are overlapping

  • python library for checking whether 2 x axis are overlapping
  • expected params lists/sets/tuples
  • returned value is a boolean

Installation:

pip3 install x_axis_lib

Usage:

from x_axis.overlap import overlapping

result1 = overlapping([1, 2], [34, -2]) # True
result2 = overlapping((5, 10,), (1, 4,)) # False
result3 = overlapping({56, 100}, {49, 23}) # False

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

x_axis_lib-0.0.2.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distribution

x_axis_lib-0.0.2-py3-none-any.whl (2.0 kB view hashes)

Uploaded 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