Metadata-Version: 2.4
Name: askfia-api
Version: 0.2.1
Summary: AskFIA - AI Conversational Interface for Forest Inventory Analysis - Part of the FIA Python Ecosystem
Project-URL: Homepage, https://fiatools.org
Project-URL: Repository, https://github.com/mihiarc/askfia
Project-URL: Source Code, https://github.com/mihiarc/askfia
Project-URL: Bug Tracker, https://github.com/mihiarc/askfia/issues
Project-URL: Changelog, https://github.com/mihiarc/askfia/releases
Project-URL: Live App, https://askfia.netlify.app
Project-URL: FIA Ecosystem, https://fiatools.org
Author-email: Chris Mihiar <28452317+mihiarc@users.noreply.github.com>
License: MIT
Keywords: ai,askfia,chatbot,claude,conversational-ai,fastapi,fia,fiatools,forest-data,forest-inventory,forest-service,forestry,langchain,llm,natural-language,query-interface,usda
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.11
Requires-Dist: aiofiles>=25.1.0
Requires-Dist: bcrypt>=5.0.0
Requires-Dist: boto3>=1.42.14
Requires-Dist: fastapi>=0.115.0
Requires-Dist: httpx>=0.28.0
Requires-Dist: langchain-anthropic>=0.3.0
Requires-Dist: langchain-core>=0.3.0
Requires-Dist: langchain>=0.3.0
Requires-Dist: polars>=1.0.0
Requires-Dist: pydantic-settings>=2.6.0
Requires-Dist: pydantic>=2.10.0
Requires-Dist: pyfia>=0.3.0
Requires-Dist: pyjwt>=2.10.1
Requires-Dist: redis>=5.0.0
Requires-Dist: uvicorn[standard]>=0.32.0
Provides-Extra: dev
Requires-Dist: mypy>=1.13.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.24.0; extra == 'dev'
Requires-Dist: pytest-cov>=6.0.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.8.0; extra == 'dev'
Description-Content-Type: text/markdown

# pyFIA API

FastAPI backend for the pyFIA forest inventory agent.

## Development

```bash
uv sync --dev
uv run uvicorn pyfia_api.main:app --reload
```

## API Documentation

- Swagger UI: http://localhost:8000/docs
- ReDoc: http://localhost:8000/redoc
