Metadata-Version: 2.4
Name: hazardstack
Version: 0.0.0
Summary: Property hazard data composite library (in development) — multi-source federal hazard data per US address
Author: Rajiv Kakarlapudi
License: AGPL-3.0-or-later
Project-URL: Homepage, https://hazardstack.com
Project-URL: Repository, https://github.com/hazardstack/hazardstack
Project-URL: Issues, https://github.com/hazardstack/hazardstack/issues
Keywords: hazard,property,fema,flood,wildfire,earthquake,radon,epa,real-estate
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# HazardStack

**Property hazard data composite library — in development.**

HazardStack will be a Python library that aggregates federal property hazard data (FEMA flood, USGS earthquake, NIFC wildfire, EPA radon + Superfund, AirNow AQI, NOAA sea-level-rise) into a single per-address query.

```python
# Coming soon
from hazardstack import lookup
report = lookup("1600 Pennsylvania Ave NW, Washington, DC")
```

Status: pre-release placeholder. Active development at [github.com/hazardstack/hazardstack](https://github.com/hazardstack/hazardstack).

Website: [hazardstack.com](https://hazardstack.com)

License: AGPL-3.0-or-later. Commercial license available for SaaS / closed-source use.
