Metadata-Version: 2.4
Name: rna
Version: 0.13.4
Summary: Basic and essential code building blocks of all pythons
Project-URL: Homepage, https://gitlab.com/dboe/rna
Project-URL: Documentation, https://dboe.gitlab.io/rna
Project-URL: Repository, https://gitlab.com/dboe/rna
Project-URL: Issues, https://gitlab.com/dboe/rna/-/issues/
Project-URL: Changelog, https://gitlab.com/dboe/rna/-/blob/master/CHANGELOG.md
Author-email: Daniel Böckenhoff <dboe@ipp.mpg.de>
Maintainer-email: Daniel Böckenhoff <dboe@ipp.mpg.de>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE.rst
Keywords:  argparse, backend, logging, matplotlib, path, pyqtgraph,plotting
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Requires-Dist: matplotlib
Requires-Dist: numpy>=1.22
Provides-Extra: categorical
Requires-Dist: scikit-learn; extra == 'categorical'
Provides-Extra: hydra
Requires-Dist: hydra-core; extra == 'hydra'
Requires-Dist: omegaconf; extra == 'hydra'
Provides-Extra: pyqtgraph
Requires-Dist: pyopengl; extra == 'pyqtgraph'
Requires-Dist: pyqt5; extra == 'pyqtgraph'
Requires-Dist: pyqt5-qt5==5.15.2; extra == 'pyqtgraph'
Requires-Dist: pyqtgraph; extra == 'pyqtgraph'
Description-Content-Type: text/x-rst

library documentation
=====================

..
    [shields-start]
.. pypi
.. image:: https://img.shields.io/pypi/v/rna.svg
    :target: https://pypi.python.org/pypi//rna
.. ci
.. image:: https://gitlab.com/dboe/rna/badges/master/pipeline.svg
    :target: https://gitlab.com/dboe/rna/-/pipelines/latest
.. latest release
.. image:: https://gitlab.com/dboe/rna/-/badges/release.svg
    :target: https://gitlab.com/dboe/rna/-/releases
.. coverage
.. image:: https://gitlab.com/dboe/rna/badges/master/coverage.svg
    :target: https://gitlab.com/dboe/rna/commits/master
.. docs
.. image:: https://img.shields.io/website-up-down-green-red/https/dboe.gitlab.io/rna.svg?label=docs
    :target: https://dboe.gitlab.io/rna
.. pre-commit
.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit
..
    [shields-end]

Overview
--------

..
    [overview-start]

Basic and essential code building blocks of all pythons

..
    [overview-end]

Licensed under the ``MIT``

Resources
~~~~~~~~~

..
    [resources-start]

- Documentation: https://dboe.gitlab.io/rna
- Source code: https://gitlab.com/dboe/rna
- Bug reports: https://gitlab.com/dboe/rna/-/issues/

- Pypi: https://pypi.python.org/pypi/rna


..
    [resources-end]

Features
~~~~~~~~

..
    [features-start]

The following features should be highlighted:

* TODO

..
    [features-end]

Installation
~~~~~~~~~~~~

..
    [install-start]
    
.. code-block:: shell

    pip install rna

..
    [install-end]

Usage
~~~~~

..
    [usage-start]

To use 'rna' in a project use

.. code-block:: python

    import rna

..
    [usage-end]
