{ "info": { "author": "Frank Sauerburger", "author_email": "frank@sauerburger.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: Astronomy", "Topic :: Scientific/Engineering :: Atmospheric Science", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Scientific/Engineering :: Chemistry", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Physics" ], "description": "pyveu -- Value Error Unit\n=================================\n\nThe python package pyveu (Value Error Unit) handles real-life experimental\ndata which includes uncertainties and physical units. The package implements\narithmetic operations and many mathematical functions for physical quantities.\nGaussian error propagation is used to calculate the uncertainty of derived\nquantities.\n\nThe package is built with the day-to-day requirements of people working a\nlaboratory kept in mind. The package offers an imperative programming style,\nwhich means that the operations are evaluated when they are typed\ninteractively in python, giving researchers the freedom and flexibility they\nneed.\n\n\nQuickstart\n==========\n\nInstall the package using pip\n\n.. code-block:: console\n\n $ pip install pyveu\n\n\nThe working horse of the package is the `pyveu.Quantity\n`_ class. It can be\nused to convert units, for example, it can convert meter per second into kilometer\nper hour.\n\n>>> from pyveu import Quantity\n>>> speed = Quantity(\"32 +- 3 m / s\")\n>>> speed.str(\"km / hr\")\n'(115 +- 11) km / hr'\n\nQuantities from a measurement usually come with a measurement uncertainty. The\nclass `pyveu.Quantity\n`_ propagates the uncertainty automatically.\n\n>>> time = Quantity(\"3.23 +- 0.1 min\")\n>>> distance = speed * time\n>>> distance.str(\"km\")\n'(6.2 +- 0.6) km'\n\nLinks\n=====\n\n * `GitLab Repository `_\n * `Documentation `_\n * `pyveu on PyPi `_", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.sauerburger.com/frank/pyveu", "keywords": "physics value error uncertainty unit quantity", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyveu", "package_url": "https://pypi.org/project/pyveu/", "platform": "", "project_url": "https://pypi.org/project/pyveu/", "project_urls": { "Homepage": "https://gitlab.sauerburger.com/frank/pyveu" }, "release_url": "https://pypi.org/project/pyveu/0.1.0a1/", "requires_dist": null, "requires_python": "", "summary": "Package to work with experimental data with uncertainties and units", "version": "0.1.0a1" }, "last_serial": 4904642, "releases": { "0.1.0a0": [ { "comment_text": "", "digests": { "md5": "8afa49ae68b0bca648373ff2e346aafe", "sha256": "dda36fa266ac7cc3dd3ddd530f8140ed3d888a8ba8ed70ffa6a98573f1c79472" }, "downloads": -1, "filename": "pyveu-0.1.0a0.tar.gz", "has_sig": true, "md5_digest": "8afa49ae68b0bca648373ff2e346aafe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73161, "upload_time": "2019-02-08T00:07:37", "url": "https://files.pythonhosted.org/packages/7f/6a/7afcdce42ff0e7a6551f5e7da650a7c5a8d5322a7861c09ba11b7a758ac5/pyveu-0.1.0a0.tar.gz" } ], "0.1.0a1": [ { "comment_text": "", "digests": { "md5": "d4c12939f861079bdeff45165d426035", "sha256": "bd29a71596e35aa681eff34fbd9bcae48304c95728c32a9265e968f4968a6c07" }, "downloads": -1, "filename": "pyveu-0.1.0a1.tar.gz", "has_sig": true, "md5_digest": "d4c12939f861079bdeff45165d426035", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73298, "upload_time": "2019-03-06T10:16:43", "url": "https://files.pythonhosted.org/packages/45/71/c7dbce740bc284c5369a9339c3133af9acb6d0ebb5cbbcaf291e8792de7c/pyveu-0.1.0a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d4c12939f861079bdeff45165d426035", "sha256": "bd29a71596e35aa681eff34fbd9bcae48304c95728c32a9265e968f4968a6c07" }, "downloads": -1, "filename": "pyveu-0.1.0a1.tar.gz", "has_sig": true, "md5_digest": "d4c12939f861079bdeff45165d426035", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73298, "upload_time": "2019-03-06T10:16:43", "url": "https://files.pythonhosted.org/packages/45/71/c7dbce740bc284c5369a9339c3133af9acb6d0ebb5cbbcaf291e8792de7c/pyveu-0.1.0a1.tar.gz" } ] }