Metadata-Version: 2.1
Name: j-rn
Version: 0.0.0.dev0
Summary: J-RN utilities for Python
Home-page: https://github.com/J-RN/j-rn-py
Author: Casper da Costa-Luis
Author-email: j-rn@cdcl.ml
Maintainer: The Journal of Reproducible Notebooks (J-RN)
Maintainer-email: dev@j-rn.org
License: MPL 2.0
Project-URL: Changelog, https://github.com/J-RN/j-rn-py/releases
Keywords: Python,Notebook
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: dev
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest-timeout ; extra == 'dev'
Requires-Dist: codecov ; extra == 'dev'

J-RN Utilities for Python
=========================

General helpers for `The Journal of Reproducible Notebooks <https://www.j-rn.org>`_.

|Version| |Py-Versions| |Licence| |Tests|

.. contents:: Table of contents
   :backlinks: top
   :local:


Install
~~~~~~~

Requires Python 3.6 or greater (e.g. via `Anaconda or Miniconda <https://docs.conda.io/projects/conda/en/latest/user-guide/install/download.html#anaconda-or-miniconda>`_).

.. code:: sh

    pip install j-rn


Licence
~~~~~~~

|Licence|

Copyright 2021

.. |Licence| image:: https://img.shields.io/pypi/l/j-rn.svg?label=licence
   :target: https://github.com/J-RN/j-rn-py/blob/master/LICENCE
.. |Tests| image:: https://img.shields.io/github/workflow/status/J-RN/j-rn-py/Test?logo=GitHub
   :target: https://github.com/J-RN/j-rn-py/actions
.. |Version| image:: https://img.shields.io/pypi/v/j-rn.svg?logo=python&logoColor=white
   :target: https://github.com/J-RN/j-rn-py/releases
.. |Py-Versions| image:: https://img.shields.io/pypi/pyversions/j-rn.svg?logo=python&logoColor=white
   :target: https://pypi.org/project/j-rn


