Metadata-Version: 2.1
Name: pyrew
Version: 0.5.2
Summary: A Python library for writing shorter and more efficient Python code.
Home-page: https://github.com/AquaQuokka/pyrew
Author: AquaQuokka
License: BSD-3-Clause

=============
Pyrew
=============

Welcome to Pyrew, a Python library that provides a way to write shorter and more efficient Python code.

Installation
------------

1. Run the following command:

.. code-block:: bash

    pip install pyrew

2. At the top of your file, add the following code:

.. code-block:: python

    import pyrew

    pyrew = pyrew.Pyrew()
