Metadata-Version: 2.1
Name: simpley
Version: 0.0.3
Summary: Simpley is a Python package designed to make coding in Python just a little bit easier
Author: The Open Project
Author-email: opendylan@proton.me
Requires-Python: >=3,<4
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
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.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# Simpley

**Simpley** is a Python package designed to make coding in Python just a little bit easier.  
Everything in **Simpley** is just a simple function, so you can easily code anything in Python.

## Installation

To install **Simpley**, use one of the following commands:

``` sh
python3 -m pip install simpley
py -m pip install simpley
pip3 install simpley
pip install simpley
```

## Documentation

View the **Simpley** documentation [here](https://github.com/dylanopen/simpley)

