Metadata-Version: 2.4
Name: ipeds_wrangler
Version: 0.0.1
Summary: A small example package
Author-email: Tracy Reuter <tracy.ellen.reuter@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/tracyreuter/ipeds-wrangler
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# ipeds_wrangler

## What ipeds_wrangler does

- Webscrape IPEDS databases from NCES.
- Read data from .accdb tables into pd.DataFrame() format.

## How to install ipeds_wrangler

To install run:

`python -m pip install ipeds_wrangler`

## Get started using ipeds_wrangler

```python
>>> from ipeds_wrangler import download_ipeds_databases
>>> download_ipeds_databases()

```
