Metadata-Version: 2.3
Name: linesplan
Version: 0.1.5
Summary: Ship Linesplan and Hydrostatics
License: GPLv3
Author: Jaap Versteegh
Author-email: j.r.versteegh@gmail.com
Requires-Python: ==3.13.*
Classifier: Development Status :: 3 - Alpha
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: bpy (>=5.1.0,<6.0.0)
Requires-Dist: ezdxf (>=1.3.0,<2.0.0)
Requires-Dist: kiwisolver (>=1.4.5,<2.0.0)
Requires-Dist: matplotlib (>=3.8.4,<4.0.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: pyparsing (>=3.1.2,<4.0.0)
Requires-Dist: scipy (>=1.13.0,<2.0.0)
Project-URL: Repository, https://github.com/jrversteegh/linesplan
Description-Content-Type: text/markdown

Linesplan
=========

Python module for managing ship lines plans and evaluating hydrostatics and stability.
This package contains to modules:
 - The `linesplan` python module
 - A blender pluging called `blender_linesplan`

The `linesplan` module can be installed directly from pypi, the `blender_linesplan` 
plugin can be downloaded from [gumroad](https://jrversteegh.gumroad.com/l/blender_linesplan)

You'll need [poetry](https://python-poetry.org/docs/) to play with the python module
and the easiest way to get started is then to inspect the demo notebook:

```
poetry install
poetry run jupyter notebook tests/notebooks/demo.ipynb
```

