Metadata-Version: 2.1
Name: landfire
Version: 0.2.1
Summary: Landfire
Home-page: https://github.com/FireSci/landfire-python
License: MIT
Author: FireSci
Author-email: support@firesci.io
Requires-Python: >=3.8,<3.12
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Provides-Extra: geospatial
Requires-Dist: attrs (>=22.2.0)
Requires-Dist: geojson (>=3.0.0) ; extra == "geospatial"
Requires-Dist: geopandas (>=0.12.0) ; extra == "geospatial"
Requires-Dist: pandas-stubs (>=1.5.3.230304,<2.0.0.0)
Requires-Dist: pydantic (>=1.10)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Project-URL: Changelog, https://github.com/FireSci/landfire-python/releases
Project-URL: Documentation, https://landfire-python.readthedocs.io
Project-URL: Repository, https://github.com/FireSci/landfire-python
Description-Content-Type: text/markdown

# Landfire

[![PyPI](https://img.shields.io/pypi/v/landfire.svg)][pypi_]
[![Status](https://img.shields.io/pypi/status/landfire.svg)][status]
[![Python Version](https://img.shields.io/pypi/pyversions/landfire)][python version]
[![License](https://img.shields.io/pypi/l/landfire)][license]

[![Read the documentation at https://landfire-python.readthedocs.io/](https://img.shields.io/readthedocs/landfire-python/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/FireSci/landfire-python/workflows/tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/FireSci/landfire-python/branch/main/graph/badge.svg)][codecov]

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]

[pypi_]: https://pypi.org/project/landfire/
[status]: https://pypi.org/project/landfire/
[python version]: https://pypi.org/project/landfire
[read the docs]: https://landfire-python.readthedocs.io/
[tests]: https://github.com/FireSci/landfire-python/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/FireSci/landfire-python
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## Features

- TODO

## Requirements

- TODO

## Installation

You can install _Landfire_ via [pip] from [PyPI]:

```console
$ pip install landfire
```

## Usage

Please see the [Command-line Reference] for details.

## Contributing

Contributions are very welcome. To learn more, see the [Contributor Guide].

## License

Distributed under the terms of the [MIT license][license],
_Landfire_ is free and open source software.

## Issues

If you encounter any problems,
please [file an issue] along with a detailed description.

[pypi]: https://pypi.org/
[file an issue]: https://github.com/FireSci/landfire-python/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/FireSci/landfire-python/blob/main/LICENSE
[contributor guide]: https://github.com/FireSci/landfire-python/blob/main/CONTRIBUTING.md
[command-line reference]: https://landfire-python.readthedocs.io/en/latest/usage.html

