corgipath

View on PyPIReverse Dependencies (0)

0.1.0a1 corgipath-0.1.0a1-py3-none-any.whl

Wheel Details

Project: corgipath
Version: 0.1.0a1
Filename: corgipath-0.1.0a1-py3-none-any.whl
Download: [link]
Size: 21569
MD5: 26fdaa708a5be8109b831c0a1b533249
SHA256: 81ea12fd5bfbe060f991b5e66bb3aebac853a3ddb2f6af8a15b617e77cca6c77
Uploaded: 2023-08-21 18:19:11 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: corgipath
Version: 0.1.0a1
Summary: Customizable path planner
Author: Hong-ryul Jung
Author-Email: jung.hr.1206[at]g.skku.edu
Home-Page: https://github.com/ryul1206/corgipath
Project-Url: Bug Tracker, https://github.com/ryul1206/corgipath/issues
Project-Url: Repository, https://github.com/ryul1206/corgipath
License: MIT
Keywords: robotics,path-planning,hybrid-a-star
Classifier: Framework :: Robot Framework :: Library
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8.1,<3.12
Requires-Dist: aabbtree (<3.0.0,>=2.8.1)
Requires-Dist: collision (<2.0.0,>=1.2.2)
Requires-Dist: matplotlib (<4.0.0,>=3.6.3)
Requires-Dist: numpy (<2.0.0,>=1.24.1)
Requires-Dist: pillow (<10.0.0,>=9.4.0)
Requires-Dist: scipy (<2.0.0,>=1.10.0)
Requires-Dist: shapely (<3.0.0,>=2.0.0)
Description-Content-Type: text/markdown
[Description omitted; length: 1106 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.5.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
corgipath/collision/__init__.py sha256=JispFaVl7bzFu6TtfjpHugz-wSENNh0YHTr9QQ8gkxQ 70
corgipath/collision/_base.py sha256=5SNfMQImvgB23q2yH09IL31uEHD_OW4hHLakscc4UA4 2780
corgipath/collision/_bvh.py sha256=nSuw1VZMlK3rSQN9nZ65IvSZRVoe-cTGHIP8RRT7rW4 5202
corgipath/collision/_kdtree.py sha256=5VELqIt8TdwakhpJpfGISmvLdAqscvy_edGvDKTvxbU 6555
corgipath/collision/utils.py sha256=LJP7svzVaBViDtuA8mDNx0Jp8jwALtABANkJxqfUae8 7502
corgipath/matplot/live_draw.py sha256=IXb0Gxv3vOiBPI4oY-LRKB7ar27zFpMBpS7GwUQJMI0 1345
corgipath/matplot/static_draw.py sha256=GhDNeJBmHWTOPkiL7vyNhQyaLAq9O5muUXVgiSAKJ3w 7428
corgipath/matplot/utils.py sha256=lP5SFu55rrJRzbOY2Buu0Clh47ZyCDNkgvlhjmVAfoQ 911
corgipath/planning/__init__.py sha256=Y-2H_0XKn_FhdT-e8giRLG8M0gcE6fpHIP7aAr4HF3o 67
corgipath/planning/_astar.py sha256=E0XOBbnzxrZk25NehSMV8jwYtFIJ-_UiuHq3xwceHkI 226
corgipath/planning/_base.py sha256=XSJHaFj75WB9R64BFnvsFVhmci5myYGbTPlHoW4F31s 1617
corgipath/planning/_hybrid_astar.py sha256=0yHCG5KTgkOLkJ0OFQjRBJprJtVU_1OkIXNc3s1ZF7E 10432
corgipath/postprocessing/.gitkeep sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
corgipath/search_space/__init__.py sha256=1O1fxpGfOfg0E32SkpIc89Si9E54uoPTWSezrkE5f3k 121
corgipath/search_space/_base.py sha256=VOe8bqUKw1YvEOj01S3pk8RW_Ts4MiSCrlNyn03W0G0 1295
corgipath/search_space/_hybrid_grid.py sha256=JGguci1dJ4dlKOXqXnB3vD3CKFHFV_s6TUAfuEWb0ao 8388
corgipath-0.1.0a1.dist-info/LICENSE sha256=knOhTly5-NdrbMwD09bYU5N6CD-NR3vmbfxvk0YlwE0 1072
corgipath-0.1.0a1.dist-info/METADATA sha256=WApLTat5VAKEMkC0lnvB58K-duWmKqjpJ7UMqBPm_0k 2532
corgipath-0.1.0a1.dist-info/WHEEL sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y 88
corgipath-0.1.0a1.dist-info/entry_points.txt sha256=7z-Q0XMFIeqWKlTH6ohPK6rZ4TOINMhHyO3bHaOwjqk 58
corgipath-0.1.0a1.dist-info/RECORD

entry_points.txt

test-examples = tests.test_examples:main