Python library to parse and work with GEDCOM (genealogy/family tree) files.
It’s goal is to support GEDCOM v5.5 (specification here).
This is released under the GNU General Public Licence version 3 (or at your option, a later version). See the file LICENCE for more.
Example Usage
>>> import gedcom
>>> gedcomfile = gedcom.parse("myfamilytree.ged")
>>> for person in gedcomfile.individuals:
... firstname, lastname = person.name
... print "{0} {1} is in the file".format(firstname, lastname)
Contributing
Run all unitttests with tox.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gedcompy-0.2.9.tar.gz
(7.6 kB
view details)
File details
Details for the file gedcompy-0.2.9.tar.gz.
File metadata
- Download URL: gedcompy-0.2.9.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7534c3fadc70d180c40609ea4265ada266113a26718edb5b4e91f48b16d85438
|
|
| MD5 |
3178ed0b9a0372f0e8b14f6b89807290
|
|
| BLAKE2b-256 |
9f9a9c34ab820bb431f696d178128e2f7eec5d12887bc211e36ec274c2b89d2f
|