transformation3d


Nametransformation3d JSON
Version 2.2.1 PyPI version JSON
download
home_pagehttps://github.com/TimSchneider42/python-transformation3d
SummaryAn easy-to-use class representing transformations in 3D space.
upload_time2024-12-04 15:00:23
maintainerNone
docs_urlNone
authorTim Schneider
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python-transformation
Provides a `Transformation` class that represents a transformation in 3D space. 
Currently, this class supports multiplication by other transformations, inversion and point projection.

## Installation
Install via
```bash
pip install transformation3d
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TimSchneider42/python-transformation3d",
    "name": "transformation3d",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Tim Schneider",
    "author_email": "schneider@ias.informatik.tu-darmstadt.de",
    "download_url": "https://files.pythonhosted.org/packages/74/38/76f911769b734469b7a9a2b12191fd2e2990db73965b7b74b2e767f0a385/transformation3d-2.2.1.tar.gz",
    "platform": null,
    "description": "# python-transformation\nProvides a `Transformation` class that represents a transformation in 3D space. \nCurrently, this class supports multiplication by other transformations, inversion and point projection.\n\n## Installation\nInstall via\n```bash\npip install transformation3d\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An easy-to-use class representing transformations in 3D space.",
    "version": "2.2.1",
    "project_urls": {
        "Homepage": "https://github.com/TimSchneider42/python-transformation3d"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "743876f911769b734469b7a9a2b12191fd2e2990db73965b7b74b2e767f0a385",
                "md5": "a0112f7bbe8e946498c52ef759c4dc31",
                "sha256": "0f3f66787dc7a6f1690ca01925f5ad0fba1fd7077c49e4abad02887a567f3f61"
            },
            "downloads": -1,
            "filename": "transformation3d-2.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a0112f7bbe8e946498c52ef759c4dc31",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3761,
            "upload_time": "2024-12-04T15:00:23",
            "upload_time_iso_8601": "2024-12-04T15:00:23.802199Z",
            "url": "https://files.pythonhosted.org/packages/74/38/76f911769b734469b7a9a2b12191fd2e2990db73965b7b74b2e767f0a385/transformation3d-2.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-04 15:00:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TimSchneider42",
    "github_project": "python-transformation3d",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "transformation3d"
}
        
Elapsed time: 0.66062s