itkspec


Nameitkspec JSON
Version 1.5.3 PyPI version JSON
download
home_pageNone
SummaryA 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.
upload_time2025-07-29 10:21:14
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords itk cern specifications itkdb
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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 itkspec
```

## 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

---

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "itkspec",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "itk, cern, specifications, itkdb",
    "author": null,
    "author_email": "Eduardo Daemon <edudaemonsantos@gmail.com>, Pedro Glaser de Senna <glaserdesennapedro@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ab/84/58d9d1cfd882295ba6210a234e65bc57d071bebd3950db49932089d3b8a1/itkspec-1.5.3.tar.gz",
    "platform": null,
    "description": "# itk-specifications\n\nA 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.\n\n## Installation\n\nYou can install this package via pip:\n\n```sh\npip install itkspec\n```\n\n## Usage\n\nHere's a quick example to get started:\n\n```python\nimport itkspec\n\n# Example usage\nitkspec.getSpec(...)\n```\n\nFor more in-depth examples, visit the [GitHub repository](#).\n\n## Requirements\n\n- Python >= 3.x\n- outras dependencias\n\n---\n",
    "bugtrack_url": null,
    "license": null,
    "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.",
    "version": "1.5.3",
    "project_urls": {
        "Homepage": "https://gitlab.cern.ch/atlas-itk-production-software/common-interfaces/itk-pdb-specifica.git"
    },
    "split_keywords": [
        "itk",
        " cern",
        " specifications",
        " itkdb"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e1f9c6d2a6f4b74da9b65b5b7450db70ca689de4a69ccf58a3d59eddb91a0991",
                "md5": "4ed7b1033ecc03229b30e0f8d79d061e",
                "sha256": "236ac775a78248e97bdbed87b80897c626f80eeaac3e1496cbdff9e4ce546baf"
            },
            "downloads": -1,
            "filename": "itkspec-1.5.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4ed7b1033ecc03229b30e0f8d79d061e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9201,
            "upload_time": "2025-07-29T10:21:12",
            "upload_time_iso_8601": "2025-07-29T10:21:12.851241Z",
            "url": "https://files.pythonhosted.org/packages/e1/f9/c6d2a6f4b74da9b65b5b7450db70ca689de4a69ccf58a3d59eddb91a0991/itkspec-1.5.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ab8458d9d1cfd882295ba6210a234e65bc57d071bebd3950db49932089d3b8a1",
                "md5": "a19c3132328a4a174c44d2d7dd3bf3ba",
                "sha256": "9bc468631e0d20ac242b6d9b5caff228315f7809fce0ccfa85d8c2414d6e8e5f"
            },
            "downloads": -1,
            "filename": "itkspec-1.5.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a19c3132328a4a174c44d2d7dd3bf3ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9155,
            "upload_time": "2025-07-29T10:21:14",
            "upload_time_iso_8601": "2025-07-29T10:21:14.136886Z",
            "url": "https://files.pythonhosted.org/packages/ab/84/58d9d1cfd882295ba6210a234e65bc57d071bebd3950db49932089d3b8a1/itkspec-1.5.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-29 10:21:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "itkspec"
}
        
Elapsed time: 1.08915s