{ "info": { "author": "Nico Schl\u00f6mer", "author_email": "nico.schloemer@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Chemistry", "Topic :: Scientific/Engineering :: Physics" ], "description": "materials\n=========\n\n|Build Status| |codecov| |PyPi Version| |GitHub stars|\n\nmaterials is a database of physical and chemical data, possibly with\ntemperature dependence, of various more or less common materials. All\ndata are given in SI units.\n\nFor example, to plot the density of various materials between 274 and\n370 K you can do\n\n.. code:: python\n\n import materials\n import matplotlib.pyplot as plt\n import numpy\n\n\n T = numpy.linspace(274.0, 370.0, num=100)\n\n rho_air = materials.air.density(T)\n rho_argon = materials.argon.density(T)\n rho_copper = materials.copper.density(T)\n rho_water = materials.water.density(T)\n\n plt.semilogy(T, rho_copper, label='copper')\n plt.semilogy(T, rho_water, label='water')\n plt.semilogy(T, rho_argon, label='argon')\n plt.semilogy(T, rho_air, label='air')\n\n plt.title('densities')\n plt.xlabel('temperature (K)')\n plt.ylabel('density (kg/m^3)')\n plt.legend()\n\n plt.show()\n\n.. figure:: https://nschloe.github.io/materials/density.png\n :alt: \n\nInstallation\n~~~~~~~~~~~~\n\nmaterials is `available from the Python Package\nIndex `__, so simply type\n\n::\n\n pip install -U materials\n\nto install or upgrade.\n\nTesting\n~~~~~~~\n\nTo run the materials unit tests, check out this repository and type\n\n::\n\n pytest\n\nDistribution\n~~~~~~~~~~~~\n\nTo create a new release\n\n1. bump the ``__version__`` number,\n\n2. publish to PyPi and GitHub:\n\n ::\n\n make publish\n\nLicense\n~~~~~~~\n\nmaterials is published under the `MIT\nlicense `__.\n\n.. |Build Status| image:: https://travis-ci.org/nschloe/materials.svg?branch=master\n :target: https://travis-ci.org/nschloe/materials\n.. |codecov| image:: https://codecov.io/gh/nschloe/materials/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/nschloe/materials\n.. |PyPi Version| image:: https://img.shields.io/pypi/v/materials.svg\n :target: https://pypi.python.org/pypi/materials\n.. |GitHub stars| image:: https://img.shields.io/github/stars/nschloe/materials.svg?style=social&label=Star&maxAge=2592000\n :target: https://github.com/nschloe/materials\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/nschloe/materials/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nschloe/materials", "keywords": "", "license": "License :: OSI Approved :: MIT License", "maintainer": "", "maintainer_email": "", "name": "materials", "package_url": "https://pypi.org/project/materials/", "platform": "any", "project_url": "https://pypi.org/project/materials/", "project_urls": { "Download": "https://github.com/nschloe/materials/releases", "Homepage": "https://github.com/nschloe/materials" }, "release_url": "https://pypi.org/project/materials/0.1.5/", "requires_dist": [ "numpy", "pipdate" ], "requires_python": "", "summary": "Density, magnetic permeability etc. for a range of materials.", "version": "0.1.5" }, "last_serial": 3397212, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4d9cf78ba6efe8f3981814a7057d0615", "sha256": "2490b5ad68378e1e26b3e85466dc8fbc655b82539afe666ff2999ae97d58f953" }, "downloads": -1, "filename": "materials-0.1.0.tar.gz", "has_sig": true, "md5_digest": "4d9cf78ba6efe8f3981814a7057d0615", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8909, "upload_time": "2017-03-29T09:45:03", "url": "https://files.pythonhosted.org/packages/f3/5d/364489c6b516df1dda0cd4546359f203fa6408a47b65002b6caf39c5990f/materials-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "79ca6bcdbbb29b567e7d35c1e4592c2c", "sha256": "48d32b6784f4bf1d89da135f047779a086e9fb8dba59e92d183b697fdee3ddf2" }, "downloads": -1, "filename": "materials-0.1.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "79ca6bcdbbb29b567e7d35c1e4592c2c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14546, "upload_time": "2017-04-07T15:54:33", "url": "https://files.pythonhosted.org/packages/86/77/f3fa2597e879fa43c7fa7326537e4bc1419553cddc3a5a08781299a69748/materials-0.1.1-py2.py3-none-any.whl" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "3e4f9cc7256f1e79d30e539d3cdf5b1a", "sha256": "b7d08d29c8eee7fbf4eeeb6bf8ce592ac0157532202cbbf23aecf64d4028dff1" }, "downloads": -1, "filename": "materials-0.1.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "3e4f9cc7256f1e79d30e539d3cdf5b1a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14581, "upload_time": "2017-04-07T16:12:44", "url": "https://files.pythonhosted.org/packages/af/44/537d27827e276ce23f2c85c240480a42f033b73c4988800db517221a7f3f/materials-0.1.2-py2.py3-none-any.whl" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "37e88e366c0b79d5d9bd6565c66bb7b6", "sha256": "c6de4078cea723457e04d80bd5f2a6de57f5cf59b1eaa500085c4a1a3050e0d1" }, "downloads": -1, "filename": "materials-0.1.3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "37e88e366c0b79d5d9bd6565c66bb7b6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15178, "upload_time": "2017-04-10T11:05:48", "url": "https://files.pythonhosted.org/packages/c4/32/ea3ed53fd59f542d92f1b1c8997957baaf1058489b59edf3adfa7be697ff/materials-0.1.3-py2.py3-none-any.whl" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "a697c44ae6839c97637da01995a4d2fe", "sha256": "71d52b5b8ec33fe11e40244bbe2e5646188c9a6865762590c57e258a9d4c34a5" }, "downloads": -1, "filename": "materials-0.1.4-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "a697c44ae6839c97637da01995a4d2fe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15175, "upload_time": "2017-06-06T13:08:54", "url": "https://files.pythonhosted.org/packages/61/5d/2c0ee55027d96eaff96f27665ee91f38df22b257e6d75fd10679468a2c7d/materials-0.1.4-py2.py3-none-any.whl" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "e291eaca3fe8789c776ce98804d9e032", "sha256": "f945d558e3598e78e40799ab314c098ef039137fc82f2eb51dff8b847eb81c5c" }, "downloads": -1, "filename": "materials-0.1.5-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "e291eaca3fe8789c776ce98804d9e032", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15237, "upload_time": "2017-12-07T09:52:54", "url": "https://files.pythonhosted.org/packages/0c/83/5e043c0174ffdc031c4f50faf3c374b004aaaeecea1f06a2a7e67f1d2d0a/materials-0.1.5-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e291eaca3fe8789c776ce98804d9e032", "sha256": "f945d558e3598e78e40799ab314c098ef039137fc82f2eb51dff8b847eb81c5c" }, "downloads": -1, "filename": "materials-0.1.5-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "e291eaca3fe8789c776ce98804d9e032", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15237, "upload_time": "2017-12-07T09:52:54", "url": "https://files.pythonhosted.org/packages/0c/83/5e043c0174ffdc031c4f50faf3c374b004aaaeecea1f06a2a7e67f1d2d0a/materials-0.1.5-py2.py3-none-any.whl" } ] }