Metadata-Version: 2.1
Name: medtools
Version: 0.0.5
Summary: MedTools by MedinfoX Group
Home-page: https://github.com/medinfox/medtools/
Author: medinfox
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: langchain-core
Requires-Dist: pydantic
Requires-Dist: types-requests
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: black; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: gitchangelog; extra == "test"
Requires-Dist: mkdocs; extra == "test"

# Medical Informatics Tools for AI Agent

## Geting Started

### Prerequisites

- Python 3.8+
- pip

### Installation

1. Clone the repository
   `git clone https://github.com/medinfox/medtools.git`

2. Navigate into the cloned repository
   `cd medtools`

3. Install the required packages

   - `make install`
   - or `pip install -r requirements.txt`

## Tool List

<details>
<summary>Expand tool list</summary>

### Status of the tools

</details>

## How to add a tool

## Contributing

## License
