Skip to main content

A library for using chemistry in python

Project description

Chemistry in python

Installation

pip install chemispy

Usage

from chemispy import *

Atomic Number Query

query.query_atomic_number(1)

Return's the name of the element corresponding to the atomic number

Elements List

print(query.list_types())

Returns a list of all elements (Used mostly for debugging)

Custom Elements

from chemispy.utils.atomic_number_query import atomic_number_query

atomic_number_query.elements.append("ELEMENT_119")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chemispy-1.1.2.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

chemispy-1.1.2-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page