Metadata-Version: 2.0
Name: e13tools
Version: 0.1.6a0
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 sampling
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.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.*, <4
Requires-Dist: numpy (>=1.6)
Requires-Dist: matplotlib (<2,>=1.4.3)
Requires-Dist: astropy (>=1.3)

|PyPI| |License| |Travis|

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

This repository 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.3``,
- ``numpy >= 1.6``,
- ``matplotlib >= 1.4.3, < 2``,
- ``astropy >= 1.3``.

.. |PyPI| image:: https://img.shields.io/pypi/v/e13Tools.svg
   :target: https://pypi.python.org/pypi/e13tools
   :alt: PyPI Release
.. |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://img.shields.io/travis/1313e/e13Tools.svg
   :target: https://travis-ci.org/1313e/e13Tools
   :alt: Travis Build Status


