cameramodels


Namecameramodels JSON
Version 0.2.13 PyPI version JSON
download
home_pagehttps://github.com/iory/cameramodels
SummaryA python library for cameramodels
upload_time2024-12-12 03:41:30
maintainerNone
docs_urlNone
authoriory
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Camera Models

![PyPI](https://img.shields.io/pypi/v/cameramodels.svg)
[![Build Status](https://github.com/iory/cameramodels/workflows/Run%20Tests/badge.svg?branch=main)](https://github.com/iory/cameramodels/actions)

<h4>
    <a href="https://cameramodels.readthedocs.io/en/latest/">Documentation</a> |
    <a href="https://cameramodels.readthedocs.io/en/latest/reference/index.html">Python API</a> |
</h4>

Manipulate Camera Library.

## Installation

```bash
pip install cameramodels
```

If you would like to use `open3d` conversion functions,

```bash
pip install cameramodels[all]
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/iory/cameramodels",
    "name": "cameramodels",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "iory",
    "author_email": "ab.ioryz@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/68/05/d1f2eb6970442f669dc30b7a35d82cf55a22e7a9bba3784d45e02e2a5e16/cameramodels-0.2.13.tar.gz",
    "platform": null,
    "description": "# Camera Models\n\n![PyPI](https://img.shields.io/pypi/v/cameramodels.svg)\n[![Build Status](https://github.com/iory/cameramodels/workflows/Run%20Tests/badge.svg?branch=main)](https://github.com/iory/cameramodels/actions)\n\n<h4>\n    <a href=\"https://cameramodels.readthedocs.io/en/latest/\">Documentation</a> |\n    <a href=\"https://cameramodels.readthedocs.io/en/latest/reference/index.html\">Python API</a> |\n</h4>\n\nManipulate Camera Library.\n\n## Installation\n\n```bash\npip install cameramodels\n```\n\nIf you would like to use `open3d` conversion functions,\n\n```bash\npip install cameramodels[all]\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python library for cameramodels",
    "version": "0.2.13",
    "project_urls": {
        "Homepage": "https://github.com/iory/cameramodels"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfc2381b6f73c5864d5b408a50af10c810d80a9719ee82a5360780f907960018",
                "md5": "509cf1bef465a3bdd8ffe193052d80b6",
                "sha256": "072dde7eb0b487fe589a0bec559f5cf8724ad859c969a469dc74ada04c81c048"
            },
            "downloads": -1,
            "filename": "cameramodels-0.2.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "509cf1bef465a3bdd8ffe193052d80b6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 320622,
            "upload_time": "2024-12-12T03:41:28",
            "upload_time_iso_8601": "2024-12-12T03:41:28.249507Z",
            "url": "https://files.pythonhosted.org/packages/bf/c2/381b6f73c5864d5b408a50af10c810d80a9719ee82a5360780f907960018/cameramodels-0.2.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6805d1f2eb6970442f669dc30b7a35d82cf55a22e7a9bba3784d45e02e2a5e16",
                "md5": "550c99b8a1a996def159e999f76577f4",
                "sha256": "9cc8553cfa0a764087420fcc9635adc9de62f6163a8bd64a45e3c62460d292e4"
            },
            "downloads": -1,
            "filename": "cameramodels-0.2.13.tar.gz",
            "has_sig": false,
            "md5_digest": "550c99b8a1a996def159e999f76577f4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 317513,
            "upload_time": "2024-12-12T03:41:30",
            "upload_time_iso_8601": "2024-12-12T03:41:30.727724Z",
            "url": "https://files.pythonhosted.org/packages/68/05/d1f2eb6970442f669dc30b7a35d82cf55a22e7a9bba3784d45e02e2a5e16/cameramodels-0.2.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-12 03:41:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "iory",
    "github_project": "cameramodels",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cameramodels"
}
        
Elapsed time: 0.38265s