Metadata-Version: 1.1
Name: rsc_on_this_day
Version: 0.2.3
Summary: Displays Royal Society of Chemistry "On This Day" fact
Home-page: https://github.com/domdfcoding/rsc_on_this_day
Author: Dominic Davis-Foster
Author-email: dominic@davis-foster.co.uk
License: GPLv3
Description: ****************
        rsc_on_this_day
        ****************
        
        .. image:: https://travis-ci.com/domdfcoding/rsc-on-this-day.svg?branch=master
            :target: https://travis-ci.com/domdfcoding/rsc-on-this-day
            :alt: Build Status
        .. image:: https://readthedocs.org/projects/rsc-on-this-day/badge/?version=latest
            :target: https://rsc-on-this-day.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        .. image:: https://img.shields.io/pypi/v/rsc-on-this-day.svg
            :target: https://pypi.org/project/rsc-on-this-day/
            :alt: PyPI
        .. image:: https://img.shields.io/pypi/pyversions/rsc-on-this-day.svg
            :target: https://pypi.org/project/rsc-on-this-day/
            :alt: PyPI - Python Version
        .. .. image:: https://coveralls.io/repos/github/domdfcoding/rsc-on-this-day/badge.svg?branch=master
            :target: https://coveralls.io/github/domdfcoding/rsc-on-this-day?branch=master
            :alt: Coverage
        .. image:: https://img.shields.io/pypi/l/rsc-on-this-day
            :alt: PyPI - License
            :target: https://github.com/domdfcoding/rsc-on-this-day/blob/master/LICENSE
        
        
        Displays Royal Society of Chemistry "On This Day" facts in your terminal.
        
        
        Installation
        -------------
        
        ``rsc_on_this_day`` can be installed with pip:
        
        
        .. parsed-literal::
        
                $ pip install rsc_on_this_day
        
        
        Once installed, ``rsc_on_this_day`` can be run by typing:
        
        .. parsed-literal::
        
                $ rsc_on_this_day
        
        If ``rsc_on_this_day`` is not installed in a directory in ``$PATH``, you may need to add ``~/.local/bin/`` to your ``$PATH``.
        
        Adding to ``~/bashrc``
        -----------------------
        
        ``rsc_on_this_day`` can be run every time you open a terminal by adding ``rsc_on_this_day`` to your ``~/bashrc`` file. For example:
        
        .. parsed-literal::
        
            $ echo "rsc_on_this_day" >> ~/.bashrc
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
