معرفی شرکت ها


elemenpy-1.2.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A simple library for displaying an element's properties.
ویژگی مقدار
سیستم عامل -
نام فایل elemenpy-1.2.0
نام elemenpy
نسخه کتابخانه 1.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Eric Cheng
ایمیل نویسنده ericcheng9316@gmail.com
آدرس صفحه اصلی https://github.com/import-brain/elements.py
آدرس اینترنتی https://pypi.org/project/elemenpy/
مجوز MIT License
# elemenpy [![CircleCI](https://circleci.com/gh/import-brain/elemenpy/tree/main.svg?style=svg)](https://circleci.com/gh/import-brain/elemenpy/tree/main) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/2bc4a20139594a93b6a75f52d87b920c)](https://www.codacy.com/gh/import-brain/elemenpy/dashboard?utm_source=github.com&utm_medium=referral&utm_content=import-brain/elemenpy&utm_campaign=Badge_Grade) [![Codacy Badge](https://app.codacy.com/project/badge/Coverage/2bc4a20139594a93b6a75f52d87b920c)](https://www.codacy.com/gh/import-brain/elemenpy/dashboard?utm_source=github.com&utm_medium=referral&utm_content=import-brain/elemenpy&utm_campaign=Badge_Coverage) Hello! elemenpy is a small Python periodic table module that is used for calling certain information about an element. ## Installation 1. Install Python and pip [here](https://www.python.org), if they are not installed already. 2. Go to your command-line interface of choice and write the command ```pip install elemenpy```. ## Usage Elemenpy needs to be imported with the usage of ```from elements import elements``` at the top of the Python file. Examples of usage: ```python from elements import elements print(elements.symbol(1)) # should return H print(elements.name(27)) # should return Cobalt print(elements.mass(59)) # should return 140.9077 ``` For more in-depth explanations of functions usage, please see [the functions list doc](docs/functions_documentation.md) ## Contributing The Elemenpy team welcomes all contributions, please see the contributing guidelines file [here](CONTRIBUTING.md). ## Testing Elemenpy requires ```pytest``` to run its tests in the tests/ directory. All pull requests to the main branch will be linted and tested by CircleCI. In addition, CircleCI will upload a coverage report to Codacy, allowing us to see current test coverage and other code smells.


نیازمندی

مقدار نام
- elements-py


نحوه نصب


نصب پکیج whl elemenpy-1.2.0:

    pip install elemenpy-1.2.0.whl


نصب پکیج tar.gz elemenpy-1.2.0:

    pip install elemenpy-1.2.0.tar.gz