Metadata-Version: 2.1
Name: axonometry
Version: 0.1.0a1
Summary: A Python library implementing axonometric projection by intersection in order to generate animations or vector drawings of curious objects.
Author: Julien Rippinger
Keywords: architecture,research,drawing,axonometry,projection
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Artistic Software
Classifier: Topic :: Education
Classifier: Topic :: Multimedia :: Graphics :: Editors :: Vector-Based
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: compas~=1.17
Requires-Dist: vpype~=1.14
Requires-Dist: lxml~=5.3
Requires-Dist: setuptools
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: furo; extra == "docs"

<!--
SPDX-FileCopyrightText: 2024 Julien Rippinger

SPDX-License-Identifier: CC-BY-4.0
-->

## [Documentation](https://axonometry.readthedocs.io)

## Installation

The library is packagade and distributed via pypi:

```
pip install axonometry
```

### Development

```
git clone git@codeberg.org:mononym/axonometry.git && cd axonometry
python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install --editable .
```
