itkspec


Nameitkspec JSON
Version 1.4.2 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-03-11 23:42:17
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
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": ">=3.9",
    "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/8f/81/4a0c7e9705aa513ec94f1c28808dcb53966cf0280c7df05dce393b92886c/itkspec-1.4.2.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.4.2",
    "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": "38b30e58fff4029287f32dc8e916f76d4aa640f2c49a72838d93c4235781b60a",
                "md5": "3e8ab25b09b20a8ec791c7ec845eeaec",
                "sha256": "2b42bcd6b85663576de28d4da2b1963e7eaecfbfea646e04a38e2227165fa8cd"
            },
            "downloads": -1,
            "filename": "itkspec-1.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3e8ab25b09b20a8ec791c7ec845eeaec",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 7899,
            "upload_time": "2025-03-11T23:42:16",
            "upload_time_iso_8601": "2025-03-11T23:42:16.461828Z",
            "url": "https://files.pythonhosted.org/packages/38/b3/0e58fff4029287f32dc8e916f76d4aa640f2c49a72838d93c4235781b60a/itkspec-1.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8f814a0c7e9705aa513ec94f1c28808dcb53966cf0280c7df05dce393b92886c",
                "md5": "98ca7d2a12822c1e1155eb525e9fa12c",
                "sha256": "d87a64a974509f8593c6c242a22aa10ffce784bf546d0d22ca96b54d90d6d267"
            },
            "downloads": -1,
            "filename": "itkspec-1.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "98ca7d2a12822c1e1155eb525e9fa12c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 7649,
            "upload_time": "2025-03-11T23:42:17",
            "upload_time_iso_8601": "2025-03-11T23:42:17.376391Z",
            "url": "https://files.pythonhosted.org/packages/8f/81/4a0c7e9705aa513ec94f1c28808dcb53966cf0280c7df05dce393b92886c/itkspec-1.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-11 23:42:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "itkspec"
}
        
Elapsed time: 0.73679s