= Browse the source code =
== data ==You will find here various data files used by gramps * For further information see: manpages, icons... == gramps ==In this folder, you will find [[Gramps' source code4. There are a lot of subfolders, which are explained in the folowing sections. In most folders, there is an __init.py__ file. You may find some explanations there about the package. === gramps/gen ===This is x File Organization|Gramps' core. It defines genealogy objects (Person, Place, Note4...), database classes, generic plugins, and database access :* '''gramps/gen/db''' : Gramps Database Handling* '''gramps/gen/lib''' : The core library of Gramps objects* '''gramps/gen/proxy''' : Proxy class for the Gramps databases. This is a very powerful tool used to propose a filtered view of the database : Objects which are not marked private, (not) living persons...* '''gramps/gen/utils''' : Common utilities for Gramps code (progess monitor dialog, database utilities, callbacks between UI and database code) === other === Further information about files can be found in [[GEPS 008: x File Layout Organization]]. Please note that GEPS 008 is a change proposal completed for Gramps 4.0 and the wiki page does not reflect the actual source tree.
= Develop =