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
- Host: GitHub
- URL: https://github.com/1313e/e13tools
- Owner: 1313e
- License: bsd-3-clause
- Created: 2017-07-13T20:28:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T03:48:13.000Z (over 4 years ago)
- Last Synced: 2025-04-22T15:12:36.690Z (11 months ago)
- Topics: plotting, python3, sampling
- Language: Python
- Homepage: https://e13tools.readthedocs.io
- Size: 10.1 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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