ebas-io is a python package for reading/writing NASA-Ames 1001 files with EBAS extensions (EBAS NASA-Ames).
ebas-io is a python package for reading/writing NASA-Ames 1001 files with EBAS extensions (EBAS NASA-Ames).
---
>**Attention:changed behaviour of the EbasCommandline wrapper object!**
Starting with version 3.1.1, the EbasCommandline object does not automatically execute the main function. Now an explicit ```run()``` on the object is needed. Please consider this if you use the EbasCommandline wrapper in your scripts!
Example:
>```python
EbasCommandline(
ebas_convert,
custom_args=['CONFIG', 'LOGGING', 'TIME_CRIT'],
private_args=add_private_args,
help_description='%(prog)s example for converting a NasaAmes datafile to '
Starting with version 3.00.13, the python egg is available in this git repository (dist folder) together with the example scripts. The idea behind the git repo ist to make it easier for users to contribute their software using ebas-io and make it available for other users.
Starting with version 3.00.13, the python egg is available in this git repository (dist folder) together with the example scripts. The idea behind the git repo ist to make it easier for users to contribute their software using ebas-io and make it available for other users.