
jugc
JUGC is a tool for generating a conversion library from a set of measuring unit descriptions and translations. It makes it possible to define units, their relationships and translations in XML files, to generate code from those definitions and deploy the generated code as a library in a Java or a Python project. The generated code can then be used to convert values from one unit to another without the need to read and parse the original definition files.
The code generator is written in Java, and it can generate either Java or Python code. The generated Python code doesn't depend on Java in any way.
Project Information
- License: New BSD License
- 3 stars
- svn-based source control
Labels:
java
units
conversion
library
python