A Python library for writing shorter and more efficient Python code.


Keywords
package, python
License
BSD-3-Clause
Install
pip install pyrew==0.24.7.1

Documentation

Pyrew

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

Installation

Stable

  1. Run the following command:
pip install pyrew
  1. At the top of your file, add the following code:
import pyrew

pyrew = pyrew.Pyrew()

Development

  1. Run the following command:
pip install git+https://github.com/AquaQuokka/pyrew.git
  1. At the top of your file, add the following code:
import pyrew

pyrew = pyrew.Pyrew()