atomlite.PropertyEntry

class atomlite.PropertyEntry(key, properties)[source]

A database property entry.

Parameters:
  • key (str) – Key used to uniquely identify the molecule.

  • properties (dict[str, Json]) – User-defined molecular properties.

Attributes

key

Key used to uniquely identify the molecule.

properties

User-defined molecular properties.

key: str

Key used to uniquely identify the molecule.

properties: dict[str, Json]

User-defined molecular properties.