Metadata-Version: 2.4
Name: openbb-government-us
Version: 1.5.2
Summary: US Government Data Extension for OpenBB
License: AGPL-3.0-only
Author: OpenBB
Author-email: hello@openbb.co
Requires-Python: >=3.10,<3.14
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: openbb-core (>=1.5.8,<2.0.0)
Requires-Dist: random-user-agent (>=1.0.1,<2.0.0)
Description-Content-Type: text/markdown

# OpenBB Government US Provider

This extension integrates the [US Government](https://data.gov) data provider into the OpenBB Platform.

## Installation

To install the extension:

```bash
pip install openbb-us-government
```

See the OpenBB Documentation [here](https://docs.openbb.co/python/) for details on getting started.

## Coverage

This extension covers services with no registration requirement.

- `obb.commodity.psd_report`
- `obb.commodity.psd_data`
- `obb.commodity.weather_bulletins`
- `obb.commodity.weather_bulletins_download`
- `obb.fixed_income.government.treasury_auctions`
- `obb.fixed_income.government.treasury_prices`

See the [reference](https://docs.openbb.co/python/reference) for breakdowns of each endpoint.

