Metadata-Version: 2.1
Name: e13tools
Version: 0.9.6
Summary: A collection of utility functions
Home-page: https://e13tools.readthedocs.io
Author: Ellert van der Velden
Author-email: ellert_vandervelden@outlook.com
License: BSD-3
Keywords: e13tools utilities latin hypercube sampling math tools
Platform: Windows
Platform: Mac OS-X
Platform: Linux
Platform: Unix
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.6, <4
Requires-Dist: matplotlib (>=2.2.4)
Requires-Dist: numpy (>=1.16.0)

|PyPI| |Python| |GitHub| |ReadTheDocs| |Coverage|

Description
===========
This package contains a collection of utility functions that were created by `@1313e`_.
Most functions were created for personal use, but have been changed and optimized to work for others as well.

.. _@1313e: https://github.com/1313e

How to install
==============
e13Tools can be found in the PyPI system, so ``pip install e13tools`` should suffice.

Dependencies
------------
e13Tools requires:

- ``python >= 3.6``,
- ``matplotlib >= 2.2.4``,
- ``numpy >= 1.8``.

The following packages are used by a few functions and therefore optional:

- ``astropy >= 1.3``.

.. |PyPI| image:: https://img.shields.io/pypi/v/e13Tools.svg?logo=pypi&logoColor=white&label=PyPI
   :target: https://pypi.python.org/pypi/e13Tools
   :alt: PyPI - Latest Release
.. |Python| image:: https://img.shields.io/badge/Python-3.6%2B-blue?logo=python&logoColor=white
   :target: https://pypi.python.org/pypi/e13Tools
   :alt: PyPI - Python Versions
.. |GitHub| image:: https://img.shields.io/github/workflow/status/1313e/e13Tools/Test?logo=github&logoColor=white&label=Actions
    :target: https://github.com/1313e/e13Tools/actions
    :alt: GitHub Actions - Build Status
.. |ReadTheDocs| image:: https://img.shields.io/readthedocs/e13tools/latest.svg?logo=read%20the%20docs&logoColor=white&label=Docs
    :target: https://e13tools.readthedocs.io
    :alt: ReadTheDocs - Build Status
.. |Coverage| image:: https://img.shields.io/codecov/c/github/1313e/e13Tools/master.svg?logo=codecov&logoColor=white&label=Coverage
    :target: https://codecov.io/gh/1313e/e13Tools/branches/master
    :alt: CodeCov - Coverage Status


