Changes between Version 20 and Version 21 of Submitting


Ignore:
Timestamp:
Oct 24, 2018, 1:02:26 AM (6 years ago)
Author:
sbl
Comment:

Add hints on python libraries in Addons

Legend:

Unmodified
Added
Removed
Modified
  • Submitting

    v20 v21  
    3838   * note to devs only: the addons are created via [https://svn.osgeo.org/grass/grass-addons/tools/addons/README.txt cronjobs] (user can install them via g.extension)
    3939
     40 * GRASS GIS Python Addons
     41   * with dependencies on external, non-standard modules should use lazy imports: https://lists.osgeo.org/pipermail/grass-dev/2018-October/090321.html
     42   * that represent sets of modules and eventually also share functions across modules can be grouped into one addon directory, like e.g.:
     43     * https://trac.osgeo.org/grass/browser/grass-addons/grass7?order=name#gui/wxpython/wx.metadata or
     44     * https://trac.osgeo.org/grass/browser/grass-addons/grass7?order=name#raster/r.green
     45
    4046== Submitting code to SVN ==
    4147