معرفی شرکت ها


ele-0.2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A lightweight package with the periodic table of the elements
ویژگی مقدار
سیستم عامل -
نام فایل ele-0.2.0
نام ele
نسخه کتابخانه 0.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ryan S. DeFever
ایمیل نویسنده rdefever@nd.edu
آدرس صفحه اصلی https://github.com/rsdefever/ele
آدرس اینترنتی https://pypi.org/project/ele/
مجوز MIT
Ele === |License| |CodeCov| |Azure| .. |Codecov| image:: https://codecov.io/gh/rsdefever/ele/branch/master/graph/badge.svg .. |Azure| image:: https://dev.azure.com/rdefever/ele/_apis/build/status/rsdefever.ele?branchName=master .. |License| image:: https://img.shields.io/github/license/rsdefever/ele Overview ~~~~~~~~ **Ele**\ ment is an extremely lightweight package that defines the elements of the periodic table and allows them to be accessed by symbol, name, atomic number, or mass. It has *zero dependencies* outside of the Python Standard Library. Warning ~~~~~~~ **Ele** is still in early development (0.x releases). The API may change unexpectedly. Usage ~~~~~ **Ele** only supports a few modes of use. You can retrieve an element from the symbol, the name, the atomic number, or the mass (in amu): .. code-block:: python import ele na = ele.element_from_symbol("Na") na = ele.element_from_name("sodium") na = ele.element_from_atomic_number(11) na = ele.element_from_mass(22.990) The mass is rounded to a single decimal before comparison. If you wish to retrieve the element with the mass closest to the specified value you may use the ``exact=False`` keyword. Each ``Element`` has four attributes which can be accessed (as demonstrated below for ``na``): .. code-block:: python na.name na.symbol na.atomic_number na.mass The elements can also be accessed by symbol as follows: .. code-block:: python import ele na = ele.Elements.Na Installation ~~~~~~~~~~~~ Install via `pip`: .. code-block:: bash pip install ele or `conda`: .. code-block:: bash conda install -c conda-forge ele Installation from source is also an option: .. code-block:: bash git clone git@github.com/rsdefever/ele.git cd ele pip install . Data Sources ~~~~~~~~~~~~ Complete details of the sources are provided `here <https://github.com/rsdefever/ele/blob/master/ele/lib/README.md>`_ Credits ~~~~~~~ Development of Ele was supported by the National Science Foundation under grant NSF Grant Number 1835874. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.


زبان مورد نیاز

مقدار نام
>=3.6, <4 Python


نحوه نصب


نصب پکیج whl ele-0.2.0:

    pip install ele-0.2.0.whl


نصب پکیج tar.gz ele-0.2.0:

    pip install ele-0.2.0.tar.gz