Skip to content

tariqajyusuf/libpyseattle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-based Seattle Data Library

A data framework for accessing City of Seattle data programatically. This primarily focuses on accessing utility and other individual data. This is not officially endorsed by the City of Seattle.

Current Features

  • Login
    • Supports web-based authentication and session preservation.
  • Seattle City Light
    • Retrieve usage information in kWH.

Requirements

Setup Instructions

poetry install

Running

Currently there is just a utility that reads from the Seattle City Light website and pulls the last 30 days of data. Your username and password is sent directly to the city website and not stored or logged anywhere.

poetry run python -m libpyseattle

Releases

No releases published

Packages

No packages published

Languages