Metadata-Version: 2.1
Name: lifty
Version: 0.0.2
Summary: For simulating an elevator in python
Home-page: https://github.com/charlesshook/lifty
Author: Charles Shook
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# Lifty
A Python package that impliments a elevator.

## Instructions

### Install:
```
pip3 install lifty
```

### Example use:
```
import lifty

elevator = lifty.Elevator(2850, 25)
```
