{ "info": { "author": "Jonas Eschle", "author_email": "mayou36@jonas.eschle.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Natural Language :: English", "Operating System :: MacOS", "Operating System :: MacOS :: MacOS 9", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Operating System :: Unix", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Physics" ], "description": "[![PyPI version](https://badge.fury.io/py/uniphy.svg)](https://badge.fury.io/py/uniphy)\n[![Build Status](https://travis-ci.org/Phynix/uniphy.svg?branch=master)](https://travis-ci.org/Phynix/uniphy)\n[![Code Health](https://landscape.io/github/Phynix/uniphy/master/landscape.svg?style=flat)](https://landscape.io/github/Phynix/uniphy/master)\n[![Dependency Status](https://www.versioneye.com/user/projects/5967cb390fb24f004276ac8c/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/5967cb390fb24f004276ac8c)\n\n\n# uniphy\nUniphy stands for \"**Uni**versity **Phy**sics\". The package focuses on specialised functionality for research and teaching on university level without a focus on a certain branch of physics or science. It is part of the Phynix project.\n\n## Current projects\n\nThe package is still in its early stage of planning and first implementations. It is currently not usable for any production-like application.\n\n\n### Output\n\nWhat if \"print\" would simply save everything also into a file if I want to and not if I don't want to? Or if only those \"prints\" will be saved which I want to be saved?\n\nThe answer is **Output** which does exactly the above (and more). But most of all, it does not change anything if not wanted.\n\nSimply replace **every** print with out.print. And everything works as usual. One line will let you save the output. If you like. And won't if you don't.\n\nMinimal example:\n\n```python\nimport uniphy as up\n\nout = up.output()\nout.print(\"Same as print\", \"\\nBut I can be saved as well.\")\n\nOR\n\nout = up.output(\"/my/path/to/folder\")\nout.print(\"Same as print again, but will be saved this time\")\n```\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Phynix/uniphy", "keywords": "physics,analysis,algorithm", "license": "GNU Lesser General Public License v3", "maintainer": "", "maintainer_email": "", "name": "uniphy", "package_url": "https://pypi.org/project/uniphy/", "platform": "", "project_url": "https://pypi.org/project/uniphy/", "project_urls": { "Homepage": "https://github.com/Phynix/uniphy" }, "release_url": "https://pypi.org/project/uniphy/0.0.3/", "requires_dist": [ "numpy" ], "requires_python": "", "summary": "Unification and collection of algorithms used in physics", "version": "0.0.3" }, "last_serial": 3390004, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "da10df1ac72499ae30ea044b8dc79bd1", "sha256": "2fdaaec42d252c8b65ed975d9245f95d46ad8885db264da8387e82e03f0fa8d8" }, "downloads": -1, "filename": "uniphy-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "da10df1ac72499ae30ea044b8dc79bd1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 2664, "upload_time": "2017-04-18T07:40:14", "url": "https://files.pythonhosted.org/packages/fe/57/cce79ea72a148c913d8afac649842397aceb424ea45a02a404241a9e7b7e/uniphy-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ebeaa2c3a6fbcef30f1bf30388c27670", "sha256": "df3002c527371702a3aa91a9e3901fd2f96458ba468bb8e41ef5515470d035b8" }, "downloads": -1, "filename": "uniphy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ebeaa2c3a6fbcef30f1bf30388c27670", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1589, "upload_time": "2017-04-18T07:40:15", "url": "https://files.pythonhosted.org/packages/4c/e5/8d30bc448da0c37520366727536d0ee3d5d6f3450318382df10f3b2a1918/uniphy-0.0.1.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "05a50e8f5f282dd2aad0e5e5a0a2b7a7", "sha256": "c3a5c6df4a88c4c8e574402243103a1a7f19a2d3e8b57c91422c7d6b29de675b" }, "downloads": -1, "filename": "uniphy-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "05a50e8f5f282dd2aad0e5e5a0a2b7a7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6231, "upload_time": "2017-08-29T21:10:39", "url": "https://files.pythonhosted.org/packages/4a/42/4d5f30cce305c0d1951937dd5b78371bb52d1220bc43fb4b46645005a7f1/uniphy-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a162d52b829ac7cac66da30936256548", "sha256": "fa48c0f52763b29643fe210e1f243b7e2d8dfd1f5e7b28c44d1001e339b9f994" }, "downloads": -1, "filename": "uniphy-0.0.3.tar.gz", "has_sig": false, "md5_digest": "a162d52b829ac7cac66da30936256548", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4222, "upload_time": "2017-08-29T21:10:41", "url": "https://files.pythonhosted.org/packages/5f/ea/2c150975817b11e9b5090a5f30931cc5efd84f80f95d06447ae7486f5dfa/uniphy-0.0.3.tar.gz" } ], "0.0.4.dev0": [ { "comment_text": "", "digests": { "md5": "0f744d5bdf2202dd61132d315c6aa3e9", "sha256": "e5e83c5f0822fcb1c39f7ba3509265e20e2928543355a70c038b244b971d34ef" }, "downloads": -1, "filename": "uniphy-0.0.4.dev0-py3-none-any.whl", "has_sig": false, "md5_digest": "0f744d5bdf2202dd61132d315c6aa3e9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6343, "upload_time": "2017-12-05T09:48:24", "url": "https://files.pythonhosted.org/packages/7c/c2/b5052b3b122e9a91e204da4ba9cb171b8a3939848ae207658221adf95a4b/uniphy-0.0.4.dev0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "458cc0385d5fce6b26fc96a3a4cb811a", "sha256": "47841f9fd2db66802b80f9c2e9f5e4365d07f68b14764624e615f47d04fbe08a" }, "downloads": -1, "filename": "uniphy-0.0.4.dev0.tar.gz", "has_sig": false, "md5_digest": "458cc0385d5fce6b26fc96a3a4cb811a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6991, "upload_time": "2017-12-05T09:48:25", "url": "https://files.pythonhosted.org/packages/19/67/a436798d9335132ead5298241d083c5e321e2a60540187804ee67ebac76e/uniphy-0.0.4.dev0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "05a50e8f5f282dd2aad0e5e5a0a2b7a7", "sha256": "c3a5c6df4a88c4c8e574402243103a1a7f19a2d3e8b57c91422c7d6b29de675b" }, "downloads": -1, "filename": "uniphy-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "05a50e8f5f282dd2aad0e5e5a0a2b7a7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6231, "upload_time": "2017-08-29T21:10:39", "url": "https://files.pythonhosted.org/packages/4a/42/4d5f30cce305c0d1951937dd5b78371bb52d1220bc43fb4b46645005a7f1/uniphy-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a162d52b829ac7cac66da30936256548", "sha256": "fa48c0f52763b29643fe210e1f243b7e2d8dfd1f5e7b28c44d1001e339b9f994" }, "downloads": -1, "filename": "uniphy-0.0.3.tar.gz", "has_sig": false, "md5_digest": "a162d52b829ac7cac66da30936256548", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4222, "upload_time": "2017-08-29T21:10:41", "url": "https://files.pythonhosted.org/packages/5f/ea/2c150975817b11e9b5090a5f30931cc5efd84f80f95d06447ae7486f5dfa/uniphy-0.0.3.tar.gz" } ] }