Metadata-Version: 2.1
Name: hyperion-cli
Version: 1.0.0
Summary: CLI and rest api for postcode data
Home-page: https://github.com/arlyon/hyperion
Author: arlyon
Author-email: arlyon@me.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: Click
Requires-Dist: aiohttp
Requires-Dist: colorama
Requires-Dist: uvloop
Requires-Dist: peewee
Requires-Dist: geopy
Requires-Dist: lxml
Requires-Dist: feedparser
Requires-Dist: brotlipy
Requires-Dist: aiobreaker

# Hyperion

Hyperion is a CLI tool and rest api that facilitates searching for crime data
at a specific post code in the UK.

### Getting Started

Simply pip install the package, and then get started with

    hyperion --help

### Data

Data is aggregated and cached from the following sources:

- BikeRegister
- UK Police
- Google maps
- Twitter RSS
- UK Postcodes
- Wikipedia

### Web App

A web app for interacting with this API is available as well.

