{ "info": { "author": "Algis Kabaila", "author_email": "algis.Kabaila@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 3.2", "Topic :: Education", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "===============================================\nWrapper of Numpy in Python3 for Matrix Algebra.\n===============================================\n\nIntroduction\n============\n\nThis Python 3.2 wrapper module, requires Numpy to be installed. For a slower module that is written in pure Python, consider \"Matalg\".\n\nThe well documented module is easy to use and allows use of the usual\nscalar variable syntax for the more complex matrix operations. Thus, for matrix multiplication of matrices **ma** and **mb** one simply writes::\n\n result = ma * mb\n\nIt is assumed that all elements of matrices are floats.\nFor the solution of equations ma * x = rhs (with unknown x = result), one only needs to write::\n\n result = ma ** rhs\n\nMatrix naming is left to the end user. The module is well documented with pdf files **quickStart**, **userManual** and **referenceManual**. \n\nDocumentation and Servicing\n===========================\n\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 Manual** 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::\n\n http://akabaila.pcug.org.au/wrapnumpy3/index.html\n\nThe author is 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::\n\n algis.kabaila@gmail.com\n\nThe development and initial testing of the package was on a kubuntu 11.04 \"natty\" platform.\n\nLicence\n========\n\nThe module is licensed under GPL and is Open Source Freeware. You are welcome to copy it and to share it.\n\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/wrapnumpy3/index.html", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "wrapnumpy3", "package_url": "https://pypi.org/project/wrapnumpy3/", "platform": "POSIX", "project_url": "https://pypi.org/project/wrapnumpy3/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://akabaila.pcug.org.au/wrapnumpy3/index.html" }, "release_url": "https://pypi.org/project/wrapnumpy3/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Wrapper of Numpy in Python3.", "version": "0.0.3" }, "last_serial": 801733, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "e214b7df936293d60e18192bc95e533c", "sha256": "1c67049d75a98d3062fbffd7a7cd1d96960d9452c1947f1e65a8ce0a9a675853" }, "downloads": -1, "filename": "wrapnumpy3-0.0.2.tar.gz", "has_sig": false, "md5_digest": "e214b7df936293d60e18192bc95e533c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12942, "upload_time": "2011-09-10T08:21:09", "url": "https://files.pythonhosted.org/packages/b0/82/f5ef9c59d2a6dfc36840d506871d7d35cdbd5eee24e72bd5f71b7fc676ad/wrapnumpy3-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "248c5a0e1df61be29a158dc5481782ee", "sha256": "3b5acd27d943fede100b01c0f114a894f5745f973b22f1b2ee13f86de2fbc7a5" }, "downloads": -1, "filename": "wrapnumpy3-0.0.3.tar.gz", "has_sig": false, "md5_digest": "248c5a0e1df61be29a158dc5481782ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24776, "upload_time": "2011-09-14T00:33:08", "url": "https://files.pythonhosted.org/packages/fd/de/a3e47388931a38db7ef248205817bf97ccd84bd3607a924d7a9b030aa4d8/wrapnumpy3-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "248c5a0e1df61be29a158dc5481782ee", "sha256": "3b5acd27d943fede100b01c0f114a894f5745f973b22f1b2ee13f86de2fbc7a5" }, "downloads": -1, "filename": "wrapnumpy3-0.0.3.tar.gz", "has_sig": false, "md5_digest": "248c5a0e1df61be29a158dc5481782ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24776, "upload_time": "2011-09-14T00:33:08", "url": "https://files.pythonhosted.org/packages/fd/de/a3e47388931a38db7ef248205817bf97ccd84bd3607a924d7a9b030aa4d8/wrapnumpy3-0.0.3.tar.gz" } ] }