{ "info": { "author": "Jeremy McGibbon", "author_email": "mcgibbon@uw.edu", "bugtrack_url": null, "classifiers": [], "description": "*****\natmos\n*****\n---------------------------------------\nAn atmospheric sciences utility library\n---------------------------------------\n\n**atmos** is a library of Python programming utilities for the atmospheric\nsciences. It is in ongoing development. If you have an idea for a feature or\nhave found a bug, please post it on the `GitHub issue tracker`_.\n\nInformation on how to use the module can be found predominantly by using the\nbuilt-in help() function in Python. Many docstrings are automatically\ngenerated by the module and so information may appear to be missing in the\nsource code. There is also `HTML documentation`_ available.\n\nThis module is currently alpha. The API of components at the base module\nlevel should stay backwards-compatible, but sub-modules are subject to change.\nIn particular, features in the util module are likely to be changed or removed\nentirely.\n\n.. contents::\n :backlinks: none\n :depth: 1\n\nFeatures\n========\n\n* defined constants used in atmospheric science\n\n* functions for common atmospheric science equations\n\n* a simple calculate() interface function for accessing equations\n\n* no need to remember equation function names or argument order\n\n* fast calculation of quantities using numexpr\n\nDependencies\n============\n\nThis module is tested to work with Python versions 2.6, 2.7, 3.3, and 3.4 on\nUnix. Support is given for all platforms. If there are bugs on your\nparticular version of Python, please submit it to the `GitHub issue tracker`_.\n\nPackage dependencies:\n\n* numpy\n\n* numexpr\n\n* six\n\n* nose\n\nInstallation\n============\n\nTo install this module, download and run the following:\n\n.. code:: bash\n\n $ python setup.py install\n\nIf you would like to edit and develop the code, you can instead install in develop mode\n\n.. code:: bash\n\n $ python setup.py develop\n\nIf you are running Anaconda, you can install using conda:\n\n.. code:: bash\n\n $ conda install -c mcgibbon atmos\n\nYou can also install using pip:\n\n.. code:: bash\n\n $ pip install atmos\n\nDevelopment version\n===================\n\nThe most recent development version can be found in the `GitHub develop\nbranch`_.\n\nExamples\n========\n\nCalculating pressure from virtual temperature and air density:\n\n.. code:: python\n\n >>> import atmos\n >>> atmos.calculate('p', Tv=273., rho=1.27)\n 99519.638400000011\n\n\nLicense\n=======\n\nThis module is available under an MIT license. Please see ``LICENSE.txt``.\n\n.. _`GitHub issue tracker`: https://github.com/mcgibbon/atmos/issues\n.. _`GitHub develop branch`: https://github.com/mcgibbon/atmos/tree/develop\n.. _`HTML documentation`: http://www.pythonhosted.org/atmos\n", "description_content_type": null, "docs_url": "https://pythonhosted.org/atmos/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mcgibbon/atmos", "keywords": "atmos,atmospheric,equations,geoscience,science", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "atmos", "package_url": "https://pypi.org/project/atmos/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/atmos/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mcgibbon/atmos" }, "release_url": "https://pypi.org/project/atmos/0.2.5/", "requires_dist": null, "requires_python": null, "summary": "Atmospheric sciences utility library", "version": "0.2.5" }, "last_serial": 1664498, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "464b5b55a2c00d4380f92793a90dcd37", "sha256": "22b96d299bf9cbec29dccc6784a55e59c2967afb2862190e11d80e55fb69116f" }, "downloads": -1, "filename": "atmos-0.2.1.tar.gz", "has_sig": false, "md5_digest": "464b5b55a2c00d4380f92793a90dcd37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25756, "upload_time": "2015-05-28T19:13:43", "url": "https://files.pythonhosted.org/packages/c9/cd/a1332f3ff8b3344e99501fef941de760e17e15771ffe8ef950f52d4b0d78/atmos-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "63444af6cb1a530ed1b3ab2905233706", "sha256": "637675c390f6888d64b47d8ca0a9fa09f8ffbc693f857decce31e1910150bffc" }, "downloads": -1, "filename": "atmos-0.2.2.tar.gz", "has_sig": false, "md5_digest": "63444af6cb1a530ed1b3ab2905233706", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27727, "upload_time": "2015-06-01T20:53:32", "url": "https://files.pythonhosted.org/packages/08/11/331e13afc5328dc9506d32a278809a258dab7ff8182030c16aa4518107ba/atmos-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "2a7e0b9e1425d98de4da2abc688b35a5", "sha256": "5b75ff8a9f296354059bbbc4f67da3d7e2c13b11d29c3da890f039b95a74adf8" }, "downloads": -1, "filename": "atmos-0.2.3.tar.gz", "has_sig": false, "md5_digest": "2a7e0b9e1425d98de4da2abc688b35a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28019, "upload_time": "2015-07-13T18:34:47", "url": "https://files.pythonhosted.org/packages/3f/5a/c5cedc25f6d5074794d9334f0652f072113fcc3977453f0986e988fe71c1/atmos-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "64c0e223c49be6314086b9aa198dca8c", "sha256": "b8fcff88ad6a4bbfa7b8d4feaafdf5f0cd32b1222e34235ea650c2986507b686" }, "downloads": -1, "filename": "atmos-0.2.4.tar.gz", "has_sig": false, "md5_digest": "64c0e223c49be6314086b9aa198dca8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26561, "upload_time": "2015-07-16T18:14:39", "url": "https://files.pythonhosted.org/packages/25/fb/8aa36cdf3a0cb94784d596ce651a0bca7488388969d342e9516e88eef778/atmos-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "e2a2923fe91946f2342858f46eed497c", "sha256": "b0a395f572c05c12b10f02274cb39677eea330772d006487fd234a25753e9647" }, "downloads": -1, "filename": "atmos-0.2.5.tar.gz", "has_sig": false, "md5_digest": "e2a2923fe91946f2342858f46eed497c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29143, "upload_time": "2015-08-04T22:22:26", "url": "https://files.pythonhosted.org/packages/65/1b/9e08dbd6979877cb1d24b5b3ee607c91ece212b010b49715ca7443999e24/atmos-0.2.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e2a2923fe91946f2342858f46eed497c", "sha256": "b0a395f572c05c12b10f02274cb39677eea330772d006487fd234a25753e9647" }, "downloads": -1, "filename": "atmos-0.2.5.tar.gz", "has_sig": false, "md5_digest": "e2a2923fe91946f2342858f46eed497c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29143, "upload_time": "2015-08-04T22:22:26", "url": "https://files.pythonhosted.org/packages/65/1b/9e08dbd6979877cb1d24b5b3ee607c91ece212b010b49715ca7443999e24/atmos-0.2.5.tar.gz" } ] }