Metadata-Version: 1.1
Name: tess
Version: 0.1.5
Summary: A module for calculating and analyzing Voronoi tessellations
Home-page: https://tess.readthedocs.org
Author: Wendell Smith
Author-email: wackywendell@gmail.com
License: BSD
Description: Tess
        ****
        
        A 3D cell-based Voronoi library based on voro++
        -----------------------------------------------
        
        `Code available`_ on Github.
        
        `Full documentation available`_ at Read the Docs. 
        
        .. _Code available: https://github.com/wackywendell/tess
        
        .. _Full documentation available: https://tess.readthedocs.org
        
        Description
        -----------
        
        Tess is a library to calculate Voronoi (and Laguerre) tessellations in 3D and analyze their
        structure. The tessellation is calculated as a `list` of `Cell` objects, each of which
        can give information on its volume, centroid, number of faces, surface area, etc. The library is 
        made with packings of spherical particles in mind, possibly with variable sizes.
Keywords: laguerre voronoi tessellation voro++
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
