{ "info": { "author": "Anton Bondarenko", "author_email": "bond.anton@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Mathematics" ], "description": "# BDQuaternions\n\n[![Build Status](https://travis-ci.org/bond-anton/BDQuaternions.svg?branch=master)](https://travis-ci.org/bond-anton/BDQuaternions)\n[![codecov](https://codecov.io/gh/bond-anton/BDQuaternions/branch/master/graph/badge.svg)](https://codecov.io/gh/bond-anton/BDQuaternions)\n\n**BDQuaternions** is a python package for manipulation with quaternions objects.\nIt is tested to be compatible with python 3.4.\n\nAvailable classes are\n* Quaternion\n* UnitQuaternion\n* Rotation\n* EulerAngles\n\n## Installation\n\nTo install type in a shell\n```shell\npip install BDQuaternions\n```\nPip will install dependencies (*numpy* and *scipy*) for you.\nAlternatively you can run in the root directory of BDQuaternions distribution\n```shell\npython setup.py install\n```\nInstallation from source requires *Cython* package.\nYou will also need *setuptools* package for the installation.\n## Usage\n\nPlease see the demo directory for the usage examples.\n\n## License\n\nBDQuaternions is free open source software licensed under Apache license version 2.0", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bond-anton/BDQuaternions", "keywords": "Quaternion 3D rotations", "license": "Apache Software License", "maintainer": "", "maintainer_email": "", "name": "BDQuaternions", "package_url": "https://pypi.org/project/BDQuaternions/", "platform": "", "project_url": "https://pypi.org/project/BDQuaternions/", "project_urls": { "Homepage": "https://github.com/bond-anton/BDQuaternions" }, "release_url": "https://pypi.org/project/BDQuaternions/0.2.8/", "requires_dist": null, "requires_python": "", "summary": "Package for manipulations with Quaternions", "version": "0.2.8" }, "last_serial": 4836453, "releases": { "0.2.8": [ { "comment_text": "", "digests": { "md5": "75c36c650097f3e613ebcdf0e3c357db", "sha256": "c58c8d85d6e5722f5774b1807104e8c90016a8393e5845ffe6bb360d5dd9ce07" }, "downloads": -1, "filename": "BDQuaternions-0.2.8-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "75c36c650097f3e613ebcdf0e3c357db", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 695644, "upload_time": "2019-02-18T18:45:04", "url": "https://files.pythonhosted.org/packages/e2/d2/c7dc659223cf730d4ecdc85191f256a2e46e59344f2b83a474212ac738ec/BDQuaternions-0.2.8-cp37-cp37m-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "48e81b96a7b48ea087291f9ab401c7cf", "sha256": "dfa414c2e5311fa4fbefd769951367e91adfdb14ade2432fe765d3440b3f428d" }, "downloads": -1, "filename": "BDQuaternions-0.2.8.tar.gz", "has_sig": false, "md5_digest": "48e81b96a7b48ea087291f9ab401c7cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1120877, "upload_time": "2019-02-18T13:01:04", "url": "https://files.pythonhosted.org/packages/43/f3/7f4083654ff59295c3e91d496a5677af308e46dc58478233bcbd075a9923/BDQuaternions-0.2.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "75c36c650097f3e613ebcdf0e3c357db", "sha256": "c58c8d85d6e5722f5774b1807104e8c90016a8393e5845ffe6bb360d5dd9ce07" }, "downloads": -1, "filename": "BDQuaternions-0.2.8-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "75c36c650097f3e613ebcdf0e3c357db", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 695644, "upload_time": "2019-02-18T18:45:04", "url": "https://files.pythonhosted.org/packages/e2/d2/c7dc659223cf730d4ecdc85191f256a2e46e59344f2b83a474212ac738ec/BDQuaternions-0.2.8-cp37-cp37m-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "48e81b96a7b48ea087291f9ab401c7cf", "sha256": "dfa414c2e5311fa4fbefd769951367e91adfdb14ade2432fe765d3440b3f428d" }, "downloads": -1, "filename": "BDQuaternions-0.2.8.tar.gz", "has_sig": false, "md5_digest": "48e81b96a7b48ea087291f9ab401c7cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1120877, "upload_time": "2019-02-18T13:01:04", "url": "https://files.pythonhosted.org/packages/43/f3/7f4083654ff59295c3e91d496a5677af308e46dc58478233bcbd075a9923/BDQuaternions-0.2.8.tar.gz" } ] }