Metadata-Version: 2.1
Name: GeologicalToolbox
Version: 0.3.0b1
Summary: A python module for processing and storing geological data.
Home-page: https://github.com/stdonn/GeologicalToolbox
Author: Stephan Donndorf
Author-email: stephan@donndorf.info
License: MIT
Description: ![PyPI](https://img.shields.io/pypi/v/GeologicalToolbox.svg)
        ![Build Status](https://travis-ci.org/stdonn/GeologicalToolbox.svg?branch=master)
        ![PyPI - Status](https://img.shields.io/pypi/status/GeologicalToolbox.svg)
        ![Python Version](https://img.shields.io/pypi/pyversions/GeologicalToolbox.svg)
        ![License](https://img.shields.io/pypi/l/GeologicalToolbox.svg)
        ![PyPI - Format](https://img.shields.io/pypi/format/GeologicalToolbox.svg)
        
        
        # Geological Toolbox
        
        ## General Description
        
        This toolbox provides basic functionality for the storage and processing of geological data in a database. The toolbox can process point, line (and so also polygons as closed lines) and well data.
        
        ## Installation
        
        You can install the GeologicalToolbox via pip from the [Python Package Index (PyPI)](https://pypi.org/):
        
        ```
        pip install GeologicalToolbox
        ```
        
        For further information on installing packages with pip and PyPI see [Installing Packages](https://packaging.python.org/tutorials/installing-packages/).
        
        ## System Requirements
        
        This toolbox was tested with Python version 3.5 to 3.8-dev.
        
        This toolbox requires [SQLAlchemy](https://www.sqlalchemy.org/) and [typing](https://pypi.org/project/typing/). The documentation uses [Sphinx](https://pypi.org/project/Sphinx/) and the [basicstrap template package](https://pypi.org/project/sphinxjp.themes.basicstrap/). More information to configure the documentation theme can be found on the [theme homepage](https://pythonhosted.org/sphinxjp.themes.basicstrap/index.html).
        
        
        You can install all of the requirements via pip:
        
        ```
        pip install -r requirements.txt
        ```
Keywords: Geology Modelling SQLAlchemy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Natural Language :: English
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: dev
