Metadata-Version: 2.1
Name: Nano-Utils
Version: 1.1.1
Summary: Utility functions used throughout the various nlesc-nano repositories.
Home-page: https://github.com/nlesc-nano/Nano-Utils
Author: ['B. F. van Beek']
Author-email: b.f.van.beek@vu.nl
License: Apache Software License
Keywords: python-3,python-3-6,python-3-7,python-3-8,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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: contextlib2 (>=0.6.0) ; python_version < "3.7"
Requires-Dist: typing-extensions (>=3.7.4) ; 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'
Requires-Dist: numpy ; extra == 'doc'
Provides-Extra: test
Requires-Dist: assertionlib ; extra == 'test'
Requires-Dist: schema ; extra == 'test'
Requires-Dist: pytest (>=5.4.0) ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-flake8 (>=1.0.5) ; extra == 'test'
Requires-Dist: pydocstyle (>=5.0.0) ; extra == 'test'
Requires-Dist: pytest-pydocstyle (>=2.1) ; extra == 'test'
Requires-Dist: pytest-mypy (>=0.6.2) ; extra == 'test'
Requires-Dist: sphinx (>=2.4) ; extra == 'test'
Requires-Dist: sphinx-rtd-theme ; extra == 'test'
Requires-Dist: numpy ; extra == 'test'
Requires-Dist: twine ; extra == 'test'
Requires-Dist: wheel ; extra == 'test'

.. 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.6-blue.svg
    :target: https://docs.python.org/3.6/
.. 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/


################
Nano-Utils 1.1.1
################
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``




