sect

View on PyPIReverse Dependencies (4)

7.1.0 sect-7.1.0-py3-none-any.whl

Wheel Details

Project: sect
Version: 7.1.0
Filename: sect-7.1.0-py3-none-any.whl
Download: [link]
Size: 25275
MD5: ad831cbc772fba6822e021882e873cee
SHA256: 0ad2e42a27134c62c1c819620f6648a0cd4357c210a0fe71f99790ced1c168e9
Uploaded: 2023-05-27 04:25:08 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: sect
Version: 7.1.0
Summary: Geometries partitioning.
Author-Email: Azat Ibrakov <azatibrakov[at]gmail.com>
Home-Page: https://github.com/lycantropos/sect/
Download-Url: https://github.com/lycantropos/sect/archive/master.zip
License: MIT License Copyright (c) 2020 Azat Ibrakov 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.
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: decision (<1.0,>=0.3.1)
Requires-Dist: dendroid (<2.0,>=1.6.1)
Requires-Dist: ground (<10.0,>=9.0.0)
Requires-Dist: prioq (<1.0,>=0.6.0)
Requires-Dist: reprit (<1.0,>=0.9.0)
Requires-Dist: hypothesis (<7.0,>=6.75.2); extra == "tests"
Requires-Dist: hypothesis-geometry (<9.0,>=8.0.0); extra == "tests"
Requires-Dist: orient (<8.0,>=7.0.0); extra == "tests"
Requires-Dist: pytest (<8.0,>=7.3.1); extra == "tests"
Provides-Extra: tests
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 5579 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.40.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
sect/__init__.py sha256=MNfNs_Vq8CtS6PfcvRkJsz-TwhdzaJQjnGap_qoXHcE 54
sect/decomposition.py sha256=lTDG_XecQGpPsGVJW-EPpIAYN_ahhZGOpIQbDSEpSDM 122
sect/triangulation.py sha256=ML0xvyppXqrMpB7-t2v82RrbuIu5mSrZhHK43nUuXl8 152
sect/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
sect/core/hints.py sha256=h5rQEEskhcyy_5_miPcCnL8ayTVcZtReMOsEAy31DS8 212
sect/core/utils.py sha256=lz0NwhVmLiDUiO1jMeenluuoFuYFK6Gk4qbnOJ1F1sU 1414
sect/core/delaunay/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
sect/core/delaunay/event.py sha256=C65kzj2wy1FAAbiWMtC4vinZmrfGL38r4ewbpq-OPiw 3220
sect/core/delaunay/events_queue.py sha256=BmIVB2k-Ku76kKlwi-tzEZGPjoSgyMIQB06AGZFrRDE 7970
sect/core/delaunay/hints.py sha256=8mrfX_t1p3kiHWWdtsGtuNvyEI0-t6mmmENkLA_ORCQ 426
sect/core/delaunay/quad_edge.py sha256=7KPzfw5TpiJiHz3crR4Qvcs82oKaX8cmSvqXsgaOqDk 5615
sect/core/delaunay/sweep_line.py sha256=ueU90DTflb4WW_ZjX0JEiUA7leoUn0D6CsDknMQA0yw 2949
sect/core/delaunay/triangulation.py sha256=Bq_S6jN95NkIPYFZQm06Y-1U5zK4p15OGlgWOfwFpYs 19320
sect/core/delaunay/utils.py sha256=lApFpJZpmEOeDPlWpZN8wZCQsfzOeSnOPzugGChfjhw 5332
sect/core/trapezoidal/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
sect/core/trapezoidal/edge.py sha256=S5OwFJYjd1iH2gAgWZTn2iddnoNwkh1sJF_PuAM-Xoc 2414
sect/core/trapezoidal/graph.py sha256=B3r7CICOFO1HkCqyBQVPtXV1Vpgl76nbl9SFDwie770 16914
sect/core/trapezoidal/hints.py sha256=I5cSTLqkDcq9IgOhAelXu-Cq0R2SUBbLznXywzIFkxM 113
sect/core/trapezoidal/leaf.py sha256=6TMQXZTPgNOOCEcPV4fbJWSjO1mq1bbnVmgf52wrxcY 851
sect/core/trapezoidal/node.py sha256=b1i3HfDDd1B9eGWKY8eUd8Tn-9X4wbdgkZiaNVWOD3o 1370
sect/core/trapezoidal/trapezoid.py sha256=Z7sbhChmATz18CJKINTXHBIR4atZeFcybFXgMw9uB10 2376
sect/core/trapezoidal/x_node.py sha256=_FelIqBquLB57fi0DLKz8-KjaJcfS29bjs8cWVJIJuM 1254
sect/core/trapezoidal/y_node.py sha256=o6nsoovBP5erXCLTH2cf0VEeXC1pB2DCBqq3dk6fpQ8 1407
sect-7.1.0.dist-info/LICENSE sha256=-W_qNLRoZO2-AnwtGfKupruYTfLtIk39IeMqidpeVOU 1069
sect-7.1.0.dist-info/METADATA sha256=Lw_xT5FJE3jcAeaKXA0cw3MTU7Kxhwh_U5M74PcE660 8200
sect-7.1.0.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
sect-7.1.0.dist-info/top_level.txt sha256=jmpDxKPbFrPirSiuggIaxEiqQrA9ioZiid_-IqU9ACw 5
sect-7.1.0.dist-info/RECORD

top_level.txt

sect