A Python package for detecting circles in 2D point sets.
Project description
circle_detection
A Python Package for Detecting Circles in 2D Point Sets.
The package allows to detect circles in a set of 2D points using the M-estimator method proposed in Garlipp, Tim, and Christine H. Müller. "Detection of Linear and Circular Shapes in Image Analysis." Computational Statistics & Data Analysis 51.3 (2006): 1479-1490.
Get started
The package can be installed via pip:
python -m pip install circle_detection
The package provides a method detect_circles
, which can be used as follows:
from circle_detection import detect_circles
import numpy as np
xy = np.array([[-1, 0], [1, 0], [0, -1], [0, 1]], dtype=np.float64)
detected_circles, fitting_losses = detect_circles(xy, bandwidth=0.05, max_circles=1)
if len(detected_circles) > 0:
circle_center_x, circle_center_y, circle_radius = detected_circles[0]
Package Documentation
The package documentation is available here.
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
Built Distributions
File details
Details for the file circle_detection-0.1.0.tar.gz
.
File metadata
- Download URL: circle_detection-0.1.0.tar.gz
- Upload date:
- Size: 184.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5071a68cf4ee7dc7614cadc9f7d156bbc36c36be220fa7ac23f30d386cc6685f |
|
MD5 | 08188adab2c12d029aa0ef1041d38fa1 |
|
BLAKE2b-256 | cbc17b2fef1923b69c0ae4284c10212f764095e4ce12664cf1b9dae8e80f4952 |
File details
Details for the file circle_detection-0.1.0-pp310-pypy310_pp73-win_amd64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-pp310-pypy310_pp73-win_amd64.whl
- Upload date:
- Size: 151.5 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a19ba37d4545e4119cf3701ec50bb33f1908fddf7307ee00de2f6b3bad051dfc |
|
MD5 | fcb7426baa44abd37dfc4d043a1186ba |
|
BLAKE2b-256 | 8c23a42bcb81702eb23aaf46a7ecd987cfb8c3e39d1439bf94ec25998f417218 |
File details
Details for the file circle_detection-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 246.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dbce0464bdf5660240e4fbbf386fc14014bd4e90148e2c433584aea1bbbaf22 |
|
MD5 | fb9f3f172d8d0cdf22576d128637cc63 |
|
BLAKE2b-256 | d4dac27a4f52f4ddbbcbf4bab0e6893b47570c18dc43dfc929d4771a4e598c00 |
File details
Details for the file circle_detection-0.1.0-pp310-pypy310_pp73-macosx_15_0_arm64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-pp310-pypy310_pp73-macosx_15_0_arm64.whl
- Upload date:
- Size: 362.3 kB
- Tags: PyPy, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba337fc0b770adb5f289d8ecce5f46454736407fce70cc3c09b135593c7f011c |
|
MD5 | acfb70f6543a5b47367e026a4d7d61a4 |
|
BLAKE2b-256 | e646f0cb39237960fc02db8c1593c2d4e7e49fe3d9dfac44e759c596b9376a4c |
File details
Details for the file circle_detection-0.1.0-pp310-pypy310_pp73-macosx_14_0_arm64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-pp310-pypy310_pp73-macosx_14_0_arm64.whl
- Upload date:
- Size: 362.0 kB
- Tags: PyPy, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfa0b779d45ec1817a6f0bb425656b74dc57a3594f3574607d3455c1fe36b1f8 |
|
MD5 | 0f55cce23a7ba37fd9dcbe19db07085c |
|
BLAKE2b-256 | f650d5ef1313e32a716655b5afbf6a760f51c6ad019a0da833a573848592d679 |
File details
Details for the file circle_detection-0.1.0-pp310-pypy310_pp73-macosx_13_0_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-pp310-pypy310_pp73-macosx_13_0_x86_64.whl
- Upload date:
- Size: 401.9 kB
- Tags: PyPy, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eabd38dd8393e8b189ddb7c4a1633a199f7ebde40256f4e6b286826c1b419ce4 |
|
MD5 | 52f07ebb58eb50653af021ec5335ac4b |
|
BLAKE2b-256 | f57cab18ed0f406fc8308ee909bb63cdc8581b6b55ad686697103fcf7cd4e067 |
File details
Details for the file circle_detection-0.1.0-pp39-pypy39_pp73-win_amd64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-pp39-pypy39_pp73-win_amd64.whl
- Upload date:
- Size: 151.5 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a1ed5a3b83f139b8414bae589847a4e7e85bb04f39fcbbef4494193ba254e0c |
|
MD5 | e9da6f589a84e1540afc947e87c4dd38 |
|
BLAKE2b-256 | 04cf74d114a6d04342afe26023bfa93633929c376000031ee7b985c659424907 |
File details
Details for the file circle_detection-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 246.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69653b26af60c948709499240a0df790705c82280935ea13ff809754b5f1171b |
|
MD5 | 61b510b16eb71fa5a2cd9054787dbc93 |
|
BLAKE2b-256 | 7edcd6bac11c299bda1e9c17d12b864c6c9a8a2084cd777a68284985465d9dc9 |
File details
Details for the file circle_detection-0.1.0-pp39-pypy39_pp73-macosx_15_0_arm64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-pp39-pypy39_pp73-macosx_15_0_arm64.whl
- Upload date:
- Size: 362.2 kB
- Tags: PyPy, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10efc6c77d27b07a1380711d27fc57ade5b9fdf221b8e529484beacf6c3cbe9a |
|
MD5 | ee0b1c928bbcfd242a12a882f4f408cd |
|
BLAKE2b-256 | 4c7448f87b6df503d6a98e779251122a059655385b5da746161bd08c62c9a092 |
File details
Details for the file circle_detection-0.1.0-pp39-pypy39_pp73-macosx_14_0_arm64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-pp39-pypy39_pp73-macosx_14_0_arm64.whl
- Upload date:
- Size: 362.0 kB
- Tags: PyPy, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aabb8f718017b0674c433677144a8e9215a5b7be85e76dbddf75a508c08a79cb |
|
MD5 | 4dbcf83c42f39f2d796750431c8d0f19 |
|
BLAKE2b-256 | 6442779508c484e7fccba5e5acff0bbc1f2e1dea60311eab1ee888e5100e31d3 |
File details
Details for the file circle_detection-0.1.0-pp39-pypy39_pp73-macosx_13_0_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-pp39-pypy39_pp73-macosx_13_0_x86_64.whl
- Upload date:
- Size: 401.8 kB
- Tags: PyPy, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | afa93c9ae998cafdebd877281cae1a60e530bab608d8f3f15d8b8d1bafa0b029 |
|
MD5 | 0b8dc8d0dea8e72cc7fe6ce3a177a33b |
|
BLAKE2b-256 | b77e5f190e6c1ade94926040f4fc3aaa7075fcf4533416e840d5c82300689e12 |
File details
Details for the file circle_detection-0.1.0-cp313-cp313t-win_amd64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp313-cp313t-win_amd64.whl
- Upload date:
- Size: 161.2 kB
- Tags: CPython 3.13t, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84ed74c0cf2b0dbe0b60af55c65af06f564591ca58ed26fdf662da9eced0dd56 |
|
MD5 | 669a7cf550ae0c1bcc5aee65f4139b0d |
|
BLAKE2b-256 | 84ccad0481aa3dfb0b659badd6a9e462e45856be9e72c95ed5575bbb5a13e30d |
File details
Details for the file circle_detection-0.1.0-cp313-cp313t-win32.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp313-cp313t-win32.whl
- Upload date:
- Size: 149.2 kB
- Tags: CPython 3.13t, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd21770cba932975ab2688f033e551d6f5d58f36d029dfce75b0d5f145c9d58d |
|
MD5 | 0bd7eeefbd0dc29acccb56d81bb4eaae |
|
BLAKE2b-256 | 369abb793b2af7a1cf779fa248c20b9a3859bdbdf249d15e106d5a51c81b1883 |
File details
Details for the file circle_detection-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eff666fe9297ad2192f5d0b2ed99e46d93a0f85e47b269595875bb3e469bb134 |
|
MD5 | 6b63b4d13eb20fb97ccd026f99c9f9b5 |
|
BLAKE2b-256 | 896e4da60db10eca13b9f1ab4378db41102d80a9e93e92a7a5a78d7d1231a5d4 |
File details
Details for the file circle_detection-0.1.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 251.5 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 322bccee605a1abd6a92e102bf524666b8567d693639007a129360d542bc8b7f |
|
MD5 | 117f538ebe159419f09848af64edc09f |
|
BLAKE2b-256 | 9c8ba15f6e1f854bbae3bfc80be513baa8ae38e6f5a587af6339038e994d6eff |
File details
Details for the file circle_detection-0.1.0-cp313-cp313t-macosx_15_0_arm64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp313-cp313t-macosx_15_0_arm64.whl
- Upload date:
- Size: 369.8 kB
- Tags: CPython 3.13t, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68f0d6f675b188df5985db23e46289ca23af928486678a50174ed2ad4b5967ed |
|
MD5 | 40a158aef0bb93d685db6b3e4c7fb6a4 |
|
BLAKE2b-256 | be5a84b4101f7f05b8719ac71b6ce6c9a7207d4cb23e92efbe5a9ce178310662 |
File details
Details for the file circle_detection-0.1.0-cp313-cp313t-macosx_14_0_arm64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp313-cp313t-macosx_14_0_arm64.whl
- Upload date:
- Size: 369.5 kB
- Tags: CPython 3.13t, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a1f07f4ff2f40e72b0e0306ea5e67679eda740a90be2df0b7b12740ea25b327 |
|
MD5 | c27f6c7ff6daed785387611bf295a86b |
|
BLAKE2b-256 | 0ae646e07832c6ff7a889104ba00ad773d9ed3a09ec290dd4edb908be5e7ac7e |
File details
Details for the file circle_detection-0.1.0-cp313-cp313t-macosx_13_0_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp313-cp313t-macosx_13_0_x86_64.whl
- Upload date:
- Size: 409.0 kB
- Tags: CPython 3.13t, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 690e6b70b1b8fb1925aafcbcc9374334f28bb1ebebb3b8f7b218c82687d1b9b5 |
|
MD5 | fd6305a40b1a47ffdcff5f18eeb89654 |
|
BLAKE2b-256 | a2111b91adf8d6474d123a3d9faa6c878911dbc1a157e3d0f5ef2d2d439f6f6f |
File details
Details for the file circle_detection-0.1.0-cp313-cp313-win_amd64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 154.2 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 984365fc043ddb20a84c756f69795065f8524f850da15663e9440332eee9ba94 |
|
MD5 | 60d432312ee56b024281d1b073f52fc3 |
|
BLAKE2b-256 | 65085967b41757d1a6e47f464a3c3df9a14342c03eb3de0e4623c41f4418402b |
File details
Details for the file circle_detection-0.1.0-cp313-cp313-win32.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp313-cp313-win32.whl
- Upload date:
- Size: 143.5 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78b6e8289dc703e39c1766a7811dd675663a78a0f6d12a0e2c6fe9dc7174c643 |
|
MD5 | b1764e82af32dbf16d9ea1ed24ee64a2 |
|
BLAKE2b-256 | 47cfd5b73c1142a7ba468661323f80b765f73d1fe58163877a75495b891aef3f |
File details
Details for the file circle_detection-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 781158fbb07e23eb9f42883fdb32323db62476c7cdcf035effaec5d0baa33186 |
|
MD5 | 05e54de33c67277f4053da2c76e5a81e |
|
BLAKE2b-256 | 40b6c33af23577151683a49315c32a6a8ae6ed93873210be86e6024cb2757bb6 |
File details
Details for the file circle_detection-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 249.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7193bade698bc19c0edf27da82637816fb53ba5139eeb807f760662dc94afc3a |
|
MD5 | 738a187c8a3b117072219c7b1c8274e8 |
|
BLAKE2b-256 | d40b42ac697aa261cad381adea0b1371213b37c938833aa67cf07b2e61d886e8 |
File details
Details for the file circle_detection-0.1.0-cp313-cp313-macosx_15_0_arm64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp313-cp313-macosx_15_0_arm64.whl
- Upload date:
- Size: 363.8 kB
- Tags: CPython 3.13, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a7e6fda91023e84534294a45230eb879e6a4d2ab485b3f8c9c96852ba413770 |
|
MD5 | 674d783b794780e25549cf1c21ae81c2 |
|
BLAKE2b-256 | 6d54560ce661cc41029c89b938e6a90203a4c0e038e887c384c36beda61fc00a |
File details
Details for the file circle_detection-0.1.0-cp313-cp313-macosx_14_0_arm64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp313-cp313-macosx_14_0_arm64.whl
- Upload date:
- Size: 363.3 kB
- Tags: CPython 3.13, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd33ae39992e4a9e4836b47992971000a8dc8b4b994ce59ab62cfa5711a3268b |
|
MD5 | 116477e4039a921626608bcdc170a98c |
|
BLAKE2b-256 | 3e6e2a612ed8dbb81b2fa76afb505e58b6cbaa04a95bdaf39a8e5179334482e6 |
File details
Details for the file circle_detection-0.1.0-cp313-cp313-macosx_13_0_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp313-cp313-macosx_13_0_x86_64.whl
- Upload date:
- Size: 403.2 kB
- Tags: CPython 3.13, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7bc1555a2a5ed0ab90659f3c65d50250342de204fa60e65b4b9b9f1eb169b30 |
|
MD5 | 44ed48435e64afc75bb6c6586c30277c |
|
BLAKE2b-256 | fd210e334d26c6da5243e2398f676c41ee1bf70588a54086968e44f44f9a9537 |
File details
Details for the file circle_detection-0.1.0-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 154.1 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca74a4e5d5fc8b15ababe4dce76dbd04a62c3621cd0b4ad398ce63b2ebe7bf74 |
|
MD5 | 284d69ff326d27c6f58a5c0e1833d50c |
|
BLAKE2b-256 | 4bf65d56409d43176bf6189917a9fc9318268ca381348584b9e8dcae45af2d06 |
File details
Details for the file circle_detection-0.1.0-cp312-cp312-win32.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp312-cp312-win32.whl
- Upload date:
- Size: 143.4 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df933b3c142cb5eb199ce481387e30be5270f6bf4b446971e1b8e796d2025161 |
|
MD5 | 0ece58ac75bd1c946ab2ab78dd1f00e8 |
|
BLAKE2b-256 | 37f304da486b024fa818a1cae6cd023fab66178fbe9ffd88bd4c69f60dd3ac21 |
File details
Details for the file circle_detection-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a822c4c5d48d920a938fdae57403daa6da88d693fcd271d2f95b7da229b065ed |
|
MD5 | f69090a55141ec8e156316318793dee0 |
|
BLAKE2b-256 | f1d022063676d039b289c3b0cb80fd0a728247e523c3ace53e81b565119345a7 |
File details
Details for the file circle_detection-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 249.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c621491b53f139927166b9a019b5e4868a529d8b023ca43e5e54cd1cc66257e |
|
MD5 | 89e53a0eaf41e096c5fe7b93a89dae85 |
|
BLAKE2b-256 | 7f1e70ce90fbe399d6100729472caaea4ef7f1c665793e62c5cf4371efb28881 |
File details
Details for the file circle_detection-0.1.0-cp312-cp312-macosx_15_0_arm64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp312-cp312-macosx_15_0_arm64.whl
- Upload date:
- Size: 363.7 kB
- Tags: CPython 3.12, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8ddd0a59f7de99b4bfb7940502e20ea123caa5a39ab8502a8bf6d698194acef |
|
MD5 | 536e65602e06ca36dde5ea8bcebcccac |
|
BLAKE2b-256 | 45285e9294636f4b20474a77414d665c46668c583d8d01d48557037cc2206479 |
File details
Details for the file circle_detection-0.1.0-cp312-cp312-macosx_14_0_arm64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp312-cp312-macosx_14_0_arm64.whl
- Upload date:
- Size: 363.2 kB
- Tags: CPython 3.12, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a074f9256e4a1cb3160afb4aec02ca3e8bf3ae20d5efe9373f1fea023a5af110 |
|
MD5 | ebfc0e0986a34b248238ad3668440459 |
|
BLAKE2b-256 | 2614c2396dfde5da7f29e219dbc1203c23b48cea0b269afd4dafb66114d84899 |
File details
Details for the file circle_detection-0.1.0-cp312-cp312-macosx_13_0_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp312-cp312-macosx_13_0_x86_64.whl
- Upload date:
- Size: 403.1 kB
- Tags: CPython 3.12, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d2198cbd835e9bbbaa3dcd5f46b6e21671e0d8b4fd743f27b8353f49dd64530 |
|
MD5 | df23f112e4b846fe2b6f98abfa87d0de |
|
BLAKE2b-256 | d8354f876dfb6cf9e47fe009504a26c589a86b3f2a09d998c57068f92ac841e6 |
File details
Details for the file circle_detection-0.1.0-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 153.6 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 805a3750b7af339109b44017ef9d2cd1851b8ab958c645bc2c222d703ac5137f |
|
MD5 | d44f48363ccfb41ed1bfb4875f4ab4a9 |
|
BLAKE2b-256 | 054b13d765c3a232d9446cd2d99ad3956c3bd92620957a5b144641374e9b8ebe |
File details
Details for the file circle_detection-0.1.0-cp311-cp311-win32.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp311-cp311-win32.whl
- Upload date:
- Size: 143.4 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 471f83e370011c92452d660d0f62319dca05ed33a01c515fe29beb3cadd4466f |
|
MD5 | 12eaff569b95893133013bb280a23c9b |
|
BLAKE2b-256 | 5fab166efadcc150f2e8329aa8b2e10786964290dadab01f897b60d6275632e8 |
File details
Details for the file circle_detection-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c848748c58d507de4786a3fd4c1e5abe1f0c333c84610934315a7cd4e6056f61 |
|
MD5 | 6431f331b96bd70bae7df9565c643d1a |
|
BLAKE2b-256 | 31ac46fee79e141d2bf2034a25b07a1b2c0ef08a11adb1a78b975d08f407cedc |
File details
Details for the file circle_detection-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 249.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbd6140ba4293eaeb1748636b3605ef9890fc6f2da17326b8b9f93a6e1a5a084 |
|
MD5 | cd4022007d132e6297cc4f8de7297c66 |
|
BLAKE2b-256 | 95d18d766b8639e7ef8d8b466924243688f43c704331d5f8cf0c259e62540d06 |
File details
Details for the file circle_detection-0.1.0-cp311-cp311-macosx_15_0_arm64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp311-cp311-macosx_15_0_arm64.whl
- Upload date:
- Size: 365.0 kB
- Tags: CPython 3.11, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 480e6690a4f92fb9fb1ce35482713321aa88d56b5a5f6e52bfc8d41b7b23da7a |
|
MD5 | d3c512bd745dfbe08ce064a0e7592995 |
|
BLAKE2b-256 | 10d57fa7d7ba3a99920d87f1f26e9293e98fb8ebd63886c78ae19e648bc1d9e9 |
File details
Details for the file circle_detection-0.1.0-cp311-cp311-macosx_14_0_arm64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp311-cp311-macosx_14_0_arm64.whl
- Upload date:
- Size: 364.5 kB
- Tags: CPython 3.11, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ced3bb090679b4fbb0ddddcd58953706881bc77133c3ff7c2bd977af5254f55 |
|
MD5 | c52e352bd72f406fc61852755b07a26b |
|
BLAKE2b-256 | 80cc40a2694a119af8b51cd9ac642f79d1140950690fd719d383e44abaeb7f34 |
File details
Details for the file circle_detection-0.1.0-cp311-cp311-macosx_13_0_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp311-cp311-macosx_13_0_x86_64.whl
- Upload date:
- Size: 404.5 kB
- Tags: CPython 3.11, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcac44b52757f56bb8fd3ae650a2c84e21f54c1cf4415aef25ded2a1b9aaeb96 |
|
MD5 | fb74061657108117ca240aa97f521322 |
|
BLAKE2b-256 | 5d99c8202df8d2aa1fc3ffdbd3433ce1f0bd62b76935623d762c1050ccfbf614 |
File details
Details for the file circle_detection-0.1.0-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 151.2 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8a68e4f1b91e3f435a551e4cf1cce78a2d9e38bebeeda655730826f00092b29 |
|
MD5 | 7f0a063ecec6d83af4de424b12c629c2 |
|
BLAKE2b-256 | 3452182dc00ceb50274bcbf4084e9b674db1655eda9180a92f3d6366d7b27aaf |
File details
Details for the file circle_detection-0.1.0-cp310-cp310-win32.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp310-cp310-win32.whl
- Upload date:
- Size: 140.7 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | adcf6bb5f5f8f92d4911304e4327635ad9242cf65acc6a02f12ef6574e475272 |
|
MD5 | 43d52f097397f61298b7c5ba9ba65c24 |
|
BLAKE2b-256 | a9b8bc1dbab79e35e8d72cb2984e9497bd82fd6b42de21a4d8b6b67e94897408 |
File details
Details for the file circle_detection-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc6c2662f0aefe2bdd152944584fb858bee223ac9f6ae88b0cd5f1fe7a237802 |
|
MD5 | 98eb8c76bbe6b0285d6fb94df05f2734 |
|
BLAKE2b-256 | b62593228b51632161a67cc042da35f124edc7a540499b16c788fe04852ce67a |
File details
Details for the file circle_detection-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 246.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb435d3d76c823940639f77365e508e0a578dc93b086806f8d992ce69417700b |
|
MD5 | 5350dac04890985bd3c4357d57e04c5d |
|
BLAKE2b-256 | 649bda70c15175444479ae85360c0b918befc9647f71f5966b483c364c64307b |
File details
Details for the file circle_detection-0.1.0-cp310-cp310-macosx_15_0_arm64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp310-cp310-macosx_15_0_arm64.whl
- Upload date:
- Size: 362.7 kB
- Tags: CPython 3.10, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4055887621c0a607ddc491d2e79e699aba2ccaea11e60bca1198b262150e3663 |
|
MD5 | ad57c52d984db6dc86c50b7b1d0d086c |
|
BLAKE2b-256 | 120bfa59265b51c531845da9860215e322c1a48029371d2eb50ddb2e4452f0c0 |
File details
Details for the file circle_detection-0.1.0-cp310-cp310-macosx_14_0_arm64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp310-cp310-macosx_14_0_arm64.whl
- Upload date:
- Size: 362.0 kB
- Tags: CPython 3.10, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a2ebf8943e932093e95661bc84c3036ed4fee7f0c3d09979fd2fec3bab9d4ef |
|
MD5 | 8e894291e02a33d0831981cca7008e0c |
|
BLAKE2b-256 | 288911600b97b4f7e07227951d10cf1927c8d6cc141ab9070dbfabe27aa85fd7 |
File details
Details for the file circle_detection-0.1.0-cp310-cp310-macosx_13_0_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp310-cp310-macosx_13_0_x86_64.whl
- Upload date:
- Size: 401.6 kB
- Tags: CPython 3.10, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d18389ca758ca308914746a03feba2c6af642a122e463f694008a1c6febe6c4f |
|
MD5 | 74607dde2229ade1322daf1470bd833f |
|
BLAKE2b-256 | fb39d2476d46fbee14c64b88d7e2fd5751c643d1c5edfb6642634e1057b9d442 |
File details
Details for the file circle_detection-0.1.0-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 151.5 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3527fed92ee20cc23fd6b3014dd8d4fbcd4e994d6aaf6b109190523259131c1 |
|
MD5 | bb156c6b9590d726ab3744a8517bf499 |
|
BLAKE2b-256 | 8bdfd1d0c8ae8acf258291b82aa645c503272516294c19b840a91eec73b05953 |
File details
Details for the file circle_detection-0.1.0-cp39-cp39-win32.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp39-cp39-win32.whl
- Upload date:
- Size: 141.0 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11ee3534116172878af3bedfb51b586a3cc2606cd57f672684b99a759b874495 |
|
MD5 | 5ca879ef651abe73249625a5cd22c6c3 |
|
BLAKE2b-256 | b164508d57e23d9f33085390e731c159c9dba7d929f920d8255b87b6f0dcb7bd |
File details
Details for the file circle_detection-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d361a7a0107395e0e76dd32e5a2efa003285d9d01ed5a4d6bd20f71ce108e22 |
|
MD5 | cbce8e511bf1623baf3caeec6f4b6ea3 |
|
BLAKE2b-256 | dd307aea8fe9a337d6890509ba1ccdf49aa0e2d1f0b367827198428f54ef936c |
File details
Details for the file circle_detection-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 247.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee98e4ae2152b8405f961120de8f59d03753bc7f36acf129c732340c598cdcc5 |
|
MD5 | bab85dd0357748bdd34c2326914729c6 |
|
BLAKE2b-256 | 8ed7b2d71ad291b7ed44f01c4e6b29d30863f0ff7888e54b5990d4a775dec779 |
File details
Details for the file circle_detection-0.1.0-cp39-cp39-macosx_15_0_arm64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp39-cp39-macosx_15_0_arm64.whl
- Upload date:
- Size: 362.8 kB
- Tags: CPython 3.9, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50bade745dafdf4cb30427b1ba67485bf43379e4a382e1c11d21770456dd8acd |
|
MD5 | b12f49b394f3e745dcc91707d56b7767 |
|
BLAKE2b-256 | 8fc4e6d350f1f5b5448290da533a368eea2ca680c36498c378fa2f4ac124067b |
File details
Details for the file circle_detection-0.1.0-cp39-cp39-macosx_14_0_arm64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp39-cp39-macosx_14_0_arm64.whl
- Upload date:
- Size: 362.1 kB
- Tags: CPython 3.9, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb0688b7f9e8eae0cba3e696e4fd3a7f50869704d294b11a1ef1b4606b71a8cc |
|
MD5 | dc797ac48211becf69685001aa699e5d |
|
BLAKE2b-256 | ece688fab94b20cb86c7a74944482d369c8b4254ff2b393f61061f7c1f979428 |
File details
Details for the file circle_detection-0.1.0-cp39-cp39-macosx_13_0_x86_64.whl
.
File metadata
- Download URL: circle_detection-0.1.0-cp39-cp39-macosx_13_0_x86_64.whl
- Upload date:
- Size: 401.8 kB
- Tags: CPython 3.9, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80ca093442deebbe554c44e3d37659241e0cd930cb37d477e4dd68a212c41958 |
|
MD5 | ec0b2f6719b624da03dc3a24782f281b |
|
BLAKE2b-256 | 13eb9a6aabe6cabe6cb75bbeaf45ea93fb253a2f9870f4d039f706098c6d5faa |