gnucash/bindings/python
Geert Janssens d52aa0a0dd app-utils - remove gnc-module boilerplate
app-utils now is an ordinery shared library

A few bits worth mentioning:
1. it's not guile-free just yet, so instead of a gnc_module_load
   your code may have to call scm_c_use_module("gnucash app-utils");
   to expose the scm side of the app-utils api. This call has been
   added to gnucash-bin.c for example
2. while lots of noise in this commit is to rename from gncmodule-app-utils
   to gnc-app-utils, I'll point out the library has also been moved from
   <libdir>/gnucash to <libdir>. This required changes in app-util's
   CMakeLists.txt file for the install side and in the top level
   CMakeLists.txt file for the build directory structure.
3. The C side link module test has been removed as linking an ordinary
   shared library should be considered well tested by the compiler devs.
   The scheme side module load test has been slightly tweaked to no longer
   try to use gnc:module-load, but instead now checks whether the app-utils
   api is properly exposed to scheme after loading it via use-modules.
4. Dropped a completely obsolete README file.
2019-12-06 20:38:21 +01:00
..
example_scripts Fix typos for gnuchash/ doc/ bindings/ and misc. 2019-09-13 20:26:03 -04:00
tests add basic test for python query 2018-09-20 18:54:49 +02:00
__init__.py Revert "Load the environment file when initializing the python bindings." 2018-03-25 09:17:17 -07:00
CMakeLists.txt app-utils - remove gnc-module boilerplate 2019-12-06 20:38:21 +01:00
function_class.py Fix typos for gnuchash/ doc/ bindings/ and misc. 2019-09-13 20:26:03 -04:00
gnucash_business.py typo 2019-04-06 16:17:58 +02:00
gnucash_core.i Fix typos for gnuchash/ doc/ bindings/ and misc. 2019-09-13 20:26:03 -04:00
gnucash_core.py Housekeeping - replace plenty of http links with https 2019-06-06 15:52:30 +02:00
sqlite3test.c Merge branch 'maint' into unstable 2017-11-25 15:35:24 -08:00
time64.i Fix typos for gnuchash/ doc/ bindings/ and misc. 2019-09-13 20:26:03 -04:00