Metadata-Version: 2.1
Name: geometron
Version: 0.0.9.dev1
Summary: UNKNOWN
Home-page: UNKNOWN
Author: O. Kaufmann
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: appdirs (==1.4.4)
Requires-Dist: automat (==20.2.0)
Requires-Dist: certifi (==2021.10.8)
Requires-Dist: cffi (==1.15.0)
Requires-Dist: click-plugins (==1.1.1)
Requires-Dist: constantly (==15.1.0)
Requires-Dist: cycler (==0.10.0)
Requires-Dist: fiona (==1.8.20)
Requires-Dist: geopandas (==0.10.2)
Requires-Dist: hyperlink (==21.0.0)
Requires-Dist: imageio (==2.9.0)
Requires-Dist: incremental (==21.3.0)
Requires-Dist: matplotlib (==3.4.3)
Requires-Dist: munch (==2.5.0)
Requires-Dist: numpy (==1.21.3)
Requires-Dist: pandas (==1.3.4)
Requires-Dist: pytz (==2021.3)
Requires-Dist: pyvista (==0.32.1)
Requires-Dist: scipy (==1.7.1)
Requires-Dist: scooby (==0.5.7)
Requires-Dist: shapely (==1.7.1)
Requires-Dist: typing-extensions (==3.10.0.2)
Requires-Dist: vtk (==9.0.3)
Requires-Dist: wslink (==1.1.0)
Requires-Dist: async-timeout (==3.0.1) ; (python_full_version >= '3.5.3')
Requires-Dist: twisted (==21.7.0) ; (python_full_version >= '3.6.7')
Requires-Dist: pyparsing (==2.4.7) ; (python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2')
Requires-Dist: cligj (==0.7.2) ; (python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' and python_version < '4')
Requires-Dist: python-dateutil (==2.8.2) ; (python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2')
Requires-Dist: six (==1.16.0) ; (python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2')
Requires-Dist: pycparser (==2.20) ; (python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3')
Requires-Dist: attrs (==21.2.0) ; (python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4')
Requires-Dist: chardet (==4.0.0) ; (python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4')
Requires-Dist: zope.interface (==5.4.0) ; (python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4')
Requires-Dist: idna (==3.3) ; (python_version >= '3.5')
Requires-Dist: aiohttp (==3.7.4.post0) ; (python_version >= '3.6')
Requires-Dist: click (==8.0.3) ; (python_version >= '3.6')
Requires-Dist: cryptography (==35.0.0) ; (python_version >= '3.6')
Requires-Dist: meshio (==4.4.6) ; (python_version >= '3.6')
Requires-Dist: multidict (==5.2.0) ; (python_version >= '3.6')
Requires-Dist: pillow (==8.4.0) ; (python_version >= '3.6')
Requires-Dist: txaio (==21.2.1) ; (python_version >= '3.6')
Requires-Dist: yarl (==1.7.0) ; (python_version >= '3.6')
Requires-Dist: autobahn (==21.3.1) ; (python_version >= '3.7')
Requires-Dist: kiwisolver (==1.3.2) ; (python_version >= '3.7')
Requires-Dist: pyproj (==3.2.1) ; (python_version >= '3.7')

# geometron  
### O. KAUFMANN, 2021.  
  
@@@ please insert a one line description of geometron.

[![Documentation](https://readthedocs.org/projects/geometron/badge/?version=latest)](https://geometron.readthedocs.io/en/latest/?badge=latest
)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)


## Table of Contents
1. [Description of the project](#Description-of-the-project)
2. [Prerequisites](#Prerequisites)
3. [Installation](#Installation)
4. [Contributing](#Contributing)
5. [License](#License)
6. [Citation](#Citation)
7. [Contact](#Contact)

## Description of the project <a name="Description-of-the-project"></a>

@@@ Please insert a project description here!  

## Prerequisites <a name="Prerequisites"></a>

The project is developed in a virtual environment using pipenv. It is therefore necessary to install pyenv and pipenv before starting the installation of the program.  

Pyenv will setup the virtual environment with the correct version of Python. Pipenv will add the required python dependencies automatically during installation.  

Refer to this [link](https://github.com/pyenv/pyenv-installer) to install Pyenv and this [link](https://pipenv.pypa.io/en/latest/install/) to install Pipenv, the prerequisites.  
## Installation <a name="Installation"></a>
To clone the repository and setup the environment for using this project :

.. code-block:: bash 

   $  git clone git@gfa-gitlab.umons.ac.be:kaufmanno/geometron.git  
   $  cd geometron/  
   $  pipenv shell  
   $  pipenv install   

To view installed dependencies, see the [Pipfile](https://gfa-gitlab.umons.ac.be/kaufmanno/geometron/blob/master/Pipfile). Be aware that using *pipfile install* actually installs from the Pipfile.lock file. Use the --skip-lock option if you want to use the Pipfile instead.  
  

## Contributing <a name="Contributing"></a>

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Also have a look at this note about [contributing](https://gfa-gitlab.umons.ac.be/kaufmanno/geometron/blob/master/CONTRIBUTING.md).  

Please note we have a [code of conduct](https://gfa-gitlab.umons.ac.be/kaufmanno/geometron/blob/master/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.  


## License <a name="License"></a>

The license of the project is avalaible on the [license](https://gfa-gitlab.umons.ac.be/kaufmanno/geometron/blob/master/LICENSE) file.  

## Citation <a name="Citation"></a>

@@@ Please provide a citation here!  

## Contact <a name="Contact"></a>

We are interested in your feedback. Please create issues for bug reports, suggestions, PR and questions.  


