Metadata-Version: 2.1
Name: uiuc_apartments
Version: 0.0.1
Summary: A wrapper around a webscraper for popular rental agencies on UIUC campus
Author-email: Pete Stenger <pete@stenger.io>
Project-URL: Homepage, https://github.com/reteps/uiuc_apartments
Project-URL: Bug Tracker, https://github.com/reteps/uiuc_apartments/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# UIUC Apartment Kit

A wrapper around a webscraper for popular rental agencies on UIUC campus

Installation:
```
pip install uiuc_apartments
```

Usage:
```py
from uiuc_apartments import AllAgencies

for agency in AllAgencies:
    print(agency.get_all())
```
