Metadata-Version: 2.4
Name: friday-framework-tools
Version: 0.1.0a0
Summary: Comprehensive tool library for AI agents
Project-URL: Homepage, https://github.com/CIChuck/agent-framework
Project-URL: Repository, https://github.com/CIChuck/agent-framework
Project-URL: Issues, https://github.com/CIChuck/agent-framework/issues
Project-URL: Documentation, https://github.com/CIChuck/agent-framework/tree/main/docs
Project-URL: Source, https://github.com/CIChuck/agent-framework/tree/main/packages/friday-tools
Author: Friday Team
License-Expression: MIT
Keywords: agents,ai,automation,llm,tools
Requires-Python: >=3.10
Requires-Dist: beautifulsoup4>=4.12.0
Requires-Dist: charset-normalizer>=3.3.0
Requires-Dist: friday-framework-core==0.1.0a0
Requires-Dist: gitpython>=3.1.0
Requires-Dist: httpx>=0.25.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: jsonpath-ng>=1.5.0
Requires-Dist: lxml>=4.9.0
Requires-Dist: markdownify>=0.11.0
Requires-Dist: psutil>=7.2.1
Requires-Dist: python-dateutil>=2.8.0
Requires-Dist: pyyaml>=6.0.0
Provides-Extra: all-adapters
Requires-Dist: anthropic>=0.25.0; extra == 'all-adapters'
Requires-Dist: langchain-core>=0.1.0; extra == 'all-adapters'
Requires-Dist: openai>=1.0.0; extra == 'all-adapters'
Provides-Extra: all-formats
Requires-Dist: openpyxl>=3.1; extra == 'all-formats'
Requires-Dist: pypdf>=4.0; extra == 'all-formats'
Requires-Dist: python-docx>=1.0; extra == 'all-formats'
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.25.0; extra == 'anthropic'
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest-mock>=3.10.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: respx>=0.20.0; extra == 'dev'
Provides-Extra: documents
Requires-Dist: pypdf>=4.0; extra == 'documents'
Requires-Dist: python-docx>=1.0; extra == 'documents'
Provides-Extra: finance
Requires-Dist: friday-framework-finance==0.1.0a0; extra == 'finance'
Provides-Extra: langchain
Requires-Dist: langchain-core>=0.1.0; extra == 'langchain'
Provides-Extra: moltbook
Requires-Dist: friday-framework-moltbook==0.1.0a0; extra == 'moltbook'
Provides-Extra: openai
Requires-Dist: openai>=1.0.0; extra == 'openai'
Provides-Extra: sandbox
Requires-Dist: friday-framework-sandbox==0.1.0a0; extra == 'sandbox'
Provides-Extra: spreadsheets
Requires-Dist: openpyxl>=3.1; extra == 'spreadsheets'
Description-Content-Type: text/markdown

# Friday Framework Tools

Tool catalog package for the Friday Framework.

This package contains filesystem, shell, web, git, data, text, document,
memory, finance, code, and integration tools exposed through Friday tool
contracts.

## Install

```bash
pip install friday-framework-tools
```

Optional integrations are available through extras such as `sandbox`,
`finance`, `moltbook`, `documents`, `spreadsheets`, and adapter extras.

## Import Package

```python
import friday_tools
```

## License

MIT
