Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 625 Bytes

File metadata and controls

15 lines (13 loc) · 625 Bytes

RockPy

is a rock- and paleo- magnetism package. It combines many functions, that I have found useful over the years. It is intended to be easily user editable (e.g. creating new measurement types). The core (RockPy.core) of the package, however, is rather complicated and should not be edited.

coding

naming convention

see google style guide

module_name, package_name, ClassName (exception are result classes as they should behave as methods), method_name, ExceptionName, function_name, GLOBAL_CONSTANT_NAME, global_var_name, instance_var_name, function_parameter_name, local_var_name