Metadata-Version: 2.1
Name: atooms-voronoi
Version: 0.9.2
Summary: Voronoi wrapper to voro++ and analysis tools
Home-page: https://framagit.org/atooms/voronoi
Author: Daniele Coslovich
Author-email: dcoslovich@umontpellier.fr
License: GPLv3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
License-File: LICENSE

Sample
==================

Sample package

Quick start
-----------

```python
import sample
```

Installation
------------
The easiest way to install sample is with pip
```
pip install sample
```

Alternately, you can clone the code repository and install from source
```
git clone git@framagit.org:coslo/sample.git
cd sample
make install
```

Features
--------

- Feature 1
- Feature 2

Authors
-------
Daniele Coslovich: http://www-dft.ts.infn.it/~coslovich/


