Metadata-Version: 2.1
Name: us-senate
Version: 0.0a1.dev1
Summary: U.S. Senate metadata (beta; more coming soon)
Home-page: https://github.com/The-Politico/us-senate/
Author: POLITICO Interactive News
Author-email: interactives@politico.com
License: MIT
Download-URL: https://github.com/The-Politico/us-senate/archive/0.0a1.dev1.tar.gz
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Description-Content-Type: text/markdown
Requires-Dist: us (<2,>=1)
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

![POLITICO](https://www.politico.com/interactives/cdn/images/badge.svg)

# us-senate 🇺🇸

A package for working with U.S. Senate metadata. Like [python-us](https://github.com/unitedstates/python-us), but for bills, Senator information, committee assignments and more!

(Note: This library represents rough half the functionality of the [`congress`](https://pypi.org/project/congress/) project, along with its counterpart, [`us-house`](https://pypi.org/project/us-house/). They are distributed separately so users have the option of keeping dependency bundles small.)

[![PyPI version](https://badge.fury.io/py/us-senate.svg)](https://badge.fury.io/py/us-senate)


### Quickstart

```
$ pip install us-senate
```


