Metadata-Version: 2.1
Name: latticegeometrylib
Version: 0.0.5
Summary: Package for generating periodic truss based lattices
Author: Dennis Schulz
Keywords: python,cadquery
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows

==================
LatticeGeometryLib
==================

Description
===========

LatticeGeometryLib is a python library for creating spacial lattice structures which
consist of an interconnected network of nodes struts and plates. These individual entities
are combined into a unitary cell which periodic repetition creates the lattice. Furthermore
this lattice can be inserted into any shell-like CAD geometry. This library is based on the CADQuery library.

Requirements
============

.. list-table::
   :widths: 50 50
   :header-rows: 1

   * - Package
     - Version
   * - cadquery
     - 2.2.0

Installation
============

Embedding the library into your python code is just as easy as for any other library
Just call the following command from your python terminal::

    pip install latticegeometrylib

Usage
=====

Example 1::

    stuff


