Metadata-Version: 2.2
Name: itkspec
Version: 1.0.0
Summary: A python package responsible for retrieving component specifications from a unified database. This tool can also operate as an API since it is built with the FastAPI framework.
Author-email: Eduardo Daemon <edudaemonsantos@gmail.com>, Pedro Glaser de Senna <glaserdesennapedro@gmail.com>
Project-URL: Homepage, https://gitlab.cern.ch/atlas-itk-production-software/common-interfaces/itk-pdb-specifica.git
Keywords: itk,cern,specifications,itkdb
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: feedparser>=5.2.0
Requires-Dist: html2text
Requires-Dist: tomli; python_version < "3.11"
Requires-Dist: pandas
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: pytest; extra == "dev"

# itk-specifications

A python package responsible for retrieving component specifications from a unified database. This tool can also operate as an API since it is built with the FastAPI framework.

## Installation

You can install this package via pip:

```sh
pip install itk-specifications
```

## Usage

Here's a quick example to get started:

```python
import itkspec

# Example usage
itkspec.getSpec(...)
```

For more in-depth examples, visit the [GitHub repository](#).

## Requirements

- Python >= 3.x
- outras dependencias

---
