PySharp Units of Measure
Units of Measure in Python
|
Cuom.cache_manager.CacheManager | This class manages the various caches for units of measure to improve performance |
Cuom.localizer.Localizer | The Localizer class provides localization services for unit of measure names, symbols and descriptions as well as error messages |
Cuom.measurement_system.MeasurementSystem | A MeasurementSystem is a collection of units of measure that have a linear relationship to each other: y = ax + b where x is the unit to be converted, y is the converted unit, a is the scaling factor and b is the offset |
Cuom.unit_of_measure.PathParameters | This class holds the unit of measure and cumulative scaling factor along a conversion path |
Cuom.prefix.Prefix | The Prefix class defines SI unit of measure prefixes as well as those found in computer science |
Cuom.unit_of_measure.Reducer | This class reduces a unit of measure to its most basic scalar units of measure |
▼CABC | |
Cuom.symbolic.Symbolic | This class represents an object that is identified by a name and symbol with a description |
▼CEnum | |
Cuom.enums.Constant | This enumeration contains the values for fundamental constants commonly used in science, technology, engineering and math |
Cuom.enums.MeasurementType | An enumeration of the basic types of units of measure |
Cuom.enums.Unit | Unit is an enumeration of common units of measure in the International, Customary, SI, US and British Imperial systems |
Cuom.enums.UnitType | An enumeration of the types of units of measure |
▼CSymbolic | |
Cuom.quantity.Quantity | The Quantity class represents an amount and UnitOfMeasure |
Cuom.unit_of_measure.UnitOfMeasure | The UnitOfMeasure class represents a unit of measure |