- Jun 28, 2019
-
-
alexey.stratulat authored
Changed the connection string of the python library. I used to have version 2.7 and 3.7. Therefore, you had to specify a directory.
-
alexey.stratulat authored
Fixed log_it function. Previously, it contained an error and changed, stouting logging instead of displaying on the screen. Removed unnecessary function, no longer due to the implementation of the enumeration of the logging level in the libdapConnector
-
- Jun 27, 2019
-
-
alexey.stratulat authored
Removed the parameter in the function dannite. Since it should not accept parameters and now it complies with the Python calling convention
-
- Jun 26, 2019
-
-
alexey.stratulat authored
Added functions configGetItem and configGetItemDefault. They accept a section, a key, and the second function accepts a default value. These functions take parameters as strings and return string. Also added a test for these functions.
-
- Jun 24, 2019
-
-
alexey.stratulat authored
The wrapping of the log_it function has been added, a test has also been added for the fact that it works
-
- Jun 10, 2019
-
-
alexey.stratulat authored
Added checks for successful opening of the configuration file and initialization of dap_common. The function of setting the logging level is also added.
-
- Jun 07, 2019
-
-
alexey.stratulat authored
The problem with the names was fixed, the library itself is now called libdap_python_module. The libdapConnector.py file was also created, which contains the dap class, and is responsible for working with libdap_python_module. Fixed CMake file so that subprojects are built with the -fPIC flag. Until I learned to collect dynamic libraries and set certain parameters in CMake. Also added that when cmake is running from the src directory, it copies the file libdapConnector.py.
-
alexey.stratulat authored
Added initialization, deinitialization of the libdap library. Also added functions with which this library is connected to the python
-
- Jun 03, 2019
-
-
alexey.stratulat authored
-