cartesian-tree


Namecartesian-tree JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/Kn0g/cartesian-tree
SummaryBuild hierarchical Cartesian coordinate systems to easily transform poses.
upload_time2025-08-06 16:45:33
maintainerKn0g
docs_urlNone
authorKn0g
requires_python>=3.9
licenseNone
keywords cartesian coordinate systems transform poses
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cartesian-tree

A simple project for me to learn Rust and the binding process.

Useful for converting Cartesian poses from one coordinate system into another.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Kn0g/cartesian-tree",
    "name": "cartesian-tree",
    "maintainer": "Kn0g",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "Cartesian, coordinate systems, transform, poses",
    "author": "Kn0g",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/14/21/f0e402cb4425cf1e72183930aab268b44aab80b8cd63330c6bcf61e5faa1/cartesian_tree-0.1.0.tar.gz",
    "platform": null,
    "description": "# cartesian-tree\n\nA simple project for me to learn Rust and the binding process.\n\nUseful for converting Cartesian poses from one coordinate system into another.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Build hierarchical Cartesian coordinate systems to easily transform poses.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/Kn0g/cartesian-tree"
    },
    "split_keywords": [
        "cartesian",
        " coordinate systems",
        " transform",
        " poses"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0c132edfb8f93c73643aaf02dd9f9b49b685ab5e246ad685665fc81bea3209f6",
                "md5": "a4d646c8bdae3a5e2812d387cba02175",
                "sha256": "e2d8cc309158c1f1fc76db0b679c2ebfc04898d6527e8c9145c34f3dfa75c4dc"
            },
            "downloads": -1,
            "filename": "cartesian_tree-0.1.0-cp313-cp313-manylinux_2_34_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a4d646c8bdae3a5e2812d387cba02175",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 255147,
            "upload_time": "2025-08-06T16:45:32",
            "upload_time_iso_8601": "2025-08-06T16:45:32.700354Z",
            "url": "https://files.pythonhosted.org/packages/0c/13/2edfb8f93c73643aaf02dd9f9b49b685ab5e246ad685665fc81bea3209f6/cartesian_tree-0.1.0-cp313-cp313-manylinux_2_34_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1421f0e402cb4425cf1e72183930aab268b44aab80b8cd63330c6bcf61e5faa1",
                "md5": "8752906a8a2c486b5b0f6ba70ab57865",
                "sha256": "0150606a907fac5c041011c58ba1e8dcebfa46708dfdd5c97bad13d767f1264d"
            },
            "downloads": -1,
            "filename": "cartesian_tree-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8752906a8a2c486b5b0f6ba70ab57865",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 19174,
            "upload_time": "2025-08-06T16:45:33",
            "upload_time_iso_8601": "2025-08-06T16:45:33.875517Z",
            "url": "https://files.pythonhosted.org/packages/14/21/f0e402cb4425cf1e72183930aab268b44aab80b8cd63330c6bcf61e5faa1/cartesian_tree-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-06 16:45:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Kn0g",
    "github_project": "cartesian-tree",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cartesian-tree"
}
        
Elapsed time: 1.25148s