Metadata-Version: 2.1
Name: pyFTracks
Version: 0.2.2
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
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
Requires-Dist: Cython (==0.29.14)
Requires-Dist: matplotlib (==3.1.1)
Requires-Dist: numpy (==1.17.4)
Requires-Dist: jupyter
Requires-Dist: pint (==0.9)
Requires-Dist: scipy (==1.3.2)
Requires-Dist: pandas (==0.25.3)
Requires-Dist: tables (==3.6.1)


.. image:: https://raw.githubusercontent.com/rbeucher/pyFTracks/master/docs/_static/logo.png?sanitize=true
    :align: center

================================================
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
.. image:: https://mybinder.org/badge_logo.svg
    :target: https://mybinder.org/v2/gh/rbeucher/pyFTracks.git/master
    :alt: Logo


pyFTracks is a Python utility to calculate fission track
thermochronological data.

------------
Installation
------------

.. code:: bash

  pip install pyFTracks

------------
Dependencies
------------

Running this code requires the following packages to be installed:

- Python 2.7.x and above
- Cython==0.29.14
- matplotlib==3.1.1
- numpy==1.17.4
- jupyter
- pint==0.9
- scipy==1.3.2
- pandas==0.25.3
- tables==3.6.1

-----------
Recommended
-----------

- jupyter

-------
Contact
-------

Romain BEUCHER, The Australian National University
romain.beucher@anu.edu.au


