Metadata-Version: 2.0
Name: e13tools
Version: 0.4.2a1
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
Description-Content-Type: UNKNOWN
Keywords: e13tools utilities latin hypercube sampling math tools
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
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
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
Requires-Dist: astropy (>=1.3)
Requires-Dist: matplotlib (>=1.4.3)
Requires-Dist: numpy (>=1.8)

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

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: Python Versions
.. |License| image:: https://img.shields.io/badge/license-BSD--3-blue.svg
   :target: https://raw.githubusercontent.com/1313e/e13Tools/master/LICENSE
   :alt: BSD-3 License
.. |Travis| image:: https://api.travis-ci.org/1313e/e13Tools.svg?branch=master
   :target: https://travis-ci.org/1313e/e13Tools
   :alt: Travis Build Status
.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/2dow1xe9xr9o22x6/branch/master?svg=true
   :target: https://ci.appveyor.com/project/1313e/e13Tools
   :alt: AppVeyor Build Status


