Metadata-Version: 2.1
Name: e13tools
Version: 0.4.6a2
Summary: Provides a collection of functions that were created by 1313e.
Home-page: https://www.github.com/1313e/e13Tools
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: Linux
Platform: Unix
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 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
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
Requires-Dist: numpy (!=1.14.0,>=1.8)
Requires-Dist: setuptools (>=36.3.0)
Requires-Dist: matplotlib (>=1.4.3)

|PyPI| |Python| |License| |Travis| |AppVeyor| |Coverage|

Description
===========

This package contains a collection of 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.

How to install
==============

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

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

- ``python == 2.7`` or ``python >= 3.4``,
- ``numpy >= 1.8``,
- ``matplotlib >= 1.4.3``,
- ``astropy >= 1.3``.

.. |PyPI| image:: https://img.shields.io/pypi/v/e13Tools.svg
   :target: https://pypi.python.org/pypi/e13Tools
   :alt: PyPI - Release
.. |Python| image:: https://img.shields.io/pypi/pyversions/e13Tools.svg
   :target: https://pypi.python.org/pypi/e13Tools
   :alt: PyPI - Python Versions
.. |License| image:: https://img.shields.io/pypi/l/e13Tools.svg?colorB=blue
   :target: https://github.com/1313e/e13Tools/raw/master/LICENSE
   :alt: PyPI - License
.. |Travis| image:: https://img.shields.io/travis/1313e/e13Tools/master.svg?logo=travis&label=Travis%20CI
   :target: https://travis-ci.org/1313e/e13Tools
   :alt: Travis CI - Build Status
.. |AppVeyor| image:: https://img.shields.io/appveyor/ci/1313e/e13Tools/master.svg?logo=appveyor&label=AppVeyor
   :target: https://ci.appveyor.com/project/1313e/e13Tools
   :alt: AppVeyor - Build Status
.. |Coverage| image:: https://coveralls.io/repos/github/1313e/e13Tools/badge.svg?branch=master
   :target: https://coveralls.io/github/1313e/e13Tools?branch=master
   :alt: Coveralls - Coverage Status


