An open API service indexing awesome lists of open source software.

https://github.com/1313e/e13tools

A collection of utility functions
https://github.com/1313e/e13tools

plotting python3 sampling

Last synced: 11 months ago
JSON representation

A collection of utility functions

Awesome Lists containing this project

README

          

|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