https://github.com/andy-z/ged2doc
Tools for converting GEDCOM data into document formats.
https://github.com/andy-z/ged2doc
command-line-tool gedcom gedcom-parser hacktoberfest python
Last synced: 5 months ago
JSON representation
Tools for converting GEDCOM data into document formats.
- Host: GitHub
- URL: https://github.com/andy-z/ged2doc
- Owner: andy-z
- License: mit
- Created: 2017-08-27T05:29:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T22:22:43.000Z (over 1 year ago)
- Last Synced: 2025-03-16T22:25:19.322Z (over 1 year ago)
- Topics: command-line-tool, gedcom, gedcom-parser, hacktoberfest, python
- Language: Python
- Homepage:
- Size: 320 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
================
GEDCOM Utilities
================
.. image:: https://img.shields.io/pypi/v/ged2doc.svg
:target: https://pypi.python.org/pypi/ged2doc
.. image:: https://img.shields.io/travis/andy-z/ged2doc.svg
:target: https://travis-ci.org/andy-z/ged2doc
.. image:: https://readthedocs.org/projects/ged2doc/badge/?version=latest
:target: https://ged2doc.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://pyup.io/repos/github/andy-z/ged2doc/shield.svg
:target: https://pyup.io/repos/github/andy-z/ged2doc/
:alt: Updates
Tools for converting GEDCOM data into document formats.
* Free software: MIT license
* Documentation: https://ged2doc.readthedocs.io.
Features
--------
* Conversion of GEDCOM files into nicely formatted HTML or ODT (OpenDocument Text) format
* Output includes most textual information, images/photos, an segments of genealogical tree
* Support for English and Russian output translations, more translations can be added easily
* Can be used as standalone command-line application or as a Python API
Credits
-------
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage