Metadata-Version: 2.1
Name: crime
Version: 0.0.1
Summary: Explore and load crime data within Python
Home-page: https://github.com/ryayoung/crime
Author: Ryan Young
Author-email: ryanyoung99@live.com
License: MIT
Keywords: opendata socrata colorado crime
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

<h1> crime     <a href="https://pypi.org/project/crime/" alt="Version"> <img src="https://img.shields.io/pypi/v/crime.svg" /></a> </h1>

**View Full Documentation [Here](https://github.com/ryayoung/crime)**

<br>

## Install & Use

Must have python 3.9+

```
pip install crime
```

```py
import crime as cr
```

<br>



