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
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.
Source Distribution
x_axis_lib-0.0.2.tar.gz
(1.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file x_axis_lib-0.0.2.tar.gz.
File metadata
- Download URL: x_axis_lib-0.0.2.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4eebba019f86f4e77d46020e27d4a2d376d954c24dcd2b95bc895936f5c17b9
|
|
| MD5 |
6202978edb203e86b2448133fb89847f
|
|
| BLAKE2b-256 |
49b84d5c020eb692da7940a70e3a95c8cc851457927bc210a98943879e9a927d
|
File details
Details for the file x_axis_lib-0.0.2-py3-none-any.whl.
File metadata
- Download URL: x_axis_lib-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0922fa0a6badfe620e0b634ffb7abe5902943b7d228a5278be597dbea0876453
|
|
| MD5 |
acdc1fccbad64f810f25d367c88c5e0e
|
|
| BLAKE2b-256 |
9733d36f25f2723cb8974d51e61aa5cbe860e95f728ed45a87ee7e96806d9a86
|