{ "info": { "author": "Algis Kabaila", "author_email": "algis.kabaila@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 3.2", "Topic :: Education" ], "description": "==============================\r\nPython3 Vector Algebra Module\r\n==============================\r\n\r\nIntroduction\r\n============\r\n\r\nThis module, written in pure Python 3.2, does not require other modules, only\r\nPython 3.2 or higher. Consequently the module is as portable as Python3 itself. The well documented module is easy to use and allows use of the usual\r\nscalar variable syntax for the more complex vector operations. Thus, for vector scalar multiplication (aka dot product) of vectors **va** and **vb** one simply writes::\r\n\r\n scalarresult = va * vb\r\n\r\nFor the vector product of vectors **va** and **vb**, one only needs to write::\r\n\r\n vectorresult = va ** vb\r\n\r\nVector naming is left to the end user. The module is well documented with pdf files **quickStart**, **userManual** and **referenceVectors32**. \r\n\r\nDocumentation and Servicing\r\n===========================\r\n\r\n**Quick Start** will get an experienced user up to speed very quickly. **User Manual** has an explanation and examples of most capabilities of the package, whilst the **Reference of Vectors32** lists all the methods and functions of the module with a brief explanation of each. In addition to the supplied pdf files, the information may also be accessible on the web at::\r\n\r\n http://akabaila.pcug.org.au/vectors32/index.html\r\n\r\nThe author plans to spend his retirement years to program open source software. He will be interested in your comments of this project and will consider all reasonable requests for extensions and improvements and/or bug fixes of the module. Your emails will be appreciated::\r\n\r\n algis.kabaila@gmail.com\r\n\r\nThe development and initial testing of the package was on a kubuntu 11.04 \"natty\" platform.\r\n\r\nLicence\r\n========\r\n\r\nThe module is licensed under LGPL and is Open Source Freeware. You are welcome to copy it and to share it.\r\n\r\nAlgis Kabaila, Canberra, 2011.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://akabaila.pcug.org.au/StructuralAnalysis.pdf", "keywords": "", "license": "LGPL", "maintainer": "", "maintainer_email": "", "name": "vectors32", "package_url": "https://pypi.org/project/vectors32/", "platform": "POSIX", "project_url": "https://pypi.org/project/vectors32/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://akabaila.pcug.org.au/StructuralAnalysis.pdf" }, "release_url": "https://pypi.org/project/vectors32/0.0.5/", "requires_dist": null, "requires_python": null, "summary": "Pure Python3 Vector Algebra Module.", "version": "0.0.5" }, "last_serial": 801369, "releases": { "0.0.5": [ { "comment_text": "", "digests": { "md5": "6e94e0c8f118cdd917b8a5e6140631a4", "sha256": "783837ceda5456a112db5fc4601d4edd88f6917c8d467647885d05dc189fee25" }, "downloads": -1, "filename": "vectors32-0.0.5.tar.gz", "has_sig": false, "md5_digest": "6e94e0c8f118cdd917b8a5e6140631a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13382, "upload_time": "2011-08-14T10:48:53", "url": "https://files.pythonhosted.org/packages/72/ab/8dd2e416568a1836fc86a95d7a3e098eed0c1ad22fbad99be32050d70a10/vectors32-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6e94e0c8f118cdd917b8a5e6140631a4", "sha256": "783837ceda5456a112db5fc4601d4edd88f6917c8d467647885d05dc189fee25" }, "downloads": -1, "filename": "vectors32-0.0.5.tar.gz", "has_sig": false, "md5_digest": "6e94e0c8f118cdd917b8a5e6140631a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13382, "upload_time": "2011-08-14T10:48:53", "url": "https://files.pythonhosted.org/packages/72/ab/8dd2e416568a1836fc86a95d7a3e098eed0c1ad22fbad99be32050d70a10/vectors32-0.0.5.tar.gz" } ] }