chemcoord.configuration.write_configuration_file

chemcoord.configuration.write_configuration_file(filepath='/home/docs/.chemcoordrc', overwrite=False)[source]

Create a configuration file.

Writes the current state of settings into a configuration file.

Note

Since a file is permamently written, this function is strictly speaking not sideeffect free.

Parameters:
  • filepath (str) – Where to write the file. The default is under both UNIX and Windows ~/.chemcoordrc.
  • overwrite (bool) –
Returns:

Return type:

None