Metadata-Version: 2.1
Name: rad-tools
Version: 0.5.22
Summary: Collection of scripts from my PhD
Home-page: https://github.com/adrybakov/rad-tools
Download-URL: https://github.com/adrybakov/rad-tools.git
Author: Andrey Rybakov
Author-email: rybakov.ad@icloud.com
License: MIT license
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
License-File: LICENSE.txt

RAD-TOOLS
=========
Various scripts which were useful during my PhD.

.. image:: https://badge.fury.io/py/rad-tools.svg
    :target: https://badge.fury.io/py/rad-tools
    
.. image:: https://readthedocs.org/projects/rad-tools/badge/?version=stable
    :target: https://rad-tools.adrybakov.com/en/stable/?badge=stable
    :alt: Documentation Status
   
.. image:: https://static.pepy.tech/personalized-badge/rad-tools?period=total&units=international_system&left_color=black&right_color=blue&left_text=Downloads
 :target: https://pepy.tech/project/rad-tools

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   
.. image:: https://img.shields.io/github/license/adrybakov/rad-tools
   :alt: GitHub
   
Installation
------------

First make sure that you have python3 and pip installed.
Then execute the following in your terminal:

.. code-block:: console

   pip install rad-tools

Documentation
=============

Documentations is available 
`here. <https://rad-tools.adrybakov.com>`_
