Metadata-Version: 1.2
Name: geo_calcs
Version: 0.1.2
Summary: A Python package for caclulations and visualizations in geological sciences.
Home-page: https://github.com/drew026/geo_calcs
Author: Drew Heasman
Author-email: heasman.drew@gmail.com
License: MIT license
Description: =========
        geo_calcs
        =========
        
        
        .. image:: https://img.shields.io/pypi/v/geo_calcs.svg
                :target: https://pypi.python.org/pypi/geo_calcs
        
        .. image:: https://img.shields.io/travis/drew026/geo_calcs.svg
                :target: https://travis-ci.com/drew026/geo_calcs
        
        .. image:: https://readthedocs.org/projects/geo-calcs/badge/?version=latest
                :target: https://geo-calcs.readthedocs.io/en/latest/?version=latest
                :alt: Documentation Status
        
        
        
        
        A Python package for caclulations and visualizations in geological sciences.
        
        
        * Free software: MIT license
        * Documentation: https://geo-calcs.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        # History
        
        ## 0.1.1 (2021-06-10)
        ### Changed
        - Built a few tests.
        - Reorganized file structures
        - Ran flake8 for style corrections
        - Attempted to run tox, but tox currently fails.
        
        ## 0.1.0 (2021-06-09)
        - First release on PyPI.
        
Keywords: geo_calcs
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
