Metadata-Version: 2.1
Name: dlnpyutils
Version: 1.0.72
Summary: David Nidever Python Utility Functions
Home-page: https://github.com/dnidever/dlnpyutils
Author: David Nidever
Author-email: dnidever@montana.edu
License: GNU
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: astropy
Requires-Dist: scipy
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-astropy; extra == "test"
Requires-Dist: ipython; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx==3.0.1; extra == "docs"
Requires-Dist: sphinx-astropy; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: nbconvert; extra == "docs"
Requires-Dist: nbformat; extra == "docs"
Requires-Dist: ipykernel; extra == "docs"


dlnpyutils
==========

A package of useful utility python functions.

Authors
-------

- **David Nidever** (Montana State University)
  
Installation
------------

You can pip install the package::

    pip install dlnpyutils

To install the latest version::

    pip install git+https://github.com/dnidever/dlnpyutils

Attribution
-----------

.. image:: https://zenodo.org/badge/205585866.svg
   :target: https://zenodo.org/badge/latestdoi/205585866

If you make use of this code, please cite this work using the DOI::

    Nidever, D. L. 2021, dnidever/dlnpyutils, doi:10.5281/zenodo.5764938

    
    
Documentation
-------------

.. image:: https://readthedocs.org/projects/dlnpyutils/badge/?version=latest
        :target: http://dlnpyutils.readthedocs.io/

See `the documentation <http://dlnpyutils.readthedocs.io>`_ for information on how
to install and use dlnpyutils.

License
-------

.. image:: http://img.shields.io/badge/license-GNU-blue.svg?style=flat
        :target: https://github.com/dnidever/doppler/blob/main/LICENSE
