معرفی شرکت ها


carbonpy-0.52


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Python package which gives IUPAC names of chemical compounds, classifies them and more.
ویژگی مقدار
سیستم عامل -
نام فایل carbonpy-0.52
نام carbonpy
نسخه کتابخانه 0.52
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Harshil Mehta
ایمیل نویسنده ilovebhagwan@gmail.com
آدرس صفحه اصلی https://github.com/harshil21/carbonpy
آدرس اینترنتی https://pypi.org/project/carbonpy/
مجوز -
# Carbonpy A module which names straight/branched chain organic compounds, suggests conversions from one type to another, etc. ## Usage- ### Naming compounds- Instantiate the class `Namer()` , which takes a string which contains the hydrocarbon (condensed form) and then call it with a method named `analyser()` to get the IUPAC name of the compound. Example: ``` a = Namer('CH~CH') a.analyser() >>> Ethyne ``` Due to limitations in expressing a hydrocarbon easily, we have selected this path Single bond:- - Double bond:- = Triple bond:- ~ Branches:- -([compound] (more branches...))([another branch from same carbon])- and so on (Branches support coming soon) You can also get the molecular formula of the compound: ``` compound = Namer('CH~C-C~C-CH=C=C=CH2') compound.molecular_formula() >>> C₈H₄ ``` Example- 2-Methylpropane would be expressed as (once branches are supported): ``` a = Namer('CH3-CH(CH3)-CH3').analyser() >>> 2-Methylpropane ``` Will support naming with functional groups in the future.


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

مقدار نام
>=3.5 Python


نحوه نصب


نصب پکیج whl carbonpy-0.52:

    pip install carbonpy-0.52.whl


نصب پکیج tar.gz carbonpy-0.52:

    pip install carbonpy-0.52.tar.gz