Metadata-Version: 2.1
Name: Nano-Utils
Version: 2.3.2
Summary: Utility functions used throughout the various nlesc-nano repositories.
Home-page: https://github.com/nlesc-nano/Nano-Utils
Author: ['Bas van Beek']
Author-email: b.f.van.beek@vu.nl
License: Apache Software License
Keywords: python-3,python-3-7,python-3-8,python-3-9,libraries
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE.md
License-File: NOTICE
Requires-Dist: typing-extensions (>=3.10.0) ; python_version < "3.8"
Provides-Extra: build
Requires-Dist: twine ; extra == 'build'
Requires-Dist: wheel ; extra == 'build'
Provides-Extra: doc
Requires-Dist: sphinx (>=2.4) ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Provides-Extra: test
Requires-Dist: assertionlib (>=3.2.1) ; extra == 'test'
Requires-Dist: pytest (>=5.4.0) ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: schema ; extra == 'test'
Requires-Dist: pyyaml ; extra == 'test'
Requires-Dist: h5py ; extra == 'test'
Requires-Dist: numpy ; extra == 'test'
Requires-Dist: ipython ; extra == 'test'
Requires-Dist: sphinx (>=2.4) ; extra == 'test'
Requires-Dist: sphinx-rtd-theme ; extra == 'test'
Requires-Dist: twine ; extra == 'test'
Requires-Dist: wheel ; extra == 'test'
Provides-Extra: test_no_optional
Requires-Dist: assertionlib (>=3.2.1) ; extra == 'test_no_optional'
Requires-Dist: pytest (>=5.4.0) ; extra == 'test_no_optional'
Requires-Dist: pytest-cov ; extra == 'test_no_optional'

.. image:: https://readthedocs.org/projects/nano-utils/badge/?version=latest
    :target: https://Nano-Utils.readthedocs.io/en/latest/includeme.html
.. image:: https://badge.fury.io/py/Nano-Utils.svg
    :target: https://badge.fury.io/py/Nano-Utils
.. image:: https://github.com/nlesc-nano/Nano-Utils/workflows/Build/badge.svg
    :target: https://github.com/nlesc-nano/Nano-Utils/actions?query=workflow%3ABuild
.. image:: https://codecov.io/gh/nlesc-nano/Nano-Utils/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/nlesc-nano/Nano-Utils
.. image:: https://zenodo.org/badge/268804056.svg
   :target: https://zenodo.org/badge/latestdoi/268804056

|

.. image:: https://img.shields.io/badge/python-3.7-blue.svg
    :target: https://docs.python.org/3.7/
.. image:: https://img.shields.io/badge/python-3.8-blue.svg
    :target: https://docs.python.org/3.8/
.. image:: https://img.shields.io/badge/python-3.9-blue.svg
    :target: https://docs.python.org/3.9/
.. image:: https://img.shields.io/badge/python-3.10-blue.svg
    :target: https://docs.python.org/3.10/


################
Nano-Utils 2.3.2
################
Utility functions used throughout the various nlesc-nano repositories.


Installation
************
* PyPi: ``pip install Nano-Utils``
* GitHub: ``pip install git+https://github.com/nlesc-nano/Nano-Utils@master``




