[![Build Status](https://travis-ci.com/ladybug-tools/ladybug-geometry-polyskel.svg?branch=master)](https://travis-ci.com/ladybug-tools/ladybug-geometry-polyskel)
[![Coverage Status](https://coveralls.io/repos/github/ladybug-tools/ladybug-geometry-polyskel/badge.svg?branch=master)](https://coveralls.io/github/ladybug-tools/ladybug-geometry-polyskel)
[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/) [![Python 2.7](https://img.shields.io/badge/python-2.7-green.svg)](https://www.python.org/downloads/release/python-270/) [![IronPython](https://img.shields.io/badge/ironpython-2.7-red.svg)](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8/)
# ladybug-geometry-polyskel
A library with straight skeleton methods using ladybug-geometry.
## Credits
Ladybug-geometry-polyskel is a derivative work of the the [polyskel package](https://github.com/Botffy/polyskel)
by [Ármin Scipiades](https://github.com/Botffy) (@Bottfy), which is, itself, a Python 3
implementation of the straight skeleton algorithm as described by Felkel and Obdržálek
in their 1998 conference paper [Straight skeleton implementation](https://github.com/Botffy/polyskel/blob/master/doc/StraightSkeletonImplementation.pdf).
Key differences between Bottfy's original implementation and this package are:
* It has been modified for compatibility with both Python 2.7 and Python 3.7.
* The code as been re-stylized to conform to the PEP8 style guide.
* Modules have been added to extract core/perimeter polygons from the straight skeleton.
## Installation
```console
pip install -U ladybug-geometry-polyskel
```
## QuickStart
```python
import ladybug_geometry_polyskel
```
## [API Documentation](http://ladybug-tools.github.io/ladybug-geometry-polyskel/docs)
## Local Development
1. Clone this repo locally
```console
git clone git@github.com:ladybug-tools/ladybug-geometry-polyskel
# or
git clone https://github.com/ladybug-tools/ladybug-geometry-polyskel
```
2. Install dependencies:
```console
cd ladybug-geometry-polyskel
pip install -r dev-requirements.txt
pip install -r requirements.txt
```
3. Run Tests:
```console
python -m pytest tests/
```
4. Generate Documentation:
```console
sphinx-apidoc -f -e -d 4 -o ./docs ./ladybug_geometry_polyskel
sphinx-build -b html ./docs ./docs/_build/docs
```
## Copyright
Ladybug Geometry Polyskel, Copyright (c) 2021, Ármin Scipiades, Ladybug Tools LLC
and other contributors. All rights reserved.
Raw data
{
"_id": null,
"home_page": "https://github.com/ladybug-tools/ladybug-geometry-polyskel",
"name": "ladybug-geometry-polyskel",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Ladybug Tools",
"author_email": "info@ladybug.tools",
"download_url": "https://files.pythonhosted.org/packages/b0/e6/c5c43f11d8035405016b9eb136f56427039f4a4190d31bdce14a5a0b7909/ladybug_geometry_polyskel-1.7.11.tar.gz",
"platform": null,
"description": "[![Build Status](https://travis-ci.com/ladybug-tools/ladybug-geometry-polyskel.svg?branch=master)](https://travis-ci.com/ladybug-tools/ladybug-geometry-polyskel)\n[![Coverage Status](https://coveralls.io/repos/github/ladybug-tools/ladybug-geometry-polyskel/badge.svg?branch=master)](https://coveralls.io/github/ladybug-tools/ladybug-geometry-polyskel)\n\n[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/) [![Python 2.7](https://img.shields.io/badge/python-2.7-green.svg)](https://www.python.org/downloads/release/python-270/) [![IronPython](https://img.shields.io/badge/ironpython-2.7-red.svg)](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8/)\n\n# ladybug-geometry-polyskel\n\nA library with straight skeleton methods using ladybug-geometry.\n\n## Credits\n\nLadybug-geometry-polyskel is a derivative work of the the [polyskel package](https://github.com/Botffy/polyskel)\nby [\u00c1rmin Scipiades](https://github.com/Botffy) (@Bottfy), which is, itself, a Python 3\nimplementation of the straight skeleton algorithm as described by Felkel and Obdr\u017e\u00e1lek\nin their 1998 conference paper [Straight skeleton implementation](https://github.com/Botffy/polyskel/blob/master/doc/StraightSkeletonImplementation.pdf).\n\nKey differences between Bottfy's original implementation and this package are:\n\n* It has been modified for compatibility with both Python 2.7 and Python 3.7.\n* The code as been re-stylized to conform to the PEP8 style guide.\n* Modules have been added to extract core/perimeter polygons from the straight skeleton.\n\n## Installation\n\n```console\npip install -U ladybug-geometry-polyskel\n```\n\n## QuickStart\n\n```python\nimport ladybug_geometry_polyskel\n\n```\n\n## [API Documentation](http://ladybug-tools.github.io/ladybug-geometry-polyskel/docs)\n\n## Local Development\n1. Clone this repo locally\n```console\ngit clone git@github.com:ladybug-tools/ladybug-geometry-polyskel\n\n# or\n\ngit clone https://github.com/ladybug-tools/ladybug-geometry-polyskel\n```\n2. Install dependencies:\n```console\ncd ladybug-geometry-polyskel\npip install -r dev-requirements.txt\npip install -r requirements.txt\n```\n\n3. Run Tests:\n```console\npython -m pytest tests/\n```\n\n4. Generate Documentation:\n```console\nsphinx-apidoc -f -e -d 4 -o ./docs ./ladybug_geometry_polyskel\nsphinx-build -b html ./docs ./docs/_build/docs\n```\n\n## Copyright \n\nLadybug Geometry Polyskel, Copyright (c) 2021, \u00c1rmin Scipiades, Ladybug Tools LLC\nand other contributors. All rights reserved.\n",
"bugtrack_url": null,
"license": "AGPL-3.0",
"summary": "A library with poly skeleton methods using ladybug-geometry",
"version": "1.7.11",
"project_urls": {
"Homepage": "https://github.com/ladybug-tools/ladybug-geometry-polyskel"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f96686df1e75fc1e9d83b6e3b4227bf4c122e4a09a2b09bdcf9ff324798b0341",
"md5": "14ee346b7528a8bf33f27fde67bf55ac",
"sha256": "a8f18f8fb7d424bf2a490074f5c5155d82b0453b7d10f27ace95f98863bf9c69"
},
"downloads": -1,
"filename": "ladybug_geometry_polyskel-1.7.11-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "14ee346b7528a8bf33f27fde67bf55ac",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 38698,
"upload_time": "2024-10-29T20:50:29",
"upload_time_iso_8601": "2024-10-29T20:50:29.953593Z",
"url": "https://files.pythonhosted.org/packages/f9/66/86df1e75fc1e9d83b6e3b4227bf4c122e4a09a2b09bdcf9ff324798b0341/ladybug_geometry_polyskel-1.7.11-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b0e6c5c43f11d8035405016b9eb136f56427039f4a4190d31bdce14a5a0b7909",
"md5": "d4ba243ace4aa2aa9b670942e018e3f9",
"sha256": "828ea644b57b8955e20ca3f5204070af374aea002ef575c6168bf95970b42c49"
},
"downloads": -1,
"filename": "ladybug_geometry_polyskel-1.7.11.tar.gz",
"has_sig": false,
"md5_digest": "d4ba243ace4aa2aa9b670942e018e3f9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 54972,
"upload_time": "2024-10-29T20:50:31",
"upload_time_iso_8601": "2024-10-29T20:50:31.052714Z",
"url": "https://files.pythonhosted.org/packages/b0/e6/c5c43f11d8035405016b9eb136f56427039f4a4190d31bdce14a5a0b7909/ladybug_geometry_polyskel-1.7.11.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-29 20:50:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ladybug-tools",
"github_project": "ladybug-geometry-polyskel",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "ladybug-geometry-polyskel"
}