{ "info": { "author": "himbeles", "author_email": "lri@me.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Programming Language :: Python :: 3.7" ], "description": "# geo3d\n\nA python package for performing geometric calculations in 3D, such as \n - coordinate system transformations\n - rigid body motion under local constraints\n\n\n## Installation \nTo install the module and its core requirements, run\n```sh\npip install --user -e .\n```\nwithin the base directory. \n\nTo install all requirements, including the ones for unit testing and documentation.\n\n```sh\npip install --user -e .[dev]\n```\n\n## Usage \n\n### Basic usage\nInstructions on basic usage can be found in the jupyter notebook\n`examples/basic_usage.ipynb`.\n\n### Constrained motion\nThe module allows to calculate rigid body movement from disturbances to exact constraints. \nA usage example is given in\n`examples/constrained_motion.ipynb`.\n\n## Testing\nUnit tests can be run using \n```sh\npytest -s \n```\nin package root. \n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/himbeles/geo3d", "keywords": "geometry", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "geo3d", "package_url": "https://pypi.org/project/geo3d/", "platform": "", "project_url": "https://pypi.org/project/geo3d/", "project_urls": { "Homepage": "https://github.com/himbeles/geo3d" }, "release_url": "https://pypi.org/project/geo3d/0.2.2/", "requires_dist": [ "numpy (>=1.13.3)", "scipy (>=1.2.1)", "sphinx ; extra == 'dev'", "sphinx-autodoc-typehints ; extra == 'dev'", "sphinx-bootstrap-theme ; extra == 'dev'", "pytest ; extra == 'dev'", "setuptools-scm ; extra == 'dev'" ], "requires_python": "", "summary": "A python package for performing geometric calculations in 3D", "version": "0.2.2" }, "last_serial": 5354635, "releases": { "0.2.2": [ { "comment_text": "", "digests": { "md5": "d72faefc6db254972318de24014ef9e1", "sha256": "38da5ddf6edf36e00d0517c9c5c85cca837b0b18e55c95109a3cd4a7d856a6d4" }, "downloads": -1, "filename": "geo3d-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "d72faefc6db254972318de24014ef9e1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7588, "upload_time": "2019-06-03T21:47:00", "url": "https://files.pythonhosted.org/packages/81/98/cb3af4cabc9ab97f35086e4eea44be1f7890b50c7361d6844e3bb6bf7fb4/geo3d-0.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f2fbf929aa133e108242fc957cabf7c3", "sha256": "bf501842f72b5e676656b4e55919f4f969f4f5ef5840239243bf26fca29590cc" }, "downloads": -1, "filename": "geo3d-0.2.2.tar.gz", "has_sig": false, "md5_digest": "f2fbf929aa133e108242fc957cabf7c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1719706, "upload_time": "2019-06-03T21:47:10", "url": "https://files.pythonhosted.org/packages/73/c7/958b27272acdffbaa2ec4228f02060103fa8e9deeff77db55331dcc8ffaa/geo3d-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d72faefc6db254972318de24014ef9e1", "sha256": "38da5ddf6edf36e00d0517c9c5c85cca837b0b18e55c95109a3cd4a7d856a6d4" }, "downloads": -1, "filename": "geo3d-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "d72faefc6db254972318de24014ef9e1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7588, "upload_time": "2019-06-03T21:47:00", "url": "https://files.pythonhosted.org/packages/81/98/cb3af4cabc9ab97f35086e4eea44be1f7890b50c7361d6844e3bb6bf7fb4/geo3d-0.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f2fbf929aa133e108242fc957cabf7c3", "sha256": "bf501842f72b5e676656b4e55919f4f969f4f5ef5840239243bf26fca29590cc" }, "downloads": -1, "filename": "geo3d-0.2.2.tar.gz", "has_sig": false, "md5_digest": "f2fbf929aa133e108242fc957cabf7c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1719706, "upload_time": "2019-06-03T21:47:10", "url": "https://files.pythonhosted.org/packages/73/c7/958b27272acdffbaa2ec4228f02060103fa8e9deeff77db55331dcc8ffaa/geo3d-0.2.2.tar.gz" } ] }