pyElemental reference

Kevin Daughtridge

This manual describes version 1.2.0 of pyElemental.

Legal Notice

Table of Contents

Introduction
Basic classes and data
Qualifiers
class color
class EntriesView
class EntriesStream
class value_base
class color_value_base
Value types
Value classes
Value list classes
class Event
class Series
class Block
class Phase
class LatticeType
Categories and properties
class Property
class FloatProperty
class Category
Periodic table
class Element

Introduction

pyElemental is a periodic table module for Python with detailed information on chemical elements. It is free software released under the GNU General Public License, version 3 or later.

pyElemental comprises the Elemental module, which is a binding for gElemental's data library. pyElemental attempts to maintain a close correspondence to the libelemental API, whose documentation may serve as an additional reference. Where not otherwise stated here, the behaviour of classes and methods is equivalent.