Metadata-Version: 2.1
Name: hyperion-cli
Version: 1.0.1
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: aiohttp-cors
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 specific geographical locations in the UK.

### Getting Started

Simply pip install the package, and then get started with

    pip install hyperion-cli
    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](https://github.com/arlyon/hyperion-web) for interacting
with this API is available as well.

