Metadata-Version: 2.1
Name: atooms-voronoi
Version: 0.9.7
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
Requires-Dist: atooms (>=3.0)

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

Contributing
------------
Contributions to the project are welcome. If you wish to contribute, check out [these guidelines](https://framagit.org/atooms/atooms/-/blob/master/CONTRIBUTING.md).

Authors
-------
Daniele Coslovich: https://www.units.it/daniele.coslovich/


