Metadata-Version: 2.0
Name: ged2doc
Version: 0.1.9
Summary: Tools for converting GEDCOM data into document formats.
Home-page: https://github.com/andy-z/ged2doc
Author: Andy Salnikov
Author-email: ged4py@py-dev.com
License: MIT license
Description-Content-Type: UNKNOWN
Keywords: ged2doc
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Sociology :: Genealogy
Requires-Dist: ged4py (>=0.1.4)
Requires-Dist: pillow
Requires-Dist: odfpy

================
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



=======
History
=======

0.1.0 (2017-10-20)
------------------

* First release on PyPI.
* Only supporting HTML output for now.

0.1.1 (2018-01-07)
------------------

* Add support for ODT output.
* Add options for names formatting
* Automatic determination of output format from file extension

0.1.2 (2018-01-13)
------------------

* Small fix for packaging

0.1.3 (2018-01-14)
------------------

* add --version option to print ged2doc/ged4py versions

0.1.4 (2018-01-16)
------------------

* Python3 fixes, bytes handling

0.1.5 (2018-01-16)
------------------

* Try to open images using full path

0.1.6 (2018-01-21)
------------------

* Update docs, add russian translation for usage/installation

0.1.7 (2018-01-28)
------------------

* Fixed bug causing exception for small images:
  UnboundLocalError: local variable 'imgsize' referenced before assignment

0.1.8 (2018-01-31)
------------------

* Require ged4py 0.1.4 or later
* This improves name parsing for ALTREE dialect

0.1.9 (2018-02-03)
------------------

* Improve format of generic events and attributes, use TYPE as event type
* Add "cause" to formatted event if "CAUS" tag is present


