Commit Graph

6 Commits

Author SHA1 Message Date
Joakim Hove
bd325e7060 Parser python updates:
1 - Add keywords dynamically from Python dictionary.
 2 - Parser.parseFile() can be used both bound and unbound.
2016-01-24 21:40:56 +01:00
Joakim Hove
35b6ab8ec1 Parser python updates:
1 - Add keywords dynamically from Python dictionary.
 2 - Parser.parseFile() can be used both bound and unbound.
2016-01-19 16:01:51 +01:00
Joakim Hove
b73f117f41 Python wrapper for (simple)Table. 2016-01-18 10:41:41 +01:00
Joakim Hove
f9d708157e Improvements to table wrapping:
- Added new sub packages ecl_state.tables.
 - Added table class warpping SimpleTable C++ class
 - Added more methods to table_manager.
2016-01-17 09:14:17 +01:00
Joakim Hove
3a426cb4c9 Added simple python wrapper for Parser and Deck.
- Create a new shared library libcopmparser with small files cxxxx
   which wrap general Cxx classes with C linkage.

 - Added Python packages & modules, based on Python ctypes and the
   ert.cwrap package.
2016-01-15 16:35:09 +01:00
Joakim Hove
45c3ffbe15 Added find_package: python_interp and ERTPython. 2016-01-15 16:35:07 +01:00