Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dijxtra/simplepyged
A simple Python GEDCOM parser
https://github.com/dijxtra/simplepyged
Last synced: about 1 month ago
JSON representation
A simple Python GEDCOM parser
- Host: GitHub
- URL: https://github.com/dijxtra/simplepyged
- Owner: dijxtra
- License: gpl-3.0
- Created: 2010-10-04T18:54:21.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T03:10:35.000Z (about 5 years ago)
- Last Synced: 2024-08-04T04:05:26.267Z (5 months ago)
- Language: Python
- Homepage:
- Size: 978 KB
- Stars: 39
- Watchers: 4
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-gedcom - simplepyged - A simple Python GEDCOM parser (Parsers / Python)
README
simplepyged - A simple Python GEDCOM parser
===========================================Status of parser
----------------Recognises a subset of GEDCOM 5.5 tags. If you need support for an
unsupported tag, submit an issue (or implement it and send a patch).Documentation and Examples
--------------------------Documentation is in docs/. Examples of how to use this parser are at
docs/examples. If you find documentation and/or examples confusing,
let me know and I'll try to fix it.Licence
--------All code is licenced under GPL v.3 or newer.
First commit to this repository was based on source from here:
http://ilab.cs.byu.edu/cs460/2006w/assignments/program1.html