Metadata-Version: 1.1
Name: pyFTracks
Version: 0.1.1
Summary: Fission Track Modelling and Analysis with Python
Home-page: https://github.com/rbeucher/pyFTracks.git
Author: Romain Beucher
Author-email: romain.beucher@unimelb.edu.au
License: UNKNOWN
Description: 
        pyFTracks: Fission Track Modelling and Analysis with python
        ============================================================
        
        .. image:: https://img.shields.io/pypi/v/pyftracks.svg
            :target: https://pypi.python.org/pypi/pyftracks
            :alt: Pip
        
        pyFTracks is a Python utility to calculate fission track thermochrnological data.
        
        Installation
        ------------
        
        .. code:: bash
        
          pip install pyFTracks
        
        Dependencies
        ------------
        
        Running this code requires the following packages to be installed:
        
        - Python 2.7.x and above
        - Numpy 1.9 and above
        - Matplotlib
        - Cython
        - pint
        - scipy
        
        Recommended
        -----------
        
        - jupyter
        
        Contact
        -------
        
        Romain BEUCHER, The University of Melbourne
        romain.beucher@unimelb.edu.au
        
Keywords: geology thermochronology fission-tracks
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
