Metadata-Version: 2.1
Name: openstates-metadata
Version: 2020.4.5
Summary: metadata for the openstates project
Home-page: https://github.com/openstates/metadata
License: MIT
Author: James Turk
Author-email: james@openstates.org
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: attrs (>=19.3,<20.0)
Project-URL: Repository, https://github.com/openstates/metadata
Description-Content-Type: text/markdown

# metadata

This repository contains state metadata that powers Open States.

[![CircleCI](https://circleci.com/gh/openstates/metadata.svg?style=svg)](https://circleci.com/gh/openstates/metadata)

## Links

* [Open States Discourse](https://discourse.openstates.org)
* [Code of Conduct](https://docs.openstates.org/en/latest/contributing/code-of-conduct.html)

## Changelog

Releases use YYYY.MM.patch versioning.

### 2020.4.5

* add lookup_district_with_ancestors

### 2020.4.4

* add lookup_district helper function

### 2020.4.3

* add executive_organization_id and executive_name to State

### 2020.4.2 - Apr 8 2020

* fix unicameral legislature ids

### 2020.4.1 - Apr 8 2020

* add State.legislature_organization_id

### 2020.2.2 - Feb 6 2020

* lower minimum Python version to 3.6

### 2020.2.1 - Feb 5 2020

* remove unnecessary dependencies
* add lookup by name option

### 2020.1.31 - Jan 31 2020

* added organization_ids to chambers
* added legacy_districts for states with district changes since 2010

### 2020.1.16 - Jan 15 2020

* Added helper methods.

### 2020.1.15 - Jan 15 2020

* First release, basic functionality.

